|
|
|
@ -117,7 +117,7 @@
|
|
|
|
|
- 'vmm_present.config == {"fvRsDomAtt": {"attributes": {"resImedcy": "pre-provision"}}}'
|
|
|
|
|
- '"[uni/vmmp-VMware/dom-anstest].json" in vmm_present.url'
|
|
|
|
|
- present_missing_params.failed == true
|
|
|
|
|
- 'present_missing_params.msg == "domain_type is vmm but the following are missing: vm_provider"'
|
|
|
|
|
- 'present_missing_params.msg == "domain_type is vmm but all of the following are missing: vm_provider"'
|
|
|
|
|
- invalid_vlan.failed == true
|
|
|
|
|
- 'invalid_vlan.msg == "Valid VLAN assigments are from 1 to 4096"'
|
|
|
|
|
- incompatible_params.failed == true
|
|
|
|
@ -178,7 +178,7 @@
|
|
|
|
|
- idempotency_absent.changed == false
|
|
|
|
|
- idempotency_absent.existing == []
|
|
|
|
|
- absent_missing_param.failed == true
|
|
|
|
|
- 'absent_missing_param.msg == "state is absent but the following are missing: ap,domain,domain_type,epg"'
|
|
|
|
|
- 'absent_missing_param.msg == "state is absent but all of the following are missing: ap, domain, domain_type, epg"'
|
|
|
|
|
|
|
|
|
|
- name: remove vmm domain - cleanup
|
|
|
|
|
aci_rest:
|
|
|
|
@ -208,4 +208,4 @@
|
|
|
|
|
aci_tenant:
|
|
|
|
|
<<: *aci_tenant_present
|
|
|
|
|
state: absent
|
|
|
|
|
when: tenant_present.changed == true
|
|
|
|
|
when: tenant_present.changed == true
|
|
|
|
|