weizhouapache commented on issue #8983: URL: https://github.com/apache/cloudstack/issues/8983#issuecomment-2497519653
> We were able to remove all netplan errors with the following revisions to etc/netplan/01-netcfg.yaml, but networking is still not working after rebooting. These changes were based on: #https://askubuntu.com/questions/1333570/is-there-a-way-to-create-an-open-vswitch-internal-port-with-netplan > > ``` > network: > version: 2 > openvswitch: > protocols: [OpenFlow13, OpenFlow14, OpenFlow15] > ethernets: > eno1: > addresses: [<ip-address>/24] I think the ip address should not be configured here, but in the `cloudbr` configuration. > openvswitch: > external-ids: > iface-id: <mac-address> > other-config: > disable-in-band: false > bridges: > cloudbr: > interfaces: [eno1] > openvswitch: > protocols: [OpenFlow13, OpenFlow14, OpenFlow15] > controller: > addresses: [unix:/var/run/openvswitch/ovs0.mgmt] > connection-mode: out-of-band > fail-mode: secure > mcast-snooping: true > external-ids: > iface-id: <hostname> > other-config: > disable-in-band: true > vlans: > mgmt0: > id:100 > link: cloudbr > openvswitch: {} > stor0: > id:101 > link: cloudbr > openvswitch: {} > public0: > id:500 > link: cloudbr > openvswitch: {} > guestpub0: > id:700 > link: cloudbr > openvswitch: {} > ``` > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
