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:
- 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

View File

@ -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