Unable to deploy Red Hat Openstack undercloud with selected ip

Latest response

Goal is to have a small Red Hat openstack setup using virtual machines as nodes.

Set up is a HP dl380 gen9, with Ubuntu 18.04. Vm are kvm.

Currently have the undercloud installed on a vm running Red Hat Linux server 7.6. The undercloud was deployed using default settings from the undercloud.conf file.

Want to deploy a undercloud with the ip address 172.16.0.33 on a bridge network. Deployment hangs at "start containers at step 3"

The settings I put on the undercloud.conf file

[DEFAULT]
local_ip = 172.16.0.33/24
undercloud_admin_host = 172.16.0.33
undercloud_public_host = 172.16.0.33

[ctlplane-subnet]
cidr = 172.16.0.33/24
dhcp_start = 172.16.0.37
dhcp_end = 172.16.0.45
inspection_iprange = 172.16.0.50,172.16.0.100
gateway = 172.16.0.1

Are the undercloud.conf settings correct?

Thanks

Responses