You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/vmware_guest/tasks
goshkis abb956d9eb vApp properties support (#32579)
* Adding support for vApp properties.
* vm specification updated only if changes have to be applied. I.e. subsequent updates with the same data will not trigger changed state
* Auxiliary variables renamed, hope this makes the code more readable
* Integration tests changed - re-adding the same properties test not implemented, but tested on real vCenter deployment
* fixing documentation "version_added" for the feature
* Addressing reviewers comments #2:
* documentation updated with the only meaningful value for "option" attribute - "remove"
* Fixed improperly handled case when user requested "add" operation for existent property
* vApp configuration is updated only with properties that contains changes, not with all properties requested by user
7 years ago
..
cdrom_d1_c1_f0.yml Fix #21112 : Adding support for configuring a CD-rom iso image (#28155) 7 years ago
check_mode.yml Add check mode support in vmware_guest (#32858) 7 years ago
clone_d1_c1_f0.yml Update vmware integration tests (#31273) 7 years ago
create_d1_c1_f0.yml VMware: Add support for resource allocation info (#33990) 7 years ago
create_guest_invalid_d1_c1_f0.yml Provide clear error message after failure (#32928) 7 years ago
create_nw_d1_c1_f0.yml VMware: Add NIC configuration option (#33851) 7 years ago
create_rp_d1_c1_f0.yml Apply fix to allow the root resource pool of a cluster to be chosen (#31641) 7 years ago
delete_vm.yml VMware: Check if VM is poweredoff before destroy (#35151) 7 years ago
disk_type_d1_c1_f0.yml Added eagerzeroedthick disk option to disk spec for vmware_guest (#28121) 7 years ago
mac_address_d1_c1_f0.yml VMware: Add fix for setting manual MAC address (#32885) 7 years ago
main.yml vApp properties support (#32579) 7 years ago
network_negative_test.yml VMware: Fix DVPG idempotency issue (#35837) 7 years ago
network_with_dvpg.yml VMware: Fix DVPG idempotency issue (#35837) 7 years ago
non_existent_vm_ops.yml VMware: Provide verbose message about non-existent VM (#35682) 7 years ago
poweroff_d1_c1_f0.yml VMware: check for ESXi server while creating user (#33061) 7 years ago
poweroff_d1_c1_f1.yml VMware: check for ESXi server while creating user (#33061) 7 years ago
template_d1_c1_f0.yml add support to vmware_guest for template => vm conversion (#31607) 7 years ago
vapp_d1_c1_f0.yml vApp properties support (#32579) 7 years ago