<div dir="ltr">thanks it works for me </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 21, 2022 at 1:24 PM Satish Patel <<a href="mailto:satish.txt@gmail.com">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Here is the doc to deploy kolla using a single network interface port. <a href="https://www.keepcalmandrouteon.com/post/kolla-os-part-1/" target="_blank">https://www.keepcalmandrouteon.com/post/kolla-os-part-1/</a> </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 20, 2022 at 4:46 AM Sean Mooney <<a href="mailto:smooney@redhat.com" target="_blank">smooney@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I have not been following this too cloesly and sorry to top post but its possibel to deploy multi node openstack using a singel interface.<br>
i often do that with devstack and it shoudl be possibel to do with kolla.<br>
<br>
first if you do not need vlan/flat tenant networks and and geneve/vxlan with ml2/ovs or ml2/ovn is sufficent then the tunell endpoint ip can just be<br>
the manamgnet interface. when im deploying wiht devstack i just create a dumy interfaces and use that for neutorn<br>
so you shoudl be able to do that for kolla-ansible too just have a playbook that will create a dumy interface on all host and set that as the<br>
neutron_interface.<br>
<br>
in kolla all other interface are shared by defautl so its only the nuetorn_interface for the br-ex that need to be managed.<br>
this approch reqired yuo to asign the gateway ip for the external network to one of the contolers and configre that host in your router.<br>
<br>
the better approch whihc allows provider networks to work and avoids the need to asisng the gateway ip in a hacky way is use macvlan interfaces<br>
i dont thinki have  an example of this form my home cloud any more since i have redpeloyed it but i previoulsy used to create macvlan sub interfaces<br>
<br>
to do this by hand you would do somehting like this<br>
<br>
sudo ip link add api link eth0 type macvlan mode bridge<br>
sudo ip link add ovs link eth0 type macvlan mode bridge<br>
sudo ip link add storage link eth0 type macvlan mode bridge<br>
sudo ifconfig api up<br>
sudo ifconfig ovs up<br>
sudo ifconfig storage up<br>
<br>
<br>
you can wrap that up into a systemd service file and have it run before the docker service.<br>
if your on ubuntu netplan does not support macvlans currently but you can do it the tradtional way or wiht systemd networkd<br>
<br>
Macvlan allows a single physical interface to have multiple mac and ip addresses.<br>
you can also do the same with a linux bridge but that is less then ideal in terms of performance.<br>
if your nic support sriov another good way to partion then nice is to use a VF <br>
<br>
in this case you just put a trivial udev rule to allocate them or use netplan <br>
<a href="https://netplan.io/examples" rel="noreferrer" target="_blank">https://netplan.io/examples</a> its the final example.<br>
<br>
<br>
macvlan works if you dont have hardware supprot for sriov and sriov is a good option otherwise<br>
<br>
On Thu, 2022-10-20 at 11:06 +0900, Bernd Bausch wrote:<br>
> SInce you can easily have five to ten different networks in a cloud <br>
> installation, e.g. networks dedicated to object storage, provider <br>
> networks for Octavia, a network just for iSCSI etc, VLANs are (or used <br>
> to be?) a common solution. See for example the (sadly, defunct) SUSE <br>
> OpenStack cloud <br>
> <a href="https://documentation.suse.com/soc/9/html/suse-openstack-cloud-crowbar-all/cha-deploy-poc.html#sec-depl-poc-vlans" rel="noreferrer" target="_blank">https://documentation.suse.com/soc/9/html/suse-openstack-cloud-crowbar-all/cha-deploy-poc.html#sec-depl-poc-vlans</a>.<br>
> <br>
> On 2022/10/20 8:50 AM, Clark Boylan wrote:<br>
> > On Wed, Oct 19, 2022, at 4:44 PM, Michal Arbet wrote:<br>
> > > Hmm,<br>
> > > <br>
> > > But I think there is a problem with vlan - you need to setup it in OVS,<br>
> > > don't you ?<br>
> > There was also a bridge and a veth pair involved: <a href="https://opendev.org/opendev/puppet-infracloud/src/commit/121afc07bdd277d8ba3ba70f1433d5e6a4a4b14e/manifests/veth.pp" rel="noreferrer" target="_blank">https://opendev.org/opendev/puppet-infracloud/src/commit/121afc07bdd277d8ba3ba70f1433d5e6a4a4b14e/manifests/veth.pp</a><br>
> > <br>
> > Possibly to deal with this? Like I said its been a long time and I don't remember the details. I just know it was possible to solve at least at the time. Linux gives you a whole suite of virtual network components that you can throw together to workaround physical limitations like this.<br>
> > <br>
> > > Michal Arbet<br>
> > > Openstack Engineer<br>
> > > <br>
> > > Ultimum Technologies a.s.<br>
> > > Na Poříčí 1047/26, 11000 Praha 1<br>
> > > Czech Republic<br>
> > > <br>
> > > +420 604 228 897<br>
> > > <a href="mailto:michal.arbet@ultimum.io" target="_blank">michal.arbet@ultimum.io</a><br>
> > > _<a href="https://ultimum.io_" rel="noreferrer" target="_blank">https://ultimum.io_</a><br>
> > > <br>
> > > LinkedIn <<a href="https://www.linkedin.com/company/ultimum-technologies" rel="noreferrer" target="_blank">https://www.linkedin.com/company/ultimum-technologies</a>> |<br>
> > > Twitter <<a href="https://twitter.com/ultimumtech" rel="noreferrer" target="_blank">https://twitter.com/ultimumtech</a>> | Facebook<br>
> > > <<a href="https://www.facebook.com/ultimumtechnologies/timeline" rel="noreferrer" target="_blank">https://www.facebook.com/ultimumtechnologies/timeline</a>><br>
> > > <br>
> > > <br>
> > > st 19. 10. 2022 v 23:57 odesílatel Clark Boylan <<a href="mailto:cboylan@sapwetik.org" target="_blank">cboylan@sapwetik.org</a>> napsal:<br>
> > > > On Wed, Oct 19, 2022, at 9:40 AM, Michal Arbet wrote:<br>
> > > > > Hi,<br>
> > > > > <br>
> > > > > If I am correct this is not possible currently, but I remember I was<br>
> > > > > working on a solution, but unfortunately I stopped at some point<br>
> > > > > because kolla upstream didn't want to maintain.<br>
> > > > > <br>
> > > > > In attachment you can find patches for kolla and kolla-ansible and our idea.<br>
> > > > > <br>
> > > > > We added python script to kolla container and provide netplan style<br>
> > > > > configuration by kolla-ansible ..so openvswitch starts and configured<br>
> > > > > networking as it was set in configuration (if i remember ...it is quite<br>
> > > > > long time....and of course it was not final version ...but if i<br>
> > > > > remember it somehow worked).<br>
> > > > > <br>
> > > > > So, you can check it and maybe we can discuss this feature again :)<br>
> > > > > <br>
> > > > > Thanks,<br>
> > > > > Kevko<br>
> > > > > <br>
> > > > > <br>
> > > > > Michal Arbet<br>
> > > > > Openstack Engineer<br>
> > > > > <br>
> > > > > Ultimum Technologies a.s.<br>
> > > > > Na Poříčí 1047/26, 11000 Praha 1<br>
> > > > > Czech Republic<br>
> > > > > <br>
> > > > > +420 604 228 897<br>
> > > > > <a href="mailto:michal.arbet@ultimum.io" target="_blank">michal.arbet@ultimum.io</a><br>
> > > > > _<a href="https://ultimum.io_" rel="noreferrer" target="_blank">https://ultimum.io_</a><br>
> > > > > <br>
> > > > > LinkedIn <<a href="https://www.linkedin.com/company/ultimum-technologies" rel="noreferrer" target="_blank">https://www.linkedin.com/company/ultimum-technologies</a>> |<br>
> > > > > Twitter <<a href="https://twitter.com/ultimumtech" rel="noreferrer" target="_blank">https://twitter.com/ultimumtech</a>> | Facebook<br>
> > > > > <<a href="https://www.facebook.com/ultimumtechnologies/timeline" rel="noreferrer" target="_blank">https://www.facebook.com/ultimumtechnologies/timeline</a>><br>
> > > > > <br>
> > > > > <br>
> > > > > po 17. 10. 2022 v 19:24 odesílatel Parsa Aminian<br>
> > > > > <<a href="mailto:p.aminian.server@gmail.com" target="_blank">p.aminian.server@gmail.com</a>> napsal:<br>
> > > > > > Hello<br>
> > > > > > I use kolla ansible wallaby version .<br>
> > > > > > my compute node has only one port . is it possible to use this server ? as I know openstack compute need 2 port one for management and other for external user network . Im using provider_networks and it seems neutron_external_interface could not be the same as network_interface because openvswitch need to create br-ex bridge on separate port<br>
> > > > > > is there any solution that i can config my compute with 1 port ?<br>
> > > > A very long time ago the OpenStack Infra Team ran the "Infracloud". This OpenStack installation ran on donated hardware and the instances there only had a single network port as well. To workaround this we ended up using vlan specific subinterfaces on the node so that logically we were presenting more than one interface to the OpenStack installation.<br>
> > > > <br>
> > > > I don't remember all the details but the now retired opendev/puppet-infracloud repo may have some clues: <a href="https://opendev.org/opendev/puppet-infracloud/src/commit/121afc07bdd277d8ba3ba70f1433d5e6a4a4b14e" rel="noreferrer" target="_blank">https://opendev.org/opendev/puppet-infracloud/src/commit/121afc07bdd277d8ba3ba70f1433d5e6a4a4b14e</a><br>
> > > > <br>
> > > > > Attachments:<br>
> > > > > * ovs_kolla<br>
> > > > > * ovs_kolla_ansible<br>
> <br>
<br>
<br>
</blockquote></div>
</blockquote></div>