undercloud install
hi, i try to install undercloud- stack@undercloud ~]$ openstack undercloud install Invalid local_interface specified. eth1 is not available. An error occurred during configuration validation, please check your host configuration and try again. Error message: Invalid local_interface specified. eth1 is not available. ip a ens33: <broadcast,multicast,up,lower_up> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 00:0c:29:3a:68:54 brd ff:ff:ff:ff:ff:ff inet 192.168.42.133/24 brd 192.168.42.255 scope global dynamic ens33 valid_lft 1667sec preferred_lft 1667sec inet6 fe80::20c:29ff:fe3a:6854/64 scope link valid_lft forever preferred_lft forever ens34: <broadcast,multicast> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 00:0c:29:3a:68:5e brd ff:ff:ff:ff:ff:ff
more undercloud.conf [undercloud_public_host] local_ip = 192.168.42.190/24 undercloud_public_vip = 192.168.42.90 undercloud_admin_vip = 192.168.42.91 local_interface = ens34 network_cidr = 192.168.42.0/24 network_gateway = 192.168.42.2 inspection_iprange = 192.168.42.160,192.168.42.199
tail install-undercloud.log 2019-01-29 07:42:41.872 10169 INFO tripleoclient.v1.undercloud_preflight.UndercloudSetup [ ] Checking Deprecated now invalid options... 2019-01-29 07:42:41.872 10169 INFO tripleoclient.v1.undercloud_preflight.UndercloudSetup [ ] Checking Networking values... 2019-01-29 07:42:41.872 10169 INFO tripleoclient.v1.undercloud_preflight.UndercloudSetup [ ] Checking Subnet "ctlplane-subnet" is in CIDR... 2019-01-29 07:42:41.873 10169 INFO tripleoclient.v1.undercloud_preflight.UndercloudSetup [ ] Checking DHCP range is in subnet "ctlplane-subnet"... 2019-01-29 07:42:41.873 10169 INFO tripleoclient.v1.undercloud_preflight.UndercloudSetup [ ] Checking Inspection range for subnet "ctlplane-subnet"... 2019-01-29 07:42:41.873 10169 INFO tripleoclient.v1.undercloud_preflight.UndercloudSetup [ ] Checking IP addresses... 2019-01-29 07:42:41.873 10169 INFO tripleoclient.v1.undercloud_preflight.UndercloudSetup [ ] Checking Network interfaces... 2019-01-29 07:42:41.874 10169 ERROR tripleoclient.v1.undercloud_preflight.UndercloudSetup [ ] Invalid local_interface specified. eth1 is not available. 2019-01-29 07:42:41.874 10169 ERROR tripleoclient.v1.undercloud_preflight.UndercloudSetup [ ] An error occurred during configuration validation, please check your host configuration and try again. Error message: Invalid local_interface specified. eth1 is not available.
You may attract answers if you format the question so that it is readable. Click on edit, highlight your command output and click the button labeled 101010.
Hey mate,
First up. Wow, that's hard to parse with my brain at this time of night.
I can see that you have tried changing
local_interface
toens34
. But you're still getting the error on eth1.Are you able to provide the output from
egrep -v '^#|^$' undercloud.conf