Zim Kalinowski
ee96d42d7d
Fixing upgrade_policy idempotence ( #38022 )
2018-08-14 13:24:34 +08:00
Alex Stephen
b0542217e2
Bug fixes for gcp_compute_instance_template ( #42818 )
2018-08-13 15:29:48 -04:00
Alex Stephen
829dcf1d23
Bug fixes for gcp_compute_instance_group ( #42816 )
2018-08-13 15:29:27 -04:00
Alex Stephen
f977590a2a
Bug fixes for gcp_compute_instance ( #42815 )
2018-08-13 15:28:50 -04:00
Alex Stephen
7a92b8c9ed
Bug fixes for gcp_compute_global_forwarding_rule ( #42810 )
2018-08-13 15:28:11 -04:00
nishiokay
c99cd634bb
Update cs_storage_pool.py ( #42454 )
...
Added "maintenance" to allocation_state in the Parameters section.
+label: docsite_pr
2018-08-13 15:19:36 -04:00
Alex Stephen
f405857f50
Bug fixes for gcp_compute_firewall ( #42807 )
2018-08-13 14:55:10 -04:00
Stefan Prietl
d5662df695
Fix actions and wait in os_server_action module ( #43504 )
...
* Fix call to sdk.iterate_timeout in os_server_action
* Correct indentation for several actions in os_server_action
2018-08-13 12:52:20 -04:00
Juan Jimenez
cceddfab9b
Update lambda.py ( #44066 )
...
Timeout doesn't say if in secs, minutes or ??
2018-08-13 12:33:14 -04:00
Alex Stephen
50bd91b48b
New GCP Module: gcp_compute_backend_service_facts ( #44025 )
2018-08-13 12:21:49 -04:00
Alex Stephen
fbfea59d7d
Bug fixes for gcp_compute_ssl_certificate ( #42821 )
2018-08-13 12:15:15 -04:00
Alex Stephen
c38e1e5631
Bug fixes for gcp_container_cluster ( #42829 )
2018-08-13 12:15:02 -04:00
Alex Stephen
dd3c4b0d39
Bug fixes for gcp_pubsub_subscription ( #42833 )
2018-08-13 12:14:11 -04:00
Alex Stephen
3dc363d135
Bug fixes for gcp_storage_bucket_access_control ( #42836 )
2018-08-13 12:13:53 -04:00
Alex Stephen
7f10d432ec
Bug fixes for gcp_container_node_pool ( #42830 )
2018-08-13 12:11:06 -04:00
Alex Stephen
7f981b4123
Bug fixes for gcp_dns_managed_zone ( #42831 )
2018-08-13 12:09:38 -04:00
Alex Stephen
2a346af18b
Bug fixes for gcp_compute_instance_group_manager ( #42817 )
2018-08-13 12:09:23 -04:00
Alex Stephen
c239e6f045
Bug fixes for gcp_compute_https_health_check ( #42813 )
2018-08-13 12:08:42 -04:00
Alex Stephen
6b5f86a4aa
Bug fixes for gcp_compute_image ( #42814 )
2018-08-13 12:08:12 -04:00
Alex Stephen
439716a832
Bug fixes for gcp_compute_health_check ( #42811 )
2018-08-13 12:07:24 -04:00
Alex Stephen
c8418a709b
Bug fixes for gcp_compute_disk ( #42806 )
2018-08-13 12:04:57 -04:00
Alex Stephen
146c126780
Bug fixes for gcp_compute_global_address ( #42809 )
2018-08-13 12:02:10 -04:00
Alex Stephen
65df8834e8
Bug fixes for gcp_compute_forwarding_rule ( #42808 )
2018-08-13 12:00:11 -04:00
Alex Stephen
d1399ec5a2
Bug fixes for gcp_compute_backend_service ( #42805 )
2018-08-13 10:55:21 -04:00
Alex Stephen
476e98e0cf
Bug fixes for gcp_compute_backend_bucket ( #42804 )
2018-08-13 10:54:56 -04:00
Alex Stephen
4ecdf11aaa
Bug fixes for gcp_compute_address ( #42704 )
2018-08-13 10:50:04 -04:00
René Moser
1fb0e11b56
vultr: rename prefix vr_to vultr_ ( #43994 )
...
* vultr: rename modules
* replace string vr_ with vultr_
* add deprecation warning
* fix sanity tests
* add changelog
2018-08-13 10:21:50 +02:00
René Moser
041fcb2435
cs_pod: workaround for 4.11 API break ( #43944 )
2018-08-11 09:22:14 +02:00
Jasper Aorangi
42257706b6
Add enable_ip_forwarding option to azure_rm_networkinterface; Fixes #43276 ( #43335 )
...
* Merge again trickily similar Accelerated networking and IP forwarding
* Add type to enable_ip_forwarding documentation
* Fix merge error
* auth to auto
* azure_rm_networkinterface: remove auth_source from tests
* azure_rm_networkinterface: remove spurious auth_source from test
* azure_rm_networkinterface: Revert formatting on test
* azure_rm_networkinterface: Correct indentation
2018-08-10 14:14:48 -07:00
ssemyonov
7a4517a067
Introduce force
and verbose
options in serverless module ( #43947 )
...
* Introduce `force` and `verbose` options in serverless module
* Add "version_added: 2.7" for the new `force` and `verbose` options
2018-08-10 12:30:36 -04:00
mbusbee
b851321b65
VMware: datastore selection ( #35812 )
...
This fix adds additional parameter 'datastore'. This parameter
provides a flexibility to specify custom datastore or datastore cluster
to deploy new virtual machine from template (which is located in different
datastore or datastore cluster from virtual machine's datastore or datastore
cluster).
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-08-09 22:50:46 +05:30
Abhijeet Kasurde
bc84f69ae0
Fix unreferenced msg from vmware_host ( #43872 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-08-09 15:44:50 +05:30
Alex Bush
d1d08304f9
azure_rm_loadbalancer_facts.py: list() takes at least 2 arguments fix ( #29046 ) ( #29050 )
2018-08-09 15:07:38 +08:00
Antoine Cotten
6741e98c04
azure_rm_deployment: collect tags from existing Resource Group ( #26104 )
2018-08-09 15:04:30 +08:00
Abhijeet Kasurde
e364d717cb
VMware: remove unused imports ( #43804 )
...
Idea taken from https://github.com/ansible/ansible/pull/43402
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-08-09 10:34:55 +05:30
curry9999
2d79589515
To improve readability, we added a line feed. ( #43801 )
...
* modified: google/gcp_compute_backend_bucket.py
modified: google/gcp_compute_backend_service.py
modified: google/gcp_compute_forwarding_rule.py
modified: google/gcp_compute_global_forwarding_rule.py
modified: google/gcp_compute_image.py
modified: google/gcp_compute_instance.py
modified: google/gcp_compute_instance_group.py
modified: google/gcp_compute_instance_group_manager.py
modified: google/gcp_compute_instance_template.py
modified: google/gcp_compute_route.py
modified: google/gcp_compute_subnetwork.py
modified: google/gcp_compute_target_http_proxy.py
modified: google/gcp_compute_target_https_proxy.py
modified: google/gcp_compute_target_ssl_proxy.py
modified: google/gcp_compute_target_tcp_proxy.py
modified: google/gcp_compute_url_map.py
modified: google/gcp_container_node_pool.py
modified: google/gcp_dns_resource_record_set.py
modified: google/gcp_pubsub_subscription.py
modified: google/gcp_storage_bucket_access_control.py
* modified: lib/ansible/modules/cloud/amazon/aws_ses_identity.py
modified: lib/ansible/modules/cloud/amazon/route53_facts.py
modified: lib/ansible/modules/cloud/cloudscale/cloudscale_server.py
modified: lib/ansible/modules/network/aos/_aos_logical_device.py
modified: lib/ansible/modules/network/aos/_aos_rack_type.py
modified: lib/ansible/modules/network/aos/_aos_template.py
modified: lib/ansible/modules/network/cumulus/nclu.py
modified: lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py
modified: lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_wait.py
2018-08-08 16:10:26 -07:00
Feilong Wang
23adc436fd
Add OpenStack Magnum cluster template module ( #42654 )
2018-08-08 13:55:51 -04:00
Lingxian Kong
84a1decaf0
Add os_listener module for OpenStack Octavia ( #42604 )
2018-08-08 11:22:06 -04:00
Lingxian Kong
018a8eb8ee
Add os_loadbalancer module for OpenStack Octavia service ( #42552 )
2018-08-08 11:21:44 -04:00
Abhijeet Kasurde
1366a694f9
VMware: Update example ( #43786 )
...
* Unified examples in all modules
* validate_certs is now 'no' instead of 'False'
* delegate_to changes
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-08-08 17:14:27 +05:30
Yuwei Zhou
6dce96e1d0
refine aks document ( #43810 )
2018-08-08 15:51:23 +08:00
Yuwei Zhou
88a738b0ba
Fix nsg cannot add rule with purge_rules false ( #43699 )
2018-08-08 11:41:46 +08:00
Yunge Zhu
5088f7c926
add azure_rm_appserviceplan module ( #40906 )
...
* add azure_rm_appserviceplan module
* fix lint in test
* fix lint
* fix test
* fix test syntax
* resolve comments
* fix test
2018-08-07 15:54:31 -07:00
Yunge Zhu
97942cf049
add azure_rm_webapp ( #40005 )
...
* add azure_rm_webapp
* fix lint error
* resolve comments
* fix lint
* fix lint
* fix lint
* fix lint
* fix test failure
* fix test
* fix test
* fix test
* refine ux
* resolve comments
* fix lint and test
* fix lint
* code cleanup
* combine windows_frameworks/linux_framework to one
* fix lint in doc
* fix l int
* fix lint
* fix bug
* fix bug
* fix bug
* fix bug
* fix syntax error
* fix lint error
* fix bug of wrong indent
* fix test issue
* update java framework parameter
* fix lint error
* resolve comments
* fix lint
* resolve comments
* fix bug
* update test
* fix lint
* fix test
2018-08-07 15:53:15 -07:00
Willian Ricardo
29f2bf651e
[aws] Allow CloudWatch Log Group retention to be changed when log group exists ( #43752 )
...
* fix bugs #42028 and #43735
2018-08-07 16:06:06 -04:00
Yanis Guenane
68e6587748
Vultr: Ensure facts works when no resource exists ( #43603 )
...
Vultr API is being inconsisten in what it returns. An empty list when no
resources exists, but a dict of dict when they do. The case needs to be
handled so the module do not fail. An extra test has been added.
2018-08-07 20:12:36 +02:00
Abhijeet Kasurde
5936e1f449
VMware: confine search for network till datacenter level ( #40382 )
...
If there are multiple distributed virtual portgroup network with same name
in different datacenter, vmware_guest module used to choose first DVPG irrespective
of the datacenter. This caused problem if two datacenter has same name for DVPG,
vmware_guest module failed with error "The object or item referred to could not be found."
This fix adds check to search for network (Distributed Virtual Portgroup)
till datacenter level. This avoids selection of same name DVPG from other datacenter.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-08-07 22:10:10 +05:30
Abhijeet Kasurde
3dcbf3b003
VMware: new module : vmware_guest_boot_facts ( #43240 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-08-07 22:08:37 +05:30
Abhijeet Kasurde
281c8f6861
VMware: added missing facts vmware_drs_rule_facts ( #42992 )
...
vmware_drs_rule_facts was missing details about vm_group and host_group
and their respective memeber names. This fix adds those details and updates documentation.
Fixes : #42980
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-08-07 22:07:39 +05:30
David Wittman
a24898b715
Add cap_drop to docker_container module ( #36889 )
...
Closes #29578
2018-08-07 12:11:52 +05:30