build-gate playbook does not evaluate MACs and bootMode properly. #648
Labels
bug
Something isn't working
priority/critical
Items critical to be implemented, usually by the next release
Milestone
Describe the bug
In airship-airshipctl-build-gate.yml - here we only consider hosts in
ephemeral/controlplane
and not fromtarget/controlplane
.Also,
get-vm-config.yaml
will fail at this point - here when we will specify more than one host inephemeral/controlplane
because it will every time overridetarget_vm_cfg
ansible fact instead of appending to it.Steps To Reproduce
Try to create kubernetes cluster with 3 controlplane by adding more nodes in target/controlplane/hostgenerator.
10_build_gate.sh fails to create the VMs with proper configuration.
Expected behavior
libvirt VMs should get created with specified configuration.
The text was updated successfully, but these errors were encountered: