Commit Graph

23791 Commits (017eeaea29d1fc6bb6c8723c77bdd4216b84f7d8)
 

Author SHA1 Message Date
chouseknecht f14d675d2a Remove the U(). 8 years ago
chouseknecht 176363052f Uppercase 8 years ago
chouseknecht 2b4ee0c19d Make the new bits a NOTE 8 years ago
chouseknecht 4ac31f1e8d Where to get the full docker picture. 8 years ago
Michael Scherer c0217e14a7 Convert the network subfolder to py3/py2.4 syntax (#3690) 8 years ago
Michael Scherer 09066f1518 Convert all databases modules to python3 and 2.4 syntax (#3688) 8 years ago
Michael Scherer f7b29ba8fd Convert the whole files/ directory to py3 syntax (#3685) 8 years ago
Mike Bryant 0027158b74 junos_template: Simplify arguments. Fixes #3621
Simplify the arguments to junos_template, such that
merge/overwrite/replace can be selected easily.
8 years ago
Kei Nohguchi d738ad0ee0 ops_template.py: Change integer key into stirng
This fix passing the update variable to the str()
so that it avoids the exception when ops.dc.read()
returns a dictionary which contains non-string keys.

This is due to the fact that some of the key types in
OpenSwitch schema are actually defined as integer
and ops.dc declerative config module encode those
in integer inside the dictionary.  This could be
the right encoding from the schema point of view
but someone needs to convert it to the string
somewhere, as JSON key should be string.
8 years ago
Kaz Cheng ff1c591c3e Allow create_iam_role to return an additional value of role_result and (#2418)
instance_profile_result, in addition to the existing role list and change value
8 years ago
Shubham 8a6237955d remove module argument, fix #3682 (#3683) 8 years ago
Michael Scherer cca89ef489 Port seboolean to py3/py2.4 syntax (#3679) 8 years ago
Michael Scherer c793571bc3 Port mount to python3 and python 2.4 compatible syntax (#3678) 8 years ago
Michael Scherer fd61e81764 Port authorized_keys to a syntax compatible with python3 and 2.4 (#3677) 8 years ago
Michael Scherer 907b3fb667 Port hostname to a py24 and py3 compatible syntax (#3676) 8 years ago
Michael Scherer e02f401225 Port sysctl to a py3 and py24 compatible syntax (#3675) 8 years ago
Michael Scherer f0fd1109dd Port cron to a py3 and py24 compatible syntax (#3674) 8 years ago
Michael Scherer f2212dc41a Port user module to python3 and 2.4 compatible syntax (#3673) 8 years ago
Michael Scherer 31126034b0 Port htpasswd to python3 compatible syntax (#3672) 8 years ago
Michael Scherer 73a33c02a9 Do not use a tuple as argument for _create_connection (#3655) 8 years ago
Michael Scherer abfc8d36a8 Add a test on jnpr.junos.utils.sw presence (#3666) 8 years ago
jhawkesworth 2042d948db fix formatting to avoid smart quotes, which breaks ability to copy and paste the jinja2 header from the web docs (#3671) 8 years ago
Michael Scherer f423554e20 Testing the module on freebsd fail, since module is not assigned yet 8 years ago
Michael Scherer 98c729bfd7 Fix the argument for acl module (#3653) 8 years ago
Matt Martz 190f24f30e Revert "Fix doc strings spacing."
This reverts commit 127d518011.
8 years ago
chouseknecht 26392077c0 Fix doc strings spacing. 8 years ago
chouseknecht 8e6d00f28e Fix doc strings. Missing requirements and doc fragment reference. 8 years ago
Michael Scherer b788f45b49 Use the proper type for 'dest' argument 8 years ago
Toshio Kuratomi 291e00d43a Docs fixes 8 years ago
Dag Wieers c650f06b03 Fix small typo (#3642) 8 years ago
chouseknecht d5b82d67b8 Fail gracefully when build path is not found. 8 years ago
Brian Coca ca7defeee5 made note about slurp memory consumption 8 years ago
chouseknecht 9a021b4181 Fixed files/project_files naming. Correct name is files. 8 years ago
chouseknecht 5837f744e0 Flip version added back to 2.2 to make tests pass. 8 years ago
chouseknecht 018c2f8f73 Moving version added to 2.1 8 years ago
chouseknecht e8d49261e3 Added actions to RETURN docs. Show actions when debug or check mode. 8 years ago
chouseknecht 2860f57551 Removed use of --diff. Replaced 'diff' in output with 'actions'. Only show 'actions' in output if debug true. 8 years ago
chouseknecht be24f83a41 Removed fail method. Combined recreate and force_recreate params. 8 years ago
chouseknecht 50ef604713 Adding docker_service 8 years ago
Toshio Kuratomi 93fe022aa4 Port to dual python2/python3 compat 8 years ago
Toshio Kuratomi e10b7e1773 Port ping to dual python3/2 compat. 8 years ago
Chris Houseknecht 8ba5cc4392 Fixed parameters passing in container_create method. (#3618) 8 years ago
Johannes Meixner af634ff5c7 network/*/*_config.py: Correct typo.
- Replace syntanx with syntax in all things network.
8 years ago
Scott Butler e606a1237b Fixed typos 8 years ago
René Moser 326f7166c0 apt: fix always changed when using deb file on Debian 8 (#3541)
Extends d74e82a3f1e3293ffb70c172e5bb2b6e1ff6dbcc with also support
downgrade.
8 years ago
James Tanner bc39f8c42e Revert "remove checking of stderr for insserv (#1846)"
This reverts commit 2ee6e4cf66.
8 years ago
Veaceslav Mindru 8c6af73218 add vlidate_certs option for unarchive module (#2635) 8 years ago
TheSameCH ca8bf6ab4c remove checking of stderr for insserv (#1846)
stderr of insserv can also contain warnings which can be ignored. checking rc only is more accurate.
fixes #1502
8 years ago
Brian Coca 985abd2020 switched to return facts 8 years ago
Brian Coca c03e1bd2d5 fixed documentation and arg issues 8 years ago