From 3b38faea51977c9fe18f510c92acf8c55c822557 Mon Sep 17 00:00:00 2001 From: Sean Eagan Date: Thu, 17 Jun 2021 14:34:01 -0500 Subject: [PATCH] Fix SIP service nodeInterfaceIds Align with recent changes in Vino networking model. Signed-off-by: Sean Eagan Change-Id: I55132c780acaad1569a59e9d847b2f6277bd9ed5 --- .../sub-clusters/lma/provide-infra/sipcluster.yaml | 6 +++--- .../sub-clusters/wordpress/provide-infra/sipcluster.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/type/multi-tenant/sub-clusters/lma/provide-infra/sipcluster.yaml b/manifests/type/multi-tenant/sub-clusters/lma/provide-infra/sipcluster.yaml index 4fe7c1582..76d166522 100644 --- a/manifests/type/multi-tenant/sub-clusters/lma/provide-infra/sipcluster.yaml +++ b/manifests/type/multi-tenant/sub-clusters/lma/provide-infra/sipcluster.yaml @@ -26,7 +26,7 @@ spec: jumpHost: - image: quay.io/airshipit/jump-host nodePort: 30001 - nodeInterfaceId: oam-ipv4 + nodeInterfaceId: management bmc: proxy: false sshAuthorizedKeys: @@ -36,11 +36,11 @@ spec: loadBalancerControlPlane: - image: haproxy nodePort: 30002 - nodeInterfaceId: oam-ipv4 + nodeInterfaceId: management loadBalancerWorker: - image: haproxy nodePort: 30003 nodePortRange: start: 30003 end: 30020 - nodeInterfaceId: oam-ipv4 + nodeInterfaceId: management diff --git a/manifests/type/multi-tenant/sub-clusters/wordpress/provide-infra/sipcluster.yaml b/manifests/type/multi-tenant/sub-clusters/wordpress/provide-infra/sipcluster.yaml index 0b3b0a6e5..b7d06a18f 100644 --- a/manifests/type/multi-tenant/sub-clusters/wordpress/provide-infra/sipcluster.yaml +++ b/manifests/type/multi-tenant/sub-clusters/wordpress/provide-infra/sipcluster.yaml @@ -26,7 +26,7 @@ spec: jumpHost: - image: quay.io/airshipit/jump-host nodePort: 30001 - nodeInterfaceId: oam-ipv4 + nodeInterfaceId: management bmc: proxy: false sshAuthorizedKeys: @@ -36,11 +36,11 @@ spec: loadBalancerControlPlane: - image: haproxy nodePort: 30002 - nodeInterfaceId: oam-ipv4 + nodeInterfaceId: management loadBalancerWorker: - image: haproxy nodePort: 30003 nodePortRange: start: 30003 end: 30020 - nodeInterfaceId: oam-ipv4 + nodeInterfaceId: management