summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New release v2.4.5.0-0.1.rc1v2.4.5.0-0.1.rc1Toshio Kuratomi2018-06-132-2/+2
|
* Add release info to the stable-2.4 vars fileToshio Kuratomi2018-06-131-1/+10
| | | | | | The release playbook is no longer being run from the devel branch because the release playbook is only for the 2.4 branch now. Sync information to the 2.4 branch that is needed to make that release there.
* Tasks that are expected to fail need to begin with a special stringToshio Kuratomi2018-06-121-1/+1
| | | | | | https://github.com/ansible/ansible/pull/41462 Commit: a5fd86c
* Changelog entry for the no_log fixToshio Kuratomi2018-06-121-0/+8
|
* 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 (cherry picked from commit 336b3762b23a64e355cfa3efba11ddf5bdd7f0d8)
* Fixes ios_logging idempotency issues in 2.4 (#41076)Nilashish Chakraborty2018-06-053-42/+77
| | | | | | | | | | * Fixes ios_logging & Added more tests * Fixes buffered dest Shippable errors * Fixed review comments * Added entry to CHANGELOG.md
* Fix eos_logging idempotency issue CP into 2.4 (#40933)Nilashish Chakraborty2018-05-313-15/+98
| | | | | | | | | | | | | | | | | | * Fixes eos_logging idempotence issue #31862 (#40604) * eos_logging idempotence fix * fixed eos_logging idempotence issue * Fixed pylint and pep8 errors * Added tests for eos_logging & minor fix * Removed q statements (cherry picked from commit b9ea6468398d23c4b9c39f0c91cd79bf0b61af5d) * Added eos_logging fix in CHANGELOG
* Fix FreeBSD package install in test setup.sh.Matt Clay2018-05-301-0/+3
| | | | (cherry picked from commit c3d3b6cedc2a207c41c7e4297ecca4329dc8dc8e)
* [backport] Detect separate git dir and set git config path value appropriatelySviatoslav Sydorenko2018-05-233-29/+112
| | | | | | | | PR #38016 Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> (cherry picked from commit 0a701ff) Co-authored-by: Senya <senya@riseup.net>
* Fix uri test on Python 2.6.Matt Clay2018-05-161-0/+1
| | | | (cherry picked from commit 5c124876faf25486904c797ed4e00e423c871192)
* nxos enable mode fix (#39898)Trishna Guha2018-05-095-2/+68
| | | | | | | | | | | | | | * nxos enable mode fix Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * update changelog Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Address review comment Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Backport part of #33221 (commit: 8fa1373a67da1801bd1df121851d6a619d002499) ↵George Wilson2018-05-021-1/+2
| | | | to fix azure functionapp ansible modules fataling due to a bad URL (#36322)
* Use HTTPS instead of HTTP for httpbin tests. (#39457)Matt Clay2018-05-015-14/+16
| | | | | | The httpbin.org site is now redirecting HTTP to HTTPS. (cherry picked from commit b92ef8e54a50b98a58b1146890dad64eed04dc35)
* Disable failing tests.Matt Clay2018-04-273-2/+0
| | | | (cherry picked from commit f9ba5bc5e9c8ce59df32767d5c1f84da1a42f612)
* Update the cloudstack test container reference.Matt Clay2018-04-251-1/+1
| | | | (cherry picked from commit ac1fbbeabc9aaac0c845849260719072e5f6506a)
* Fix mysql-server install/upgrade on Ubuntu 16.04. (#39241)Matt Clay2018-04-242-5/+29
| | | | | | | * Fix mysql-server install/upgrade on Ubuntu 16.04. * Prevent service restart in docker_secret test. (cherry picked from commit 996f9c24676561d76efe5160a8ce2b6d6137c26b)
* win_setup: backport 2.4 fix for machine sid to work in domains with lots of ↵Jordan Borean2018-04-212-6/+16
| | | | | | | | | | users (#39040) * win_setup: fix for machine sid to work in domains with lots of users (#38646) (cherry picked from commit 2fc3ac351666e50bb4e9144fb2be3b280d498c5b) * Added changelog entry for windows setup.ps1 fix
* Update httptester container reference.Matt Clay2018-04-171-1/+1
| | | | (cherry picked from commit 35748e52285fa56f0b0e475a1fa51b0da793afc5)
* Restore docker_secret test on RHEL.Matt Clay2018-04-171-1/+1
| | | | (cherry picked from commit 57f12980740c27a195dff6eeb5e069f04feef20f)
* Disable failing fortios_* tests.Matt Clay2018-04-172-2/+0
| | | | (cherry picked from commit 938625add76ccec99e3e03c9a1ae057986ca7d61)
* Use new vcenter simulator container location.Matt Clay2018-04-161-1/+1
| | | | (cherry picked from commit 1d5c933ecf94699bd8b147b8dd9eea5ca4c69301)
* Fallback to the newer object type for dvswitchJames Tanner2018-04-161-1/+7
| | | | (cherry picked from commit 940bf1f62705e90c09389556f4f9d0c0c65a3060)
* Explicitly exclude W504 (#38539) (#38553)John R Barker2018-04-111-0/+1
| | | | pycodestyle 2.4 has changed the default for W504 (cherry picked from commit 38491fe93d8dc7309de2fa63c27ef106a49465c5)
* modules: zypper: Optimize the 'search' subcommand (#37191)Markos Chandras2018-04-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When looking for installed packages we do not need to query repositories since we only care about the rpmdb. As such, we can disable all the repositories operations in order to improve the performance of that step Before this patch, when using 'state: present' in the zypper module, the operation was taking about 12 seconds to complete: time ansible-playbook foo.yml 1>/dev/null real 0m12.614s user 0m10.880s sys 0m0.683s After this patch: time ansible-playbook foo.yml 1>/dev/null real 0m4.193s user 0m2.560s sys 0m0.575s see: https://bugzilla.opensuse.org/show_bug.cgi?id=1084525 (cherry picked from commit 5234b78b5f5a911f710565f2596ff3edb59b2665)
* fix nxos_snapshot test assert (#38458)Trishna Guha2018-04-091-1/+1
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Encode xml data to utf8 standard (#34079) (#38259)Ganesh Nalawade2018-04-061-7/+7
| | | (cherry picked from commit 5089122a323027bab30c11e5e0888aee8644a5d7)
* Add openssl_certificate python3 fix to the changelogToshio Kuratomi2018-04-061-0/+2
|
* Add template fix to changelogToshio Kuratomi2018-04-061-0/+2
|
* win_copy: added fix for win_copy deleting local tmp folder (#37978)Jordan Borean2018-04-062-2/+13
|
* Update installation docs for RHEL based distributions. (#38055)Sam Doran2018-04-051-13/+9
| | | | Upstream rpms are no longer in Extras but EPEL as well as releases.ansible.com. Add instructions for adding Ansible Engine repo to RHEL.
* New release v2.4.4.0-1v2.4.4.0-1Toshio Kuratomi2018-04-043-0/+12
|
* Update the docs with the 2.4.4 release dateToshio Kuratomi2018-04-043-6/+10
|
* New release v2.4.4.0-1Toshio Kuratomi2018-04-041-1/+1
|
* New release v2.4.4.0-0.3.rc2v2.4.4.0-0.3.rc2Toshio Kuratomi2018-03-292-2/+2
|
* Add changelog entries for nxos_* fixesToshio Kuratomi2018-03-291-0/+4
|
* add nxos_snapshot test for missing required param (#37248)Trishna Guha2018-03-292-0/+17
| | | | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit 2501834c422f1b7a1349003fed33fa9a04e135f5)
* fix required args for nxos_snapshot and docs improvement (#37232)Trishna Guha2018-03-291-24/+6
| | | | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit a10df8b0b5a81aad096d1c7299edddfd0f4e3d14)
* Add changelog for consul module state=absent fixToshio Kuratomi2018-03-291-1/+1
|
* Add changelog entry for jira py3 fixToshio Kuratomi2018-03-291-0/+2
|
* make jira authentication Python3 compatible (#33862)Tim Werner2018-03-291-1/+3
| | | | | | * make jira authentication Python3 compatible (cherry picked from commit a51a699314f6b819f0eeab7a9e8c0f8cad29775a)
* Add vagrant dyn inv fix to changelogToshio Kuratomi2018-03-291-1/+1
|
* Fix dynamic inventory for vagrant does not work on python3 (#37631)Hideki Saito2018-03-291-4/+9
| | | | | | * Fix dynamic inventory for vagrant does not work on python3 #35129 (cherry picked from commit 1b121fc9e405cc31638357cc869768aa106cf534)
* Add digital ocean py3 fix to changelogToshio Kuratomi2018-03-291-0/+2
|
* DigitalOcean: typecast map function for Python3 (#37126)Abhijeet Kasurde2018-03-291-2/+2
| | | | | | | | | | In Python2, `map` returns list whereas Python3, `map` function returns iterator. This fix typecast map function for Python3. Fixes: #37114 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> (cherry picked from commit 8f3f7f104f6358a8145fbca3002ec46c5278f6a8)
* changelog for ansible-pull python3 fixToshio Kuratomi2018-03-291-0/+2
|
* Compare byte strings to byte stringsToshio Kuratomi2018-03-291-5/+5
| | | | | | | | | | | | | * Fix a traceback in ansible-pull on python3 comparing output from subprocess with a text string. * Rename variables that hold byte strings so we are clear that those are not text strings. * Use to_text() to transform variable that's being displayed as it's less fragile than str(). Fixes #36962 (cherry picked from commit b98ad3a12b36c1ba2f7955e81731e739c8556a96)
* Add ec2 python3 fix to changelogToshio Kuratomi2018-03-291-0/+1
|
* Fix use of user_data field with spot_price in ec2 module (#37628)Toshio Kuratomi2018-03-291-6/+6
| | | | | | | | | | | The user_data field is base64 encoded inside of the boto library. In Python3, base64 must be used with byte strings. So we make sure to encode the user_data into a byte string before passing it on to the boto library. Fixes #34978 (cherry picked from commit 0d55081ba83cb97f98b5b69b53392c9c9eb49f67)
* Add csvfile py3 fix to changelogToshio Kuratomi2018-03-291-0/+1
|
* Fix csvfile traceback on Python3 (#37625)Toshio Kuratomi2018-03-291-7/+16
| | | | | | | | | | | | | * Fix csvfile traceback on Python3 The csvfile lookup uses some custom iterators. These needed to be ported to handle the python3 iterator protocol. In addition, the csvfile module takes an iterator of byte strings in Python2 and an iterator of text strings in Python3 Fixes #36808 (cherry picked from commit 09325b619e4f015d94b18a4840f5ff3621b1a40f)