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

Relates-To: #177

Closes: #177
Change-Id: I19b23b40ca915815fca9966bc239bcaa5bfc4027
This commit is contained in:
Manoj Alva(ma257n) 2021-06-21 08:57:47 +00:00
parent 3b38faea51
commit 96b5990b7c
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