Skip to content

Commit

Permalink
Merge pull request #440 from sbekkerm/dcn_net_az
Browse files Browse the repository at this point in the history
[DCN] Explicitly set network availability zone parameters

This patch explicitly sets the network availability zone parameters to their default values, enabling the configuration of availability zones for DCN sites if needed.

Reviewed-by: John Fulton <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Nov 15, 2024
2 parents d74222b + 55c425a commit b7fcd01
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dt/dcn/edpm-post-ceph/nodeset/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@ replacements:
- spec.neutron.template.customServiceConfig
options:
create: true
- source:
kind: ConfigMap
name: service-values
fieldPath: data.ovn.template.ovnController.external-ids
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.ovn.template.ovnController.external-ids
options:
create: true
- source:
kind: ConfigMap
name: service-values
Expand Down
2 changes: 2 additions & 0 deletions examples/dt/dcn/edpm-pre-ceph/nodeset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ data:
gather_facts: false
neutron_physical_bridge_name: br-ctl
neutron_public_interface_name: eth0
edpm_enable_chassis_gw: false
edpm_ovn_availability_zones: []
edpm_ceph_hci_pre_enabled_services:
- ceph_mon
- ceph_mgr
Expand Down
9 changes: 9 additions & 0 deletions examples/dt/dcn/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@ data:
network_vlan_ranges = datacentre:1:1000,leaf1:1:1000,leaf2:1:1000
[neutron]
physnets = datacentre,leaf1,leaf2
ovn:
template:
ovnController:
external-ids:
availability-zones: []
enable-chassis-as-gateway: true
ovn-bridge: br-int
ovn-encap-type: geneve
system-id: random
nova:
customServiceConfig: |
[DEFAULT]
Expand Down

0 comments on commit b7fcd01

Please sign in to comment.