<div dir="auto">I have query regarding the same interface configuration setup.<div dir="auto"><br></div><div dir="auto">This is for kolla-ansible which has br-ex bridge required on a physical or sub-interface.</div><div dir="auto"><br></div><div dir="auto">Do we need to assign IP to the bridge interface both in controller/network nodes and also on compute nodes?? Or should both the physical and bridge interface be IP free?</div><div dir="auto"><br></div><div dir="auto">Regards,</div><div dir="auto">Roshan</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 10, 2021, 8:15 PM Satish Patel <<a href="mailto:satish.txt@gmail.com">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Amey,<br>
<br>
I am running my cloud  using openstack-ansible on centos 7.5 (on<br>
Production) and 8.x  (on Lab because centos 8 soon end of life, my<br>
future plan is to migrate everything to ubuntu ).<br>
<br>
Answer to your question is you have two way to configure networking using OSA<br>
<br>
1. Use systemd-networkd here is the example -<br>
<a href="http://paste.openstack.org/show/802517/" rel="noreferrer noreferrer" target="_blank">http://paste.openstack.org/show/802517/</a><br>
2. Use package network-scripts (This is legacy way to configure<br>
network on centOS /etc/sysconfig/network-scripts/*  style) - You can<br>
see example on my blog how to deploy OSA on centos -<br>
<a href="https://satishdotpatel.github.io//build-openstack-cloud-using-openstack-ansible/" rel="noreferrer noreferrer" target="_blank">https://satishdotpatel.github.io//build-openstack-cloud-using-openstack-ansible/</a><br>
<br>
<br>
On Wed, Feb 10, 2021 at 9:14 AM Amey Abhyankar <<a href="mailto:sco1984@gmail.com" target="_blank" rel="noreferrer">sco1984@gmail.com</a>> wrote:<br>
><br>
> Hello Jonathan,<br>
><br>
> On Wed, 10 Feb 2021 at 18:35, Jonathan Rosser<br>
> <<a href="mailto:jonathan.rosser@rd.bbc.co.uk" target="_blank" rel="noreferrer">jonathan.rosser@rd.bbc.co.uk</a>> wrote:<br>
> ><br>
> > Hi Amey,<br>
> ><br>
> > The documentation that you linked to is specifically for the ansible<br>
> > deployment host, which can be separate from the OpenStack target hosts<br>
> > if you wish. The only requirement is that it has ssh access to the<br>
> > target hosts, by default this would be via the network attached to<br>
> > br-mgmt on those hosts.<br>
> ><br>
> > In terms of the target hosts networking, you should refer to<br>
> > <a href="https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/targethosts.html#configuring-the-network" rel="noreferrer noreferrer" target="_blank">https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/targethosts.html#configuring-the-network</a>.<br>
> Yes I checked this reference.<br>
> ><br>
> > OpenStack-Ansible does not prescribe any particular method for<br>
> > setting up the host networking as this tends to be specific<br>
> > to the individual environment or deployer preferences.<br>
> I am looking for an example where to put the interface configurations<br>
> in CentOS 8.<br>
> But, I am unable to find any references specifically for CentOS/RHEL.<br>
> Hence I post the question here to get help from some1 who is already<br>
> running OpenStack on CentOS 8.<br>
><br>
> Regards,<br>
> Amey.<br>
> ><br>
> > You should pick most appropriate network config tool for your<br>
> > OS/environment and create the bridges and networks listed in the<br>
> > table on the target hosts documentation.<br>
> ><br>
> > I would always recommend starting with an All-In-One deployment<br>
> > <a href="https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html" rel="noreferrer noreferrer" target="_blank">https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html</a>.<br>
> > This will generate a complete test environment<br>
> > with all the host networking set up correctly and will serve as<br>
> > a reference example for a production deployment.<br>
> ><br>
> > Do join the #openstack-ansible IRC channel if you would like<br>
> > to discuss any of the options further.<br>
> ><br>
> > Regards,<br>
> > Jonathan.<br>
> ><br>
> > On 10/02/2021 10:09, Amey Abhyankar wrote:<br>
> > > Hello,<br>
> > ><br>
> > > I am trying to install OpenStack by referring following guides =<br>
> > ><br>
> > > 1) <a href="https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/deploymenthost.html" rel="noreferrer noreferrer" target="_blank">https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/deploymenthost.html</a><br>
> > > 2) <a href="https://docs.openstack.org/openstack-ansible/victoria/user/test/example.html" rel="noreferrer noreferrer" target="_blank">https://docs.openstack.org/openstack-ansible/victoria/user/test/example.html</a><br>
> > ><br>
> > > In link number 2, there is a step to configure interfaces.<br>
> > > In CentOS 8 we don't have a /etc/network/interfaces file.<br>
> > > Which interface file should I configure?<br>
> > > Or do I need to create all virtual int's manually using nmcli?<br>
> > ><br>
> > > Pls suggest thanks.<br>
> > ><br>
> > > Regards,<br>
> > > Amey.<br>
> > ><br>
> > ><br>
> ><br>
><br>
<br>
</blockquote></div>