From 977952740a7afe14a5b162387f51f0f51ffe0512 Mon Sep 17 00:00:00 2001 From: Fiorella Yanac Date: Wed, 16 Oct 2024 11:39:19 +0100 Subject: [PATCH] Set enable-chassis-as-gateway controlplane as false in alpha and eta07 job Alpha and eta07 have networkers are using as a gateway. --- examples/dt/uni01alpha/control-plane/service-values.yaml | 2 ++ examples/dt/uni07eta/control-plane/service-values.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/examples/dt/uni01alpha/control-plane/service-values.yaml b/examples/dt/uni01alpha/control-plane/service-values.yaml index fd340e1d8..d74448541 100644 --- a/examples/dt/uni01alpha/control-plane/service-values.yaml +++ b/examples/dt/uni01alpha/control-plane/service-values.yaml @@ -133,6 +133,8 @@ data: ironic: ironic availability-zones: - zone-1 + external-ids: + enable-chassis-as-gateway: false neutron: customServiceConfig: | diff --git a/examples/dt/uni07eta/control-plane/service-values.yaml b/examples/dt/uni07eta/control-plane/service-values.yaml index 1a110c429..c45515371 100644 --- a/examples/dt/uni07eta/control-plane/service-values.yaml +++ b/examples/dt/uni07eta/control-plane/service-values.yaml @@ -102,6 +102,8 @@ data: nicMappings: datacentre: ocpbr octavia: octbr + external-ids: + enable-chassis-as-gateway: false neutron: customServiceConfig: |