Hi, I am trying to deploy openstack on predeployed servers: I have 3 nics:
a) nic1 as controlplane intreface(192.168.24.0/24) (connected to access port)
b) nic2 as vlan network interface(vlanid used: 1001,1002,1005,1700,1705)
c) nic3 for external network so as to install basic packges during deloyment(172.16.141.0/24)(connected to access port)
The network-isolation file used: http://paste.openstack.org/show/731457/
The network-enviroment file used: http://paste.openstack.org/show/731456/
The "ctlplane-assignments.yaml" file used: http://paste.openstack.org/show/731459/
The nic-config/controller used: http://paste.openstack.org/show/731460/
The nic-config/compute used: http://paste.openstack.org/show/731461/
The node-info.yaml used: http://paste.openstack.org/show/731463/
Cmmand used:
openstack overcloud deploy --templates --disable-validations -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-server-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-server-bootstrap-environment-centos.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-server-pacemaker-environment.yaml -e node-info.yaml -e network-isolation.yaml -e network-environment.yaml -e ctlplane-assignments.yaml -r /usr/share/openstack-tripleo-heat-templates/deployed-server/deployed-server-roles-data.yaml
Issue is the vlan interfaces creted all have the ip of ctlplane and not from the subnet defined in network-enviroment.yaml.: http://paste.openstack.org/show/731464/
Also the hosts file shows some ip for overcloud from the subnet defined bu does not get attached to the inteface, hosts file: http://paste.openstack.org/show/731466/
os-net-config/config.json file: http://paste.openstack.org/show/731468/
The thing to worry is it gets all the vlan info and default route correctly however it just seems not to get the interfcae ip correctly.
Please help