Provision VM on a prefered ESXi Host with vmware_guest
#359
Labels
affects_2.10
bug
This issue/PR relates to a bug
cloud
module
module
needs_triage
Needs a first human triage before being processed.
plugins
plugin (any type)
python3
SUMMARY
According to the documentation,
esxi_hostname
attribute define on which ESXi host the virtual machine will run. But actually it doesn't behave like that.As far as I use the
vmware_guest
against the vcenter I din't found a way to define a prefered ESXi host where my VM have to run on.ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
A simple loop task which create VMs with a prefered host as
esxi_hostname
attribut.Here is an sample:
EXPECTED RESULTS
The VMs are provisioned on there prefered node.
ACTUAL RESULTS
The VMs are created but on random ESXi hosts.
The text was updated successfully, but these errors were encountered: