
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>
18 lines
488 B
TOML
18 lines
488 B
TOML
# Project configuration
|
|
[project]
|
|
name = "openstack-network-agents"
|
|
version = "2025.1"
|
|
requires-python = "~=3.12.0"
|
|
|
|
dependencies = [
|
|
"cryptography",
|
|
"jinja2",
|
|
"pydantic",
|
|
"lightkube",
|
|
"lightkube-models",
|
|
"requests",
|
|
"ops",
|
|
"interface_tls_certificates@git+https://opendev.org/openstack/charm-ops-interface-tls-certificates",
|
|
"tenacity", # From ops_sunbeam
|
|
"opentelemetry-api~=1.21.0", # charm_tracing library -> opentelemetry-sdk requires 1.21.0
|
|
] |