Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 devstack: build OVN from source #2319

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions hack/ci/cloud-init/controller.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
OVN_L3_CREATE_PUBLIC_NETWORK="True"
Q_AGENT="ovn"

# WORKAROUND:
# https://github.com/kubernetes-sigs/cluster-api-provider-openstack/issues/2320
# OVN built from source using LTS versions. Should be removed once OVS is more stable without the pin.
# https://opendev.org/openstack/neutron/src/commit/83de306105f9329e24c97c4af6c3886de20e7d70/zuul.d/tempest-multinode.yaml#L603-L604
OVN_BUILD_FROM_SOURCE=True
OVN_BRANCH=branch-24.03
OVS_BRANCH=branch-3.3

# Octavia
ENABLED_SERVICES+=,octavia,o-api,o-cw,o-hm,o-hk,o-da

Expand Down
8 changes: 8 additions & 0 deletions hack/ci/cloud-init/worker.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@
Q_ML2_PLUGIN_MECHANISM_DRIVERS="ovn,logger"
Q_AGENT="ovn"

# WORKAROUND:
# https://github.com/kubernetes-sigs/cluster-api-provider-openstack/issues/2320
# OVN built from source using LTS versions. Should be removed once OVS is more stable without the pin.
# https://opendev.org/openstack/neutron/src/commit/83de306105f9329e24c97c4af6c3886de20e7d70/zuul.d/tempest-multinode.yaml#L603-L604
OVN_BUILD_FROM_SOURCE=True
OVN_BRANCH=branch-24.03
OVS_BRANCH=branch-3.3

# Additional services
ENABLED_SERVICES+=${OPENSTACK_ADDITIONAL_SERVICES}
DISABLED_SERVICES+=${OPENSTACK_DISABLED_SERVICES}
Expand Down