Closed FedericoRessi closed 6 years ago
I had success deploying undercloud after applying this patch: infrared-313-patch.txt
A fix for this bug is being written and thested: https://review.gerrithub.io/#/c/403470/
While testing patch for this issue I hit Issue #314 which described workaround can be applied to test the fix for this issue.
When deploying undercloud version 10 on "clean" RHEL 7.4 virsh based hypervisor fails because install.build attribute is not defined.
infrared --version
: 2.0.1.dev1878git describe
: 2.0.0-1993-g33391ddHow to reproduce
1) Checkout infrared source code:
2) create a python 2.7 virtual env for infrared, activate it and update packages
3) Install infrared in the virtualenv
4) Prepare a clean hypervisor machine with RHEL 7.4 5) Copy your SSH key to remote machine
5) Install infrared plugins
6) Prepare hypervisor using infrared
7) Deploy overcloud version 10
Last step will fail here because
install.build
is undefined.