issue with tripleo
Hi , I am trying to deploy tripleo with 2 bridges 1) br-ctl : for internal network (192.168.24.0/24)
2) br-ex for external connectivity(172.16.141.0/24)
so with some help we create controller and compute.yaml:
http://paste.openstack.org/show/730981/
Also created network-en.yaml : http://paste.openstack.org/show/730979/
Also define ctlplane.yaml to define ip of ctlplane: http://paste.openstack.org/show/730980/
so, my question is how do i define ip for br-ex network as right now it picks up same ip as that of ctlplane network whereas i want ip from subnet(172.16.141.0/24)
also there is a param in controller.yaml as ExternalIpSubnet(for br-ex)..where should i define its value