ansible/test
Gonéri Le Bouder 5280042901 vmware_host_dns: consistent rslt when name changes
This commit address a problem in static mode, if the hostname change,
`host.name` value with change too. And as a result:

    results['dns_config_result'][host.name]

will be initialized.
We now record the initial hostname first, and uses it as the key for the
results.

This commit also ensures hostname and search domain change are detected if
`instance.dnsConfig.dhcp` is true.

Finally, if we target a cluster, the `changed` result will depend on the
number of nodes.
2020-01-17 16:57:12 -05:00
..
ansible_test
integration vmware_host_dns: consistent rslt when name changes 2020-01-17 16:57:12 -05:00
legacy
lib/ansible_test Vmss scale in policy (#66512) 2020-01-16 09:24:39 +08:00
sanity Delete linter ignore lines for keycloak modules (#66406) 2020-01-13 10:41:07 +00:00
units Rename private function (#66577) 2020-01-17 15:27:15 -05:00
utils