<tt><font size=2>"Luca 'remix_tj' Lorenzetto" <lorenzetto.luca@gmail.com>
wrote on 08/28/2017 04:10:08 PM:<br><br>> is there any reason you're using external load balancer, do you have<br>> any specific requirement? I use the internal load balancer provided
by<br>> haproxy without issues.</font></tt><br><br><tt><font size=2>I probably saw that parameter in an installation example
somewhere.  However, even removing that file from the command line
still fails installation:</font></tt><br><br><tt><font size=2>(undercloud) [stack@oscloud5 ~]$ time openstack overcloud
deploy --templates -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml
-e /usr/share/openstack-tripleo-heat-templates/environments/network-environment.yaml
--control-scale 1 --compute-scale 1 --control-flavor control --compute-flavor
compute 2>&1 | tee output.overcloud.deploy</font></tt><br><tt><font size=2>...</font></tt><br><tt><font size=2>2017-08-28 21:55:15Z [ControlVirtualIP]: CREATE_FAILED
 InvalidIpForNetworkClient: resources.ControlVirtualIP: IP address
192.168.24.251 is not a valid IP for any of the subnets on the specified
network.</font></tt><br><tt><font size=2>Neutron server returns request_ids: ['req-aea3f6ed-7b43-4b40-b40b-466f4eb4ce73']</font></tt><br><tt><font size=2>2017-08-28 21:55:16Z [overcloud]: UPDATE_FAILED  InvalidIpForNetworkClient:
resources.ControlVirtualIP: IP address 192.168.24.251 is not a valid IP
for any of the subnets on the specified network.</font></tt><br><tt><font size=2>Neutron server returns request_ids: ['req-aea3f6ed-7b43-4b40-b40b-466f4eb4ce73']</font></tt><br><br><tt><font size=2> Stack overcloud UPDATE_FAILED</font></tt><br><br><tt><font size=2>overcloud.ControlVirtualIP:</font></tt><br><tt><font size=2>  resource_type: OS::TripleO::Network::Ports::ControlPlaneVipPort</font></tt><br><tt><font size=2>  physical_resource_id:</font></tt><br><tt><font size=2>  status: CREATE_FAILED</font></tt><br><tt><font size=2>  status_reason: |</font></tt><br><tt><font size=2>    InvalidIpForNetworkClient: resources.ControlVirtualIP:
IP address 192.168.24.251 is not a valid IP for any of the subnets on the
specified network.</font></tt><br><tt><font size=2>    Neutron server returns request_ids:
['req-aea3f6ed-7b43-4b40-b40b-466f4eb4ce73']</font></tt><br><tt><font size=2>...</font></tt><br><br><tt><font size=2>> The error you are reporting leads to this two
bug reports:<br>> <br>> </font></tt><a href=https://urldefense.proofpoint.com/v2/url?><tt><font size=2>https://urldefense.proofpoint.com/v2/url?</font></tt></a><tt><font size=2><br>> u=https-3A__bugzilla.redhat.com_show-5Fbug.cgi-3Fid-3D1416355&d=DwIFaQ&c=jf_iaSHvJObTbx-<br>> siA1ZOg&r=xUc1RFmgO8tiiIsrXXOLbQ&m=lFGhL2JJwWcE93SY43EvIEJ93zKoRZWPD0I369cWb2A&s=38zpWmmGzkGbNvhSZhkKhlDhLCnta9bQvVsdAjzrbx4&e=<br>> found starting<br>> from here </font></tt><a href=https://urldefense.proofpoint.com/v2/url?><tt><font size=2>https://urldefense.proofpoint.com/v2/url?</font></tt></a><tt><font size=2><br>> u=https-3A__bugzilla.redhat.com_show-5Fbug.cgi-3Fid-3D1430757&d=DwIFaQ&c=jf_iaSHvJObTbx-<br>> siA1ZOg&r=xUc1RFmgO8tiiIsrXXOLbQ&m=lFGhL2JJwWcE93SY43EvIEJ93zKoRZWPD0I369cWb2A&s=VVECF2A_4dZfaQTz_Y6luUb3a-<br>> BZO_pH-R3-z3uVyIc&e= <br>> <br>> Seems that some parameters in ocata changed and you need to change
che<br>> value of ControlFixedIPs in external-loadbalancer-vip.yaml to fit
your<br>> network setup.<br></font></tt><br><tt><font size=2>Thanks for the links, however, I am not sure how to
fix it.</font></tt><br><br><tt><font size=2>(undercloud) [stack@oscloud5 ~]$ sudo vi /usr/share/openstack-tripleo-heat-templates/environments/external-loadbalancer-vip-v6.yaml</font></tt><br><tt><font size=2>...</font></tt><br><tt><font size=2>  ControlFixedIPs: [{'ip_address':'9.114.118.98'}]</font></tt><br><tt><font size=2>...</font></tt><br><tt><font size=2>(undercloud) [stack@oscloud5 ~]$ sudo vi /usr/share/openstack-tripleo-heat-templates/environments/services/keystone_domain_specific_ldap_backend.yaml</font></tt><br><tt><font size=2>...</font></tt><br><tt><font size=2>      url: ldap://9.114.118.98</font></tt><br><tt><font size=2>...</font></tt><br><tt><font size=2>(undercloud) [stack@oscloud5 ~]$ time openstack overcloud
deploy --templates -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml
-e /usr/share/openstack-tripleo-heat-templates/environments/network-environment.yaml
--control-scale 1 --compute-scale 1 --control-flavor control --compute-flavor
compute 2>&1 | tee output.overcloud.deploy</font></tt><br><tt><font size=2>...</font></tt><br><tt><font size=2>2017-08-28 22:20:54Z [ControlVirtualIP]: CREATE_FAILED
 InvalidIpForNetworkClient: resources.ControlVirtualIP: IP address
192.168.24.251 is not a valid IP for any of the subnets on the specified
network.</font></tt><br><tt><font size=2>Neutron server returns request_ids: ['req-c02e8352-6a25-4572-9b4d-991b6f7a46e1']</font></tt><br><tt><font size=2>...</font></tt><br><br><tt><font size=2>I can't find that address anymore on my system.</font></tt><BR>