Abhijeet Kasurde
d41e568a4d
VMware: use UUID to find templates and VMs ( #45208 )
...
This fix adds functionality to find the templates or VMs for cloning
operations.
Fixes : #45081
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-09-10 12:45:47 +05:30
Harald Albers
a9c829bdf2
VMware: honor "wait_for_ip_address" when powering on a VM ( #45226 )
...
Signed-off-by: Harald Albers <github@albersweb.de >
2018-09-10 12:25:35 +05:30
Zim Kalinowski
6110163f99
Fixes in container registry documentation ( #45390 )
...
* adding tags to container registry
* fixed tags
2018-09-10 01:49:04 -04:00
Zim Kalinowski
6d0b0f8338
added missing facts in container instance ( #45380 )
...
* returning tags in container instance facts
* small fix
2018-09-10 01:10:40 -04:00
Stéphane Travassac
0f7ef141ad
VMware: more detail error on bad http code return for vmware_guest_file_operation.py ( #41897 )
...
Fixes : #41721
2018-09-10 09:21:00 +05:30
Zim Kalinowski
376082c37d
added tags to webapp documentation ( #45375 )
2018-09-10 09:51:17 +08:00
kryptsi
1325ddbb0b
VMware: new plugin for setting an object's role/permission ( #39988 )
2018-09-07 19:03:58 +05:30
Ryan Brown
4d7e261074
[aws] Remove deprecated ec2_vpc_dhcp_options_facts alias of ec2_vpc_dhcp_option_facts ( #45322 )
2018-09-07 09:09:28 -04:00
Ryan Brown
8d363f7693
[aws] Remove deprecated ec2_vpc_dhcp_options alias of ec2_vpc_dhcp_option ( #45321 )
2018-09-07 09:08:09 -04:00
Pieter Avonts
1a810f8f11
VMware: Rewrite get_resource_pool method for correct resource_pool selection ( #39792 )
...
* rewrite get_resource_pool method for correct resource_pool selection
* only keep name if path is given for cluster, esxi_hostname or resource_pool
* Revert "only keep name if path is given for cluster, esxi_hostname or resource_pool"
* This reverts commit 50293ec763c024b0eaceac5d775ccc0ad3ff8bd7.
* if the name argument contains a path, only use the last part for matching
* remove path from cluster argument in tests
* remove find_objs in favour of reusing find_obj with an extra folder argument
* fix find_obj ignoring first if name is not given
2018-09-07 18:23:26 +05:30
Abhijeet Kasurde
fd985db72d
VMware: Refactor disc logic ( #39285 )
...
* Refactoring related to network device
* Assign unique random temporary key while creating SCSI or/and IDE controller devices
* Add testcase for this change
Fixes : #38679
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-09-07 17:04:02 +05:30
Armin Ranjbar Daemi
778b789c84
VMware: New module vmware_guest_vnc ( #36282 )
2018-09-07 16:00:37 +05:30
John Imison
38a714833d
pyvcloud requirement documented ( #44347 )
2018-09-07 01:01:49 -04:00
Mike Klebolt
b14206a578
[New Module] vmware_guest_tools_upgrade ( #42698 )
...
New module to manage VMware guest tools upgrade.
2018-09-07 09:54:50 +05:30
Abhijeet Kasurde
e653a93044
VMware: update vmware_local_role_manager with action ( #44566 )
...
With this fix user can add, remove and set privileges to
an existing role with privileges.
Fixes : #44391
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-09-07 09:33:50 +05:30
kobayashi
46856b0747
Delete parameters created with init ( #42777 )
2018-09-07 09:31:34 +05:30
Sloane Hertel
8b341619ae
Fix backwards compatibility without providing prefix since boto3 does more parameter validation than boto ( #45308 )
...
Use .get() instead of assuming a rule has a Transitions or Filter key (both of which are optional)
2018-09-06 15:44:26 -04:00
Andrew McGilvray
71c4355d58
check for change of role arn in ecs task definition ( #44942 )
...
* check role arn for ecs task definition
If the task role in a ECS task definition changes ansible should create a new revsion of the task definition.
2018-09-06 15:43:30 -04:00
Vinay Dandekar
4ce09ea62d
[aws] ec2_metadata_facts URL encode the metadata URL to avoid errors ( #43394 )
...
- If a field in the URL has a space it would result in a 400 without making it URL safe
- Fixes #42371 and #43378
2018-09-06 15:24:25 -04:00
Rob
7e426b0381
Fix health check configurations being ignored - #43244 ( #43247 )
...
* Fix health check configurations being ignored - #43244
* Ensure health_check_protocol is not None before check
* Simplify long indented if statement
2018-09-06 15:19:04 -04:00
Ryan Brown
079299db4d
[aws] ec2_group multi-account and peered VPC bugfix ( #45296 )
...
* Add tests to replicate bug #44788
* Handle when userId is same account due to in-account peering
* Module defaults for main.yml
* Turn off VPC peering tests in CI
2018-09-06 15:06:03 -04:00
Adam Miller
12e2d6d01f
fix version number because this was backported
...
Signed-off-by: Adam Miller <admiller@redhat.com >
2018-09-06 11:35:39 -07:00
Rémy Léone
eb882e4b01
Select image facts by region ( #44965 )
2018-09-06 11:57:43 -04:00
Abhijeet Kasurde
270082a51c
VMware: Handle systemError in host_config_manager ( #45263 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-09-06 08:59:53 +05:30
Yunge Zhu
2955d7cd1b
add publish url in webapp facts output ( #45131 )
...
* add publish url in webapp facts output
* update name
* fix test
2018-09-06 08:04:09 +08:00
chalupaa
1f3e7ea061
[aws] lambda_policy fix update when principal is an account number ( #44871 )
...
Fix KeyError on update when principal is an account number
2018-09-05 14:59:14 -04:00
Ryan Brown
20f21779d3
Fix ec2_group for numbered protocols (GRE) ( #42765 )
...
* Fix spurious `changed=True` when int is passed as tag
* Fix for all AWS module using compare_aws_tags
* Handle improperly stringified protocols and allow inconsistency between None/-1 on non-tcp protocols
* Add integration test that reproduces the same bug
* Return false if the comparsison is not equal
2018-09-05 13:34:26 -04:00
Sloane Hertel
038fd0d0f2
elb_target_group - prevent a KeyError exception ( #45169 )
...
Ensure ports to integers after allowing the key 'Targets' to be available in params
2018-09-05 12:50:03 -04:00
Ryan Brown
9d1bf32825
[aws] Add suboptions to aws_application_scaling_policy ( #43042 )
...
* [aws] Add suboptions to aws_application_scaling_policy
Fixes #42917
* Remove any suboptions that are None
2018-09-05 12:35:26 -04:00
Zim Kalinowski
a5e2b60870
adding tags to keyvault ( #45145 )
2018-09-05 16:21:15 +08:00
Abhijeet Kasurde
9c1ba18607
VMware: Return Disk UUID information ( #45157 )
...
This fix adds feature of disk uuid for given virtual machine disk.
Fixes : #45149
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-09-05 10:35:13 +05:30
Rémy Léone
f6303ba5df
Add user_data/cloud-init support for scaleway_compute module ( #42697 )
2018-09-04 19:56:05 -04:00
Dougal Seeley
a6c97f2243
ec2_vpc_route_table - allow routes to be created if the CIDR already exists but its 'Origin' is 'EnableVgwRoutePropagation' (which cannot be replaced). ( #43417 )
...
Fixes #43415
2018-09-04 11:18:33 -04:00
Abhijeet Kasurde
b3b65d16b8
Handle special service where package is not available ( #45155 )
...
There are several services e.g. vmware-fdm, which does not have package name and
package description which will raise a error if queried for.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-09-04 17:03:44 +05:30
Abhijeet Kasurde
885ee25375
Documentation for several VMware modules ( #45153 )
...
* Added return for vmware_host_config_facts
* Added return for vmware_host_service_facts
* Correct typo in vmware_portgroup_facts
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-09-04 16:37:14 +05:30
Zim Kalinowski
b1b90faf96
added missing resource_group description in return value ( #45143 )
2018-09-04 04:04:51 -04:00
Zim Kalinowski
e7ec1ef59c
adding tags to container instance ( #45142 )
2018-09-04 03:56:10 -04:00
Zim Kalinowski
1f8635fbd9
Virtual machine facts - retrieving instance view ( #45128 )
2018-09-04 11:25:01 +08:00
Zim Kalinowski
9bd702ef37
vm size idempotence ( #45108 )
2018-09-04 09:41:41 +08:00
Madhura-CSI
a4663d8e73
New module for azure custom image facts ( #42102 )
...
* new module for azure custom image facts
* added facts in aliases, corrected assertion
* simplified managed disk id struct
* updated ansible version
2018-09-04 02:28:01 +08:00
Zim Kalinowski
9b28319020
adding container instance facts ( #43326 )
2018-09-03 15:51:42 +08:00
vpopescu
b4c148b6ea
fixed boolean value for zone ( #41974 )
2018-09-03 10:20:16 +08:00
Matt Martz
f89d873698
Stub out modules scheduled for 2.8 removal ( #44985 )
...
* Remove modules scheduled for 2.8
* Add changelog and porting guide
* Skip docs test on removed modules
* Don't link to removed modules
2018-08-31 16:27:32 -05:00
Rémy Léone
5cf9644003
Add an user facts module for Online ( #44709 )
2018-08-31 14:02:40 -04:00
Martin Nečas
c2fa0d2c4b
recator uploading disk and downloading ( #43635 )
2018-08-31 03:23:52 -04:00
Martin Nečas
d5ebc3e0ec
add quota_name to ovirt permition module ( #44713 )
2018-08-31 03:00:13 -04:00
Martin Nečas
c65c841ef3
add ovirt attach host devic ( #44714 )
2018-08-31 03:00:04 -04:00
Ubuntu
7d81de2516
updates to azure_rm_sqlfirewallrule
...
updates to azure_rm_sqlfirewallrule
small fixes
move sql client to common
adding state
fixed sample
fixed sanity
fixed aliases
removed unnecessary object
removed unused resource_group
changed group to less crowdy
tags
no tags on firewall rule
2018-08-30 21:54:58 -07:00
Yuwei Zhou
b7d614df78
add auto scale module ( #41533 )
...
* add autoscale modules
* add test alias
2018-08-30 21:18:56 -07:00
Roman Belyakovsky
4f70eb3e26
ec2_vol_facts: moved to boto3 ( #43348 )
...
* ec2_vol_facts: moved to boto3
* vol_facts: formatting fixes
* vol_facts: formatting fixes
* vol_facts: added integration tests
* vol_facts: improved integration tests
* vol_facts: integration tests, fixed ami
* vol_facts: integration tests, fixed ami
* vol_facts: refactor, post-review update
* vol_facts: implemented pagination
* vol_facts: pep8 style fix
* CI IAM policy requirements fix
* Tests fixed, added to unsupported, removed empty files
* removed shippable alias
2018-08-31 13:50:17 +10:00