Merge "Support for static IP on VM network for multi-tenant cluster"

This commit is contained in:
Zuul 2021-07-13 17:16:39 +00:00 committed by Gerrit Code Review
commit 04afe4e231
2 changed files with 16 additions and 0 deletions

View File

@ -65,6 +65,7 @@ hosts:
pxe-ipv4: 172.63.0.14
storage-ipv4: 172.62.0.14
calico-ipv4: 172.64.0.14
vm-infra-ipv4: 192.168.4.1
hardwareProfile: default # defined in the hardwareprofile-example function
stl3r01s05:
bootMode: legacy
@ -79,6 +80,7 @@ hosts:
pxe-ipv4: 172.63.0.15
storage-ipv4: 172.62.0.15
calico-ipv4: 172.64.0.15
vm-infra-ipv4: 192.168.4.2
hardwareProfile: default # defined in the hardwareprofile-example function
stl3r01s06:
bootMode: legacy

View File

@ -82,6 +82,14 @@ spec:
vlan_id: 65
mtu: "9100"
vlan_mac_address: null
# vm-infra interface
- id: bond0.66
name: bond0.66
type: vlan
vlan_link: bond0
vlan_id: 66
mtu: "9100"
vlan_mac_address: null
networks:
# NEWSITE_CHANGEME: OAM network
- id: oam-ipv4
@ -111,6 +119,12 @@ spec:
link: bond0.64
# ip_address:
netmask: 255.255.255.128
# NEWSITE_CHANGEME: vm-infra network
- id: vm-infra-ipv4
type: ipv4
link: bond0.66
# ip_address:
netmask: 255.255.252.0
services:
# NEWSITE_CHANGEME: DNS servers
- address: 8.8.8.8