Merge "Update values_overrides for ovn"

This commit is contained in:
Zuul
2026-02-26 03:25:04 +00:00
committed by Gerrit Code Review
5 changed files with 19 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
---
neutron:
- |
Update values_overrides for ovn. If OVN is used, network.backend needs to be ovn.
There is no need to keep openvswitch as it adds OVS plugin related pod dependencies.
daemonset_netns_cleanup_cron is also not required anymore with ovn.
...

View File

@@ -0,0 +1,6 @@
---
nova:
- |
Update values_overrides for ovn. If OVN is used, network.backend needs to be ovn.
There is no need to keep openvswitch as it adds OVS plugin related pod dependencies.
...

View File

@@ -1,7 +1,6 @@
---
network:
backend:
- openvswitch
- ovn
conf:
@@ -25,6 +24,7 @@ manifests:
daemonset_dhcp_agent: false
daemonset_l3_agent: false
daemonset_metadata_agent: false
daemonset_netns_cleanup_cron: false
daemonset_ovs_agent: false
deployment_rpc_server: false

View File

@@ -1,7 +1,6 @@
---
network:
backend:
- openvswitch
- ovn
conf:
@@ -28,7 +27,9 @@ manifests:
daemonset_dhcp_agent: false
daemonset_l3_agent: false
daemonset_metadata_agent: false
daemonset_netns_cleanup_cron: false
daemonset_ovs_agent: false
deployment_rpc_server: false
daemonset_ovn_metadata_agent: true
daemonset_ovn_vpn_agent: true

View File

@@ -1,10 +1,7 @@
---
dependencies:
dynamic:
targeted:
openvswitch:
compute:
pod: []
network:
backend:
- ovn
conf:
nova: