Hi All,
I tried to install openstack kolla by following kolla documentation:
https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html
When doing this command: "kolla-ansible -i ./multinode bootstrap-servers",
I observed following error:
Error message is "fatal: [control01]: FAILED! =>
Hi, the interface name must be the same for all nodes including localhost
(deployment host). If the iface names are not the same along all the hosts
will have to:
- Comment network_interface (or the interface var which name differs)
- Set the variable with an appropriate value at inventory file on
Hi Eduardo,
Thanks for your suggestion which is very helpful. Indeed, network_interface
is not same in localhost and other nodes. Furthermore, the reason it failed
is "network_interface" must have configured IPv4 address and up. This is
not mentioned *explicitly *in the quick start documentation.