James E. King III
f2495ef0d3
Add ability to get vmware_guest_facts using vsphere schema output ( #47446 )
2019-02-25 06:03:40 -05:00
Abhijeet Kasurde
46d869e7bd
VMware: new module: vmware_dvs_portgroup_facts ( #45116 )
...
* VMware: new module: vmware_dvs_portgroup_facts
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Review comments
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-02-25 05:47:09 -05:00
Abhijeet Kasurde
1a8332d2cd
VMware: new module: vmware_guest_customization_facts ( #38588 )
...
This module gathers facts about customization specification created
for virtual machine.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-02-25 04:32:56 -05:00
Jose Angel Munoz
e729ad56a0
Fixing VMWare Guest Disk Creation when Using Template ( #52676 )
2019-02-25 14:43:53 +05:30
Christian Kotte
2f44ac4edc
VMware: Fix module vmware_host ( #46225 )
...
* Add folder_name alias
The parameter should be named folder_name instead of folder to be
consistent with the other parameters cluster_name and datacenter_name.
* Fix 'A specified parameter was not correct: cnxSpec' error
The play fails when re-connecting a host with the cnxSpec argument
defined.
Just remove the cnxSpec argument definition. It isn't necessary when
re-connecting an existing host in vCenter (6.5).
* Fix ESXi host add/remove/re-connect errors
An ESXi host cannot be added, removed, or re-connected under a folder.
ESXi hosts connected under a folder, instead of a cluster, have an
object type of ComputeResource instead of HostSystem and the HostSystem
object is the first entry in the host parameter list of the
ComputeResource object.
Separate between cluster and folder actions.
2019-02-25 14:08:33 +05:30
Jake Hill
e18d5ea8b3
VMware: Add support in VMWare modules for BIOS and instance UUID's ( #44399 )
...
* Add support for changing UUID type referenced
* Update all appropriate VMware modules to include UUID type
* Add integration test for filtering on instance UUID
2019-02-25 14:07:07 +05:30
Felix Fontein
a1ec307d43
docker_swarm: make labels work with older docker daemon versions ( #52895 )
...
* Make labels work with older docker daemon versions.
* Fix idempotence detection.
* Add changelog.
2019-02-25 08:16:09 +00:00
Nicolas Singh Oteiza
e599f5aabe
Add docker_prune sample to remove everything, including non-dangling images ( #52744 )
...
* Update docker_prune.py
##### SUMMARY
Add example to remove everything, including non-dangling images
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
* fix indentation
* Update lib/ansible/modules/cloud/docker/docker_prune.py
Co-Authored-By: nicosingh <nicolas.singh@gmail.com>
2019-02-25 08:15:15 +00:00
Mario Lenz
bcd6702b8a
VMware: Fix KeyError in vmware_host_config_manager ( #52736 )
...
* Bug fix for vmware_host_config_manager
* Update changelogs/fragments/44561-vmware_host_config_manager-fix_key_error.yml
Co-Authored-By: mariolenz <m@riolenz.de>
2019-02-25 13:27:49 +05:30
Diane Wang
4f8cd6bf96
VMware: add new module vmware_export_ovf ( #50589 )
2019-02-25 09:29:45 +05:30
Andrea Scarpino
76b5a9fb52
rds: improve error message ( #52901 )
2019-02-25 09:30:32 +10:00
awkspace
7bca6a56c9
Add snapshot support for vultr_server ( #52781 )
2019-02-24 19:57:19 +01:00
Felix Fontein
3c39fe5871
Improve documentation on remote_addrs. ( #52893 )
2019-02-24 10:58:49 -05:00
Felix Fontein
81d58cfef6
docker_swarm: hopefully fix debug CI problems, and fix check mode ( #52825 )
...
* Let's see some debug output.
* Also check LocalNodeState.
* Improve tests.
* Actually implement check mode.
* Add changelog.
* Add pretty-printing and more output.
2019-02-23 17:18:17 -05:00
Andrea Scarpino
bb80316afa
ec2: minor fix in the documentation ( #52686 )
...
AWS_REGION is also read (in addition to EC2_REGION)
2019-02-22 17:11:05 -06:00
Hannes Ljungberg
f5d9eb1dea
docker_swarm_service: Specify choices on update_order ( #52741 )
...
* Specify choices on update_order
* Drop quoting
* Add changelog fragment
* Revert "Add changelog fragment"
This reverts commit 6a4a2b903b859a41356ff55a8937da976345755d.
2019-02-22 12:14:20 -05:00
Monty Taylor
4c150b39c1
Fix default for os_network port_security_enabled ( #52821 )
...
The default value should be None, for "unset" not False.
2019-02-22 12:11:47 -05:00
Dag Wieers
cd77ea3eb3
serverless: Fix validate-modules issues ( #52435 )
...
This PR includes:
* Adding parameter types
* Fix validate-modules issue
* Improve parameter types and resulting changes
This PR needs to be verified and tested by maintainer(s).
2019-02-22 11:35:48 +00:00
Michael Eaton
c5e3c80800
VMware: New Module: vmware_host_scanhba ( #51440 )
2019-02-22 16:45:53 +05:30
qw34ty
8724c0deda
lxd_container fix to check for snap package install unix.socket #34924 ( #51541 )
...
* -added simple check to check snap unix.socket #34924
* fixed whitespacing around assignment
* documented snap_url variable
* documented snap_url variable
* documented snap_var
* updaed snap_var doc
* version_added: to documenation
* -updated check method to more reliable approach
* -fixed whitespace missing in replace
2019-02-22 09:24:07 +00:00
Yunge Zhu
28dadc9e18
add application security group facts ( #52629 )
2019-02-22 16:11:24 +08:00
Yunge Zhu
d2297c50d2
add cdnendpoint facts module ( #52631 )
2019-02-22 13:51:38 +08:00
Rafael Driutti
c68838fb13
AWS Redshift: port module to boto3 and fix parameters check ( #37052 )
...
* fix parameters check and port module to boto3
* begin with integration tests
* allow redshift iam policy
* Wait for cluster to be created before moving on to delete it
* Allow sts credentials so this can be run in CI
Don't log credentials
ensure cluster can be removed
* - Replace DIY waiters with boto3 waiters
- test multi node cluster
* catch specific boto3 error codes
* remove wait from test
* add missing alias for shippable
* - Rework modify function.
- Default unavailable parameters to none.
- Add cluster modify test
* Ensure resources are cleaned up if tests fail
* Ensure all botocore ClientError and BotoCoreError exceptions are handled
2019-02-21 17:04:42 -06:00
Hannes Ljungberg
dd4b4aa941
docker_swarm_service: Add stop_grace_period option ( #52519 )
...
* Add stop_grace_period option
* Add changelog fragment
* Move doc type to last
* Add version_added
2019-02-21 20:12:13 +00:00
Zim Kalinowski
053081a8a0
use the same C() everywhere for absent / present options ( #52610 )
...
* use the same C() everywhere for absent / present options
* Update lib/ansible/modules/cloud/azure/azure_rm_cdnendpoint.py
* Update lib/ansible/modules/cloud/azure/azure_rm_resourcegroup.py
* Update lib/ansible/modules/cloud/azure/azure_rm_cdnendpoint.py
* Update lib/ansible/modules/cloud/azure/azure_rm_cdnendpoint.py
Co-Authored-By: zikalino <zikalino@microsoft.com>
2019-02-21 09:07:10 -06:00
Ted Timmons
4876e9a48a
specify basic minimum botocore version for this module ( #52417 )
...
Bump the version and give a warning. It took me 30+ mins to carefully look through botocore to find the minimum version. Grumble.
Fixes #52393 , partially helps #39085 .
* Update lib/ansible/modules/cloud/amazon/cloudformation.py
Co-Authored-By: tedder <ted@perljam.net>
2019-02-21 09:02:56 -06:00
Hannes Ljungberg
da8574c567
docker_swarm_service: Allow passing period strings on relevant options ( #52530 )
...
* Allow duration to be passed as duration strings
* Remove whitespace
* Add changelog fragment
* Fix broken test
* Better error handling
2019-02-21 11:47:06 +00:00
Hannes Ljungberg
7276344f85
docker_swarm_service: Don’t remove service when networks change ( #52634 )
...
* Don’t remove service when networks change
* Add changelog fragment
* Some more network integration tests
* Add hannseman as author
* Remove return on self.client.fail
2019-02-21 11:46:50 +00:00
Yunge Zhu
55e9acb043
support application security group in network interface ( #52450 )
2019-02-21 17:23:09 +08:00
Diane Wang
d6ef07ca45
modify doc description of disk.datastore ( #52695 )
2019-02-20 23:35:34 -05:00
Zim Kalinowski
4292c33649
adding tags to azure_rm_sqldatabase ( #52615 )
...
* adding tags to sql database
* can't add version_added, so have to ignore sanity test
* removed ignore
2019-02-20 16:17:45 -08:00
Zim Kalinowski
20a96bcc4e
dev test labs artifacts and virtual machine modules ( #51462 )
...
* dev test labs vm and artifacts
* fix sanity
* fixing sanity
* disable artifact test for now
* + vn update
* fix sanity
* fixed test issue
* one more merge update
* fixed assert
2019-02-20 16:02:09 -08:00
Zim Kalinowski
9d11cd311b
adding vmss instance module ( #51461 )
...
* adding vmss instance
* fix indent
* fixing doc
2019-02-20 13:50:46 -08:00
The Magician
a6752f002b
Bug fixes for GCP modules ( #52616 )
2019-02-20 16:27:05 -05:00
Piotr Wojciechowski
67f14772b1
docker_node: labels operation fails when parameter 'labels' is None ( #52662 )
...
* docker_node: Fix for situation where labels parameter is None
* docker_node: Fix for situation where labels parameter is None and labels are not removed
2019-02-20 16:04:42 -05:00
The Magician
90a199a0ee
Bug fixes for GCP modules ( #52617 )
2019-02-20 13:12:40 -05:00
The Magician
9291f48964
Bug fixes for GCP modules ( #52618 )
2019-02-20 13:12:12 -05:00
The Magician
0b16286254
Bug fixes for GCP modules ( #52619 )
2019-02-20 13:11:55 -05:00
The Magician
471b20bab3
New Module: gcp_cloudbuild_trigger ( #52621 )
2019-02-20 13:11:40 -05:00
The Magician
67eac8d7c0
New Module: gcp_cloudbuild_trigger_facts ( #52622 )
2019-02-20 13:11:28 -05:00
Christian Kotte
bd0cad6ed7
Improve vmware_vmkernel module ( #47270 )
...
* update description and examples
* show updated settings
* add check mode support
* Remove unused option `vlan_id`
* add vDS support
* add TCP/IP stack support
2019-02-20 21:27:35 +05:30
David Passante
5abeb9659b
cloudstack: streamline modules doc ( #52509 )
...
* cloudstack: streamline modules doc (first 5)
* Remove the "local_action" style from the examples
2019-02-20 10:53:31 -05:00
Zim Kalinowski
9b5514928a
improving consistency of azure examples/documentation - 2 ( #52572 )
...
* normalizing azure example naming conventions - 2
2019-02-20 07:39:41 -06:00
Stanislas
220d0cb16b
Fix typo in lxd_container module ( #52644 )
2019-02-20 07:37:11 -06:00
Zim Kalinowski
d75f118b5e
Adding subnet facts ( #52611 )
2019-02-20 13:56:36 +08:00
Zim Kalinowski
b1a9e7b8c8
adding dlt vn facts ( #52552 )
2019-02-20 10:45:47 +08:00
Hannes Ljungberg
af154e42ec
docker_swarm_service: Use inspect_service to get service data ( #52534 )
...
* Use inspect_service to get service data
* Catch NotFound error
* Return None explicitly
2019-02-19 15:26:24 -05:00
Matt Martz
b5c2b407d6
Fix tuples to actually be tuples ( #52591 )
2019-02-19 13:29:51 -06:00
Zim Kalinowski
d01d94c1f9
improving consistency of azure examples/documentaion - 3 ( #52573 )
...
* normalizing example naming conventions 3
* fixed line too long
2019-02-19 13:15:59 -06:00
Hannes Ljungberg
991af9ca73
docker_swarm_service: Remove misinterpretable description ( #52533 )
...
* Remove misinterpretable description
* Update module description
* Spelling
2019-02-19 14:15:36 -05:00