Skip to content

Commit

Permalink
[network-values] Use shared bridge for ctlplane network
Browse files Browse the repository at this point in the history
Required for [1] to have bridge configured for ctlplane
network attachment definition.

[1] openstack-k8s-operators/architecture#101

Depends-On: openstack-k8s-operators/architecture#101
Related-Issue: OSPRH-3947
  • Loading branch information
karelyatin authored and openshift-merge-bot[bot] committed Feb 20, 2024
1 parent fd3171f commit 8236beb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/ci_gen_kustomize_values/templates/network-values.j2
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ data:
"type": "macvlan",
{% if network.vlan_id is defined%}
"master": "{{ network.network_name }}",
{% elif network.network_name == "ctlplane" %}
"master": "ospbr",
{% else %}
"master": "{{ ns.interfaces[network.network_name] }}",
{% endif %}
Expand Down

0 comments on commit 8236beb

Please sign in to comment.