From 77d10468358b749b73f9d1c27f5091f46f9b9b2b Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 5 Nov 2015 01:05:48 -0600 Subject: modified to include the data port network for intel pod6 Change-Id: I60eaebaf17fcf819fb450d41880b4b5a63d64551 Author: Narinder Gupta --- ci/maas/intel/pod6/deployment.yaml | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) (limited to 'ci/maas/intel') diff --git a/ci/maas/intel/pod6/deployment.yaml b/ci/maas/intel/pod6/deployment.yaml index 37395a7b..74c1a004 100755 --- a/ci/maas/intel/pod6/deployment.yaml +++ b/ci/maas/intel/pod6/deployment.yaml @@ -11,7 +11,7 @@ demo-maas: # server. Here you can configure the name of the virsh domain, the # parameters for how the network is attached. name: opnfv-maas-intel - interfaces: ['bridge=br0,model=virtio'] + interfaces: ['bridge=brAdm,model=virtio', 'bridge=brData,model=virtio', 'bridge=brPublic,model=virtio'] memory: 4096 vcpus: 2 arch: amd64 @@ -74,6 +74,16 @@ demo-maas: gateway 10.4.0.1 dns-nameservers 10.4.0.2 127.0.0.1 + auto eth1 + iface eth1 inet static + address 10.4.9.2 + netmask 255.255.248.0 + +# auto eth2 +# iface eth2 inet static +# address 10.2.66.3 +# netmask 255.255.255.0 + #auto lo #iface lo inet loopback @@ -104,6 +114,26 @@ demo-maas: dynamic_range: low: 10.4.1.50 high: 10.4.1.254 +# - device: eth1 +# ip: 10.4.9.2 +# subnet_mask: 255.255.248.0 +# broadcast_ip: 10.4.15.255 +# static_range: +# low: 10.4.9.20 +# high: 10.4.9.150 +# dynamic_range: +# low: 10.4.9.151 +# high: 10.4.9.200 +# - device: eth2 +# ip: 10.2.66.3 +# subnet_mask: 255.255.255.0 +# broadcast_ip: 10.2.66.255 +# static_range: +# low: 10.2.66.20 +# high: 10.2.66.150 +# dynamic_range: +# low: 10.2.66.151 +# high: 10.2.66.200 # Defines the physical nodes which are added to the MAAS cluster # controller upon startup of the node. @@ -211,7 +241,7 @@ demo-maas: # node virtual machine juju-bootstrap: name: bootstrap - interfaces: ['bridge=br0,model=virtio'] + interfaces: ['bridge=brAdm,model=virtio', 'bridge=brData,model=virtio', 'bridge=brPublic,model=virtio'] memory: 4096 vcpus: 2 arch: amd64 -- cgit 1.2.3-korg