diff --git a/manifests/site/reference-multi-tenant/target/catalogues/hosts.yaml b/manifests/site/reference-multi-tenant/target/catalogues/hosts.yaml index d9bae9e78..00c4b5035 100644 --- a/manifests/site/reference-multi-tenant/target/catalogues/hosts.yaml +++ b/manifests/site/reference-multi-tenant/target/catalogues/hosts.yaml @@ -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 diff --git a/manifests/site/reference-multi-tenant/target/catalogues/networking.yaml b/manifests/site/reference-multi-tenant/target/catalogues/networking.yaml index f35cedacc..c14e32885 100644 --- a/manifests/site/reference-multi-tenant/target/catalogues/networking.yaml +++ b/manifests/site/reference-multi-tenant/target/catalogues/networking.yaml @@ -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