diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-11-05 01:05:48 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-11-05 01:07:49 -0600 |
commit | 77d10468358b749b73f9d1c27f5091f46f9b9b2b (patch) | |
tree | d42eba498f03e45205cc032ee9c121165c8c7d56 /ci/maas/intel | |
parent | f9875bf251a96f61b0cb6e1f81a16db50e736e24 (diff) |
modified to include the data port network for intel pod6
Change-Id: I60eaebaf17fcf819fb450d41880b4b5a63d64551
Author: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/maas/intel')
-rwxr-xr-x | ci/maas/intel/pod6/deployment.yaml | 34 |
1 files changed, 32 insertions, 2 deletions
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 |