summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Correct typo from 'Valut' to 'Vault'vault_typoAbhijeet Kasurde2018-06-151-1/+1
| | | | | Correct typo from 'Valut' to 'Vault' +label: docsite_pr
* Fix some typos in config/base.yml (#41363)Felix Yan2018-06-141-10/+10
|
* Update APB templates (#41559)David Zager2018-06-144-7/+4
|
* Fixes #35622 (#41522)James Simpson2018-06-141-3/+4
|
* Remove extra line in file_attributes.yamlAbhijeet Kasurde2018-06-141-1/+0
| | | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* fix nxos edit_config for httpapi and have uniform load_config (#41358)Trishna Guha2018-06-143-5/+12
| | | | | | | | | | | | | | | | | | * fix nxos load_config for httpapi and migrate to cliconf Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * add comment Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * address review comment Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * address review comment Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Adding success_msg to assert (#41048)John Imison2018-06-142-2/+14
| | | | | | * Adding success_msg to assert * Added missing version_added. Importing and checking string_types.
* Check for ConnectionError on change of config or commands (#41504)Nathaniel Case2018-06-145-14/+45
|
* Add changelog fragment for +/- attribute handlingToshio Kuratomi2018-06-141-0/+5
|
* accept + and - modifiers for file attributes (#40061)Andreas Calminder2018-06-142-6/+27
| | | | * accept + and - modifiers for file attributes * tests for adding/removing file attributes
* don't retrieve config in running_config when config is provided for diff ↵Trishna Guha2018-06-149-6/+106
| | | | | | | | | | | | | | | | (#41400) * don't retrieve config in running_config when config is provided for diff Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * fix for eos, nxos Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * add integration test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Fix typos in blocks documentation examples. (#41508)Jeff Geerling2018-06-141-4/+4
|
* Add cli and netconf ability from ansible itself for cloudengine ce modules ↵Biao Liu2018-06-145-161/+405
| | | | | | | | | | | | | | | | | | | | | | (#41357) * for shippable for shippable * add cliconf * add network_cli * add cliconf and network cli and netconf * modify bugs of netconf * add shippable modify * update shippable update shippable
* fix reload smu issue (#41270)saichint2018-06-142-14/+118
| | | | | | * fix reload smu issue * review comments
* expand user before calling abspath (#40196)Ben Berry2018-06-132-4/+5
| | | | | | * expand user before calling abspath * omit expanduser code smell check for volumes
* corrected versionBrian Coca2018-06-131-1/+1
|
* Add nomask option to the acl module (#39810)plumbeo2018-06-131-6/+30
| | | | | | * Add nomask option to the acl module * acl: allow to choose if and when to recalculate the effective right masks of the files
* service_facts correct meaning of state for systemd service units (#40914)Adam Miller2018-06-131-7/+7
| | | | | | | | | | | | | | | | * service_facts correct meaning of state for systemd service units Fixes #40809 Previously this module used the commend `systemctl list-unit-files --type=service` to query state of services but list-unit-files only shows enabled vs disabled which is not what we want for "state" Signed-off-by: Adam Miller <admiller@redhat.com> * make sure to define service_name before referencing it Signed-off-by: Adam Miller <admiller@redhat.com>
* Add support for Tower Smart inventories (#41458)jaevans2018-06-131-1/+16
| | | | | | | | | | | | | | * Support Smart Inventories Add kind and host_filter fields and pass through to tower_cli. * Add documentation for new Smart Inventories options * Add missing description header for host_filter documentation * Add version added tags to new options * Bumped vesion_added to 2.7
* Fix race condifiton where multiple hosts can try and create or delete (#39698)Simon Dodsley2018-06-133-21/+52
| | | the same volume, snapshot or hostgroup,
* Ensure we raise the exception caught ↵Matt Martz2018-06-131-1/+2
| | | | _post_validate_environment->_parse_env_kv. Fixes #41322 (#41411)
* reappied changes in a new pr (#41228)Zim Kalinowski2018-06-1312-35/+38
|
* plugins: Doc improvement (#41378)Abhijeet Kasurde2018-06-1311-24/+23
| | | | | | | * Typo fixes * Grammer fixes * Option fixes Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Disable failing acme_account integration test.Matt Clay2018-06-121-0/+1
|
* allow dev and prerelease at the same time (#41464)Matt Davis2018-06-122-12/+17
|
* Tasks that are expected to fail need to begin with a special stringToshio Kuratomi2018-06-121-1/+1
|
* Add changelog entry for the no_log fixToshio Kuratomi2018-06-121-0/+9
|
* no_log even when task_result doesn't provide keyBrian Coca2018-06-122-1/+28
| | | | | - now also checks task property - added reproducer to tests for unreachable status on item loop
* Add AWS boto3 error code exception function is_boto3_error_code (#41202)Sloane Hertel2018-06-1212-41/+84
| | | | | | | | | | | | | | | | | | * Add aws/core.py function to check for specific AWS error codes * Use sys.exc_info to get exception object if it isn't passed in * Allow catching exceptions with is_boto3_error_code * Replace from_code with is_boto3_error_code * Return a type that will never be raised to support stricter type comparisons in Python 3+ * Use is_boto3_error_code in aws_eks_cluster * Add duplicate-except to ignores when using is_boto3_error_code * Add is_boto3_error_code to module development guideline docs
* fix handling of ># ending prompts for sros (#41382)Roman Dodin2018-06-121-1/+1
|
* Return changed=True if a new certificate was written (#41445)Michael Scherer2018-06-121-0/+1
|
* When using ANSIBLE_JINJA2_NATIVE bypass our None filtering in _finalze (#41408)Matt Martz2018-06-126-8/+26
| | | | | | | | * When using ANSIBLE_JINJA2_NATIVE bypass our None filtering in _finalize. Fixes #41392 * Add tests for _finalize bypass * Address python3 failures in tests
* vca_vapp: Connecting app network to vApp and VM after vApp creation (#19886)Sebastien Lacoste-Seris2018-06-121-9/+97
| | | | | | | | | | | | | * Connecting app network to vApp This fixes connection mechanism for connecting app network to vApp and VM after vApp creation, returning the IP assigned to the VM as fact 'vm_ip' * removed duplicate check on task fail for vApp creation. Fixed issue with network_mode value for VCD version > 5.7 * fixed trailing white space Signed-off-by: Kaneda-fr <sebastien@lacoste-seris.net> Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Digital Ocean Block Storage Bug (#41431)ABond2018-06-121-1/+1
|
* fix netconf_get documentation section and lock logic (#40357)wiso2018-06-121-38/+34
| | | | | | * fix netconf_get documentation section and lock logic * updated lock behavior
* fix get existing vpc issue (#41429)saichint2018-06-121-1/+9
|
* more integration test improvements (#41184)Zim Kalinowski2018-06-125-147/+210
|
* Default squash actions add pip (#41390)Pilou2018-06-113-36/+45
| | | | | | | | | | | | | | | | | | | | | | | | * pip tests: remove trailing spaces * pip tests: use Jinja tests * fixup! pip tests: remove trailing spaces * pip tests: use 'command' instead of 'shell' module * pip tests: remove unused variable * pip tests: use a package with fewer dependencies sampleproject has one dependency: 'peppercorn' and peppercorn doesn't have any dependency. * pip tests: check that 'name' param handles list * pip: squash package parameters Note that squashing will be removed in 2.11, new code should directly use a list with the 'name' parameter.
* Add docs for debugger for keyword dumper (#41421)Matt Martz2018-06-112-0/+3
|
* Fix a process execution using lxc connection plugin on Python3.toshi_pp2018-06-111-3/+4
| | | | | | python2-lxc module needs bytes, on the other hand python3-lxc requires text. To solve such incompatibility, use to_native other than to_bytes. This fixes #41060.
* Make config files obey the utf-8 input ruleToshio Kuratomi2018-06-111-2/+12
| | | | | | | | | | | | | | When we read files from disk we always want to read them as bytes and then convert them to text ourselves. This gives us greater control over what encodings are used, what to do in case of errors decoding the bytes to text, and better resilience against problems on both Python 2 and Python 3. If we left it up to Python to do this, on Python2, this could mean that config values end up as bytes (leading to tracebacks elsewhere in the code). In Python3, it could traceback if the user's locale did not match with the encoding of the ini file or config files could be decoded as the user's locale encoding instead of as utf-8.
* Update docs on import/include tasks (#33032)Sam Doran2018-06-111-20/+8
|
* Revert "Revert "Remove VC scaleway (#40791)" (#41401)" (#41402)Adam Miller2018-06-112-25/+27
| | | This reverts commit 391509006ce73c707753fac29b6b494b6f6cba72.
* Revert "Remove VC scaleway (#40791)" (#41401)Adam Miller2018-06-112-27/+25
| | | This reverts commit 007127ea27b7dcadba8f297ccb953d42e3d3d22d.
* Remove VC scaleway (#40791)Rémy Léone2018-06-112-25/+27
|
* BSDTimezone: distinguish UTC and Etc/UTC (#41234)Shinichi TAMURA2018-06-112-25/+55
| | | | | | * Fixed BSDTimezone to distinguish UTC and Etc/UTC * Added test for timezone to disinguish UTC vs Etc/UTC
* Convert valid_date to bytes for conversion (#40872)Abhijeet Kasurde2018-06-111-3/+3
| | | | | Fixes: #40523 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Fix nxos_snapshot compare (#41386)Trishna Guha2018-06-111-1/+3
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* ini lookup plugin: fix documentation layout (#41374)stoned2018-06-111-20/+20
|
* VMware: Allow user to select disk_mode (#38951)Abhijeet Kasurde2018-06-103-2/+140
| | | | | | | | | | | | | | | * VMware: Allow user to select disk_mode This fix allows user to select disk modes for given disk configuration in the given VM. Fixes: #37749 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> * Review comments Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>