Hello there,
I using maas 3.1.0 deployed via snap :
maas 3.1.0-10901-g.f1f8f1505 18199 3.1/stable canonical✓ -
I have some trouble to deploy nodes using two network interfaces in a bond, and an OVS bridge over that. The purpose is to deploy an openstack platform.
Docs about the process : Here
The only things I ‘customized’ regarding the docs are :
- Using MAAS 3.1.0
- Install MAAS in a production way, in other words, I created the PostgreSQL database mannually
I tested some other config which works fine :
- OVS bridge on a single physical interface -> OK
- Bond ( balanced alb ) using two physical interfaces -> OK
- Linux bridge on top of Bond -> OK
The problem only occurs when using OVS as bridge type over a bond.
enp2s0f0 ---┐
│----> bond0 ------> br0
enp2s0f1 ---┘
When that config is deployed, server is booted, install seems to run correctly, but then when the server reboots, it doesn’t have a functional networking so I can’t SSH node and MAAS is waiting for the node to confirm installation succeeds.
I wonder : Cloud that be related with an potential non-presence of OVS package in the Ubuntu image hosted by maas.io or something like that ?
Is someone else impacted by that issue ?
Regards,