[rdo-list] [TripleO] Two bare metal machines for the control and compute

Mark Hamzy hamzy at us.ibm.com
Mon Aug 28 22:24:51 UTC 2017


"Luca 'remix_tj' Lorenzetto" <lorenzetto.luca at gmail.com> wrote on 
08/28/2017 04:10:08 PM:

> is there any reason you're using external load balancer, do you have
> any specific requirement? I use the internal load balancer provided by
> haproxy without issues.

I probably saw that parameter in an installation example somewhere. 
However, even removing that file from the command line still fails 
installation:

(undercloud) [stack at 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
...
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.
Neutron server returns request_ids: 
['req-aea3f6ed-7b43-4b40-b40b-466f4eb4ce73']
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.
Neutron server returns request_ids: 
['req-aea3f6ed-7b43-4b40-b40b-466f4eb4ce73']

 Stack overcloud UPDATE_FAILED

overcloud.ControlVirtualIP:
  resource_type: OS::TripleO::Network::Ports::ControlPlaneVipPort
  physical_resource_id:
  status: CREATE_FAILED
  status_reason: |
    InvalidIpForNetworkClient: resources.ControlVirtualIP: IP address 
192.168.24.251 is not a valid IP for any of the subnets on the specified 
network.
    Neutron server returns request_ids: 
['req-aea3f6ed-7b43-4b40-b40b-466f4eb4ce73']
...

> The error you are reporting leads to this two bug reports:
> 
> https://urldefense.proofpoint.com/v2/url?
> 
u=https-3A__bugzilla.redhat.com_show-5Fbug.cgi-3Fid-3D1416355&d=DwIFaQ&c=jf_iaSHvJObTbx-
> 
siA1ZOg&r=xUc1RFmgO8tiiIsrXXOLbQ&m=lFGhL2JJwWcE93SY43EvIEJ93zKoRZWPD0I369cWb2A&s=38zpWmmGzkGbNvhSZhkKhlDhLCnta9bQvVsdAjzrbx4&e=
> found starting
> from here https://urldefense.proofpoint.com/v2/url?
> 
u=https-3A__bugzilla.redhat.com_show-5Fbug.cgi-3Fid-3D1430757&d=DwIFaQ&c=jf_iaSHvJObTbx-
> 
siA1ZOg&r=xUc1RFmgO8tiiIsrXXOLbQ&m=lFGhL2JJwWcE93SY43EvIEJ93zKoRZWPD0I369cWb2A&s=VVECF2A_4dZfaQTz_Y6luUb3a-
> BZO_pH-R3-z3uVyIc&e= 
> 
> Seems that some parameters in ocata changed and you need to change che
> value of ControlFixedIPs in external-loadbalancer-vip.yaml to fit your
> network setup.

Thanks for the links, however, I am not sure how to fix it.

(undercloud) [stack at oscloud5 ~]$ sudo vi 
/usr/share/openstack-tripleo-heat-templates/environments/external-loadbalancer-vip-v6.yaml
...
  ControlFixedIPs: [{'ip_address':'9.114.118.98'}]
...
(undercloud) [stack at oscloud5 ~]$ sudo vi 
/usr/share/openstack-tripleo-heat-templates/environments/services/keystone_domain_specific_ldap_backend.yaml
...
      url: ldap://9.114.118.98
...
(undercloud) [stack at 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
...
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.
Neutron server returns request_ids: 
['req-c02e8352-6a25-4572-9b4d-991b6f7a46e1']
...

I can't find that address anymore on my system.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rdoproject.org/pipermail/dev/attachments/20170828/21dcda15/attachment.html>


More information about the dev mailing list