Sumit Jaiswal
0c4f167b82
fix 66530 ( #66654 )
2020-01-22 13:35:51 +05:30
Matt Clay
ebf21bb48d
Fix ansible-test inventory delegation.
2020-01-21 22:37:14 -08:00
Mike Wiebe
5c158755fc
Fix fact gathering for sensor-groups ( #66439 )
2020-01-22 10:49:12 +05:30
Matt Clay
934d6b235b
Add --venv-system-site-packages
to ansible-test.
2020-01-21 17:32:29 -08:00
Matt Clay
8f02022353
Remove unstable from aws_acm integration test.
...
The quota for the CI account has been increased, so tests are once again passing.
2020-01-21 17:22:09 -08:00
Felix Fontein
c58d8ed1f5
Improve deprecate sanity check; remove deprecated features which should have been removed for 2.9 ( #65745 )
...
* Update deprecation check.
* Remove support for check_invalid_arguments.
2020-01-21 16:58:26 -05:00
Alicia Cozine
0b503f6057
Docs: User Guide overhaul, part 3 ( #66371 )
2020-01-21 16:57:55 -05:00
Sam Doran
20eb1dca99
Update Galaxy docs to use "token" rather than "API key" ( #66644 )
...
We have called an API token many things. I changed the command line argument to
"--token", so now I'm unifying the documentation. I looked at both Galaxy and
Automation Hub and Galaxy is the only place that still uses the term "API Key",
which it could be argued should change.
2020-01-21 15:13:25 -05:00
Jill R
d8c2f4738e
CI is hitting 'maximum number of 2200 certificates' again, marking aws_acm unstable ( #66665 )
2020-01-21 15:03:03 -05:00
Sam Doran
2b7393141f
reboot - add boot_time_command parameter ( #62680 )
...
Allow the built in commands for checking boot time to be overridden. This is mainly for containers and other odd systems where it would add too much complexity to the plugin code to try and discern the correct command to use.
2020-01-21 13:42:32 -05:00
Sam Doran
617fbad743
synchronize - fix password authentication ( #66542 )
...
On Python 2, leave all fds open since there is no mechanism to close specific fds with subprocess.Popen() on Python 2
Add unit tests.
Co-authored-by: Matt Martz <matt@sivel.net>
2020-01-21 10:43:56 -05:00
Logan Mzz
986c9cf6a1
Docs: Fix collection adjacent folder tree ( #66490 )
...
##### SUMMARY
Previously folder tree example for collection adjacent to the current playbook were displaying a subfolder below the playbook instead of being a sibling.
2020-01-21 10:20:37 -05:00
Marko Kohtala
c423b1f213
dev_guide: Correct path to ansible-test requirements files ( #66626 )
...
The requirements path was old due to file relocation in
commit d651bda123
.
2020-01-21 10:16:48 -05:00
dexpl
8f6f4d62df
Update win_package.py ( #66658 )
...
##### SUMMARY
<!--- Your description here -->
Replaced wrong registry paths with correct ones (HKLM:\, not HKLM:).
2020-01-21 10:06:41 -05:00
Martin Nečas
e38217f7fd
ovirt_vm: add docs about importing ova ( #66652 )
2020-01-21 05:08:00 -05:00
Paul Belanger
1ee47a5969
Fix flake8 errors for junos tests ( #66645 )
...
Deal with F841 local variable foo is assigned to but never used
errors.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2020-01-21 08:57:39 +01:00
Abhijeet Kasurde
14ae3ba8c0
Fixed argument spec for multiple modules - Part II ( #65497 )
...
This change contains fixes for argument spec and respective datatypes.
Created separate PR since these changes might alter the behavior of these modules.
Will need shipit from individual module owner(s).
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-01-21 11:37:38 +05:30
Jorge Rua
04b60624ef
Update vmware_cluster doc ( #66630 )
...
Missing delegate_to directive on Delete Cluster example task
2020-01-21 08:18:43 +05:30
Adam Miller
22fe22f796
yum - fix bug where enablerepo is not honored when disablerepo all ( #66557 )
...
Fixes #66549
The inefficiency improvement
https://github.com/ansible/ansible/pull/63713 introduced a bug where
`enablerepo` was not being honored if combined with
`disablerepo="*"`. This fixes that issue.
Signed-off-by: Adam Miller <admiller@redhat.com>
2020-01-20 14:26:36 -05:00
Dovry
f9bc53e23d
fix closing quotation mark in copy module( #66619 )
...
fix from "ntp.conf to "ntp.conf" in copy module documentation
2020-01-20 17:06:17 +05:30
Abhijeet Kasurde
b620134f9c
VMware: Add example of specific folder in VM fact gathering ( #66613 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-01-20 13:56:32 +05:30
sky-joker
1befb52321
VMware: add properties option to vmware_datastore_info module ( #62940 )
...
* add_properties_option_to_vmware_datastore_info
* fix document indent error
* add changelog file for vmware_datastore_info
2020-01-20 13:47:13 +05:30
Chris Van Heuveln
7fabb28d22
nxos_gir timeout fixes ( #66043 )
...
* nxos_gir timeout fixes
* additional setup/teardown cleanups for sanity test
* Add timeout extension comment to module header
* lint
* rework logic to use action plugin
2020-01-20 12:45:49 +05:30
Gonéri Le Bouder
986be77337
vmware_host_powermgmt_policy/test: just one esxi ( #66515 )
...
Since the run the test playbook in a vcenter+1esxi scenario, there is no
need of second host.
The commit also simplify the logic of the test.
2020-01-20 11:31:25 +05:30
Gonéri Le Bouder
2d0ccdc98c
vmware_host_acceptance/test: fix the functional test ( #66576 )
...
Ensure the functional test is actually run. It works fine on a real
environment.
2020-01-20 11:21:53 +05:30
Boyd Hemphill
7129453cd9
Maven Central requires TLS ( #66611 )
...
Fixes : #66609
Maven requires TLS as of 2019-01-15
2020-01-20 11:16:49 +05:30
Mariusz Kryński
3bf8b1d1c9
jenkins_job module: fix for python3 ( #54958 )
2020-01-19 12:57:54 -05:00
Nick Nabb
4181717af6
Removed "encode" on color in get_job_status ( #66585 )
...
* Removed "encode" on color in get_job_status
In Python3 (tested in 3.8.1), variable.encode('utf-8') returns as a byte string versus just a string in Python2 (tested in 2.7.17). Removed encode method on return of get_job_status when color exists and wrapped in str() for good measure.
* Swap str() for to_native() per feedback
2020-01-18 17:36:27 -05:00
Paul Belanger
f46af19702
Revert "eos_config: Added fix for bug #54400 - support for !! in config mode ( #63694 )" ( #66591 )
...
This actually breaks iosxr_config, revert for now to make tests passing
again.
This reverts commit 7ddf7474d3
.
2020-01-18 14:22:26 -05:00
Sam Doran
5db00a05b6
Disable mongodb_user test ( #66595 )
2020-01-18 07:43:49 -05:00
Walter Sosa
875ac4b7a5
Fix a tiny typo ( #66589 )
...
Fixes a very small typo: as --> a in playbook_debuggers.rst
2020-01-18 10:35:31 +05:30
Sam Doran
f15050b09e
Change package name in docker_setup integration test ( #66572 )
...
* Change package name
* Retry to hopefully get a good mirror
2020-01-17 23:41:42 -05:00
mollux
dd68458da2
Add missing gcp modules to module defaults ( #66388 )
...
* Renamed gcp_*_facts to gcp_*_info
* Added missing GCP modules to GCP module defaults group
2020-01-18 09:51:27 +05:30
Gonéri Le Bouder
a3dfabfdba
vmware_host_ipv6/test: reset status before new check
...
Ensure a disable IPv6 before we try to re-enable it. This to get a
consistent result.
2020-01-17 16:57:23 -05:00
Gonéri Le Bouder
5280042901
vmware_host_dns: consistent rslt when name changes
...
This commit address a problem in static mode, if the hostname change,
`host.name` value with change too. And as a result:
results['dns_config_result'][host.name]
will be initialized.
We now record the initial hostname first, and uses it as the key for the
results.
This commit also ensures hostname and search domain change are detected if
`instance.dnsConfig.dhcp` is true.
Finally, if we target a cluster, the `changed` result will depend on the
number of nodes.
2020-01-17 16:57:12 -05:00
Gonéri Le Bouder
b183d36c53
vmware_export_ovf/test needs an ESXi
...
Ensure the `vmware_export_ovf` test-suite runs with at least one ESXi.
2020-01-17 16:56:47 -05:00
Gonéri Le Bouder
437b8b3807
vmware_export_ovf/test: don't use a rescue block in test
...
By using a `rescue` block, we can potentially hide a really problem in the
block and return a success. This is a bit problematic for a functional
test.
2020-01-17 16:56:47 -05:00
Gonéri Le Bouder
ae6317004e
vmware_guest_network/test: create the dvswitch
...
Ensure the DVSwitch and the portgroup are created by
`prepare_vmware_tests`.
2020-01-17 16:56:13 -05:00
Adam Miller
077a8b4898
podman - fix rootless container copy no pause ( #66583 )
...
Fixes #66263
Signed-off-by: Adam Miller <admiller@redhat.com>
2020-01-17 16:41:10 -05:00
Mohammadreza Abdoli
7ae5331218
update ismount() to match upstream from cPython ( #64586 )
2020-01-17 16:32:14 -05:00
Mario Lenz
864a3fd59d
VMware: Add advanced settings to vmware_cluster_drs ( #66233 )
...
* VMware: Add advanced settings to vmware_cluster_drs
* Add DRS advcanced settings example
2020-01-17 16:23:19 -05:00
Sam Doran
9b7198d25e
file - change _diff_peek type in argument_spec ( #60428 )
...
* Add integration tests
* Handle error in _get_diff_data()
* Change to warning rather than error
* Also change failure to warning in assemble action plugin
2020-01-17 16:02:28 -05:00
Sam Doran
9a51dff0b1
Rename private function ( #66577 )
...
Make find_existing_collections() a public function since it is being used across mulitple files now to support listing and verifying collections
2020-01-17 15:27:15 -05:00
GomathiselviS
87fd93f140
Added fix to bug #64568 ( #64621 )
2020-01-17 15:23:02 -05:00
GomathiselviS
7ddf7474d3
eos_config: Added fix for bug #54400 - support for !! in config mode ( #63694 )
...
* Corrected lint errors
* Added fix for bug # 54400
* Resolving conflicts
2020-01-17 15:22:38 -05:00
Florian Apolloner
a7e4479d01
Fix DNF idempotency. ( #66209 )
2020-01-17 11:22:06 -05:00
Akira Yokochi
6b21f56b97
fix typo in EXAMPLES ( #64932 )
2020-01-17 10:23:52 -05:00
Paul Belanger
8b0fb9f290
Fix flake8 error with test_eos_lacp_interfaces ( #66552 )
...
F841 local variable 'commands' is assigned to but never used
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2020-01-17 09:32:19 -05:00
Joseph Andreatta
148d72d6e2
vmware_vcenter_settings: Specify defaults inside parameter dict ( #59546 )
...
* vmware_vcenter_settings: Specify defaults inside dictionaries
* Add default to documentation and fix bug in example
2020-01-17 19:25:13 +05:30
hiyokotaisa
b59fa134be
Fix indent on example of set_fact module ( #66554 )
...
Fixed incorrect indent on example section in set_fact module's example section
2020-01-17 13:11:43 +05:30