Files
Fabian Fulga ad114fe74c Add openstack-network-agents charm
The charm deploys the openstack-network-agents snap,
configures external bridge, physnet mapping, supports
enabling chassis as gateway (ovn-cms-options).

It runs as a subordinate to MicroOVN to provide external
north/south connectivity for the network role.

Change-Id: I0922348b2d1f6e474470da0a4632e4121caa046a
Signed-off-by: Fabian Fulga <ffulga@cloudbasesolutions.com>
2025-09-15 14:22:56 +03:00

549 B

OpenStack Network Agents (charm)

This subordinate charm drives the openstack-network-agents snap on Sunbeam network-role nodes. It configures the provider bridge (br-ex), OVN physnet mapping (physnet1) and configures the node to act as a gateway via enable-chassis-as-gw option.

Usage

Attach to MicroOVN units:

juju relate openstack-network-agents:juju-info microovn:juju-info

Configure

juju config openstack-network-agents \
  external-interface=enp86s0 \
  bridge-name=br-ex \
  physnet-name=physnet1