Fix SIP service nodeInterfaceIds

Align with recent changes in Vino networking model.

Signed-off-by: Sean Eagan <seaneagan1@gmail.com>
Change-Id: I55132c780acaad1569a59e9d847b2f6277bd9ed5
This commit is contained in:
Sean Eagan 2021-06-17 14:34:01 -05:00 committed by Kostyantyn Kalynovskyi
parent 5e0528d702
commit 3b38faea51
2 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ spec:
jumpHost: jumpHost:
- image: quay.io/airshipit/jump-host - image: quay.io/airshipit/jump-host
nodePort: 30001 nodePort: 30001
nodeInterfaceId: oam-ipv4 nodeInterfaceId: management
bmc: bmc:
proxy: false proxy: false
sshAuthorizedKeys: sshAuthorizedKeys:
@ -36,11 +36,11 @@ spec:
loadBalancerControlPlane: loadBalancerControlPlane:
- image: haproxy - image: haproxy
nodePort: 30002 nodePort: 30002
nodeInterfaceId: oam-ipv4 nodeInterfaceId: management
loadBalancerWorker: loadBalancerWorker:
- image: haproxy - image: haproxy
nodePort: 30003 nodePort: 30003
nodePortRange: nodePortRange:
start: 30003 start: 30003
end: 30020 end: 30020
nodeInterfaceId: oam-ipv4 nodeInterfaceId: management

View File

@ -26,7 +26,7 @@ spec:
jumpHost: jumpHost:
- image: quay.io/airshipit/jump-host - image: quay.io/airshipit/jump-host
nodePort: 30001 nodePort: 30001
nodeInterfaceId: oam-ipv4 nodeInterfaceId: management
bmc: bmc:
proxy: false proxy: false
sshAuthorizedKeys: sshAuthorizedKeys:
@ -36,11 +36,11 @@ spec:
loadBalancerControlPlane: loadBalancerControlPlane:
- image: haproxy - image: haproxy
nodePort: 30002 nodePort: 30002
nodeInterfaceId: oam-ipv4 nodeInterfaceId: management
loadBalancerWorker: loadBalancerWorker:
- image: haproxy - image: haproxy
nodePort: 30003 nodePort: 30003
nodePortRange: nodePortRange:
start: 30003 start: 30003
end: 30020 end: 30020
nodeInterfaceId: oam-ipv4 nodeInterfaceId: management