diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-09 14:58:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-09 14:58:04 +0000 |
commit | a909a1d044996db88a9efb9902f83d618e749f2d (patch) | |
tree | 63035e4b42dcf239104b05065c4372ac16b54e48 /labconfig | |
parent | c386b37766ddc8864fb674887573984d4fbe16ce (diff) | |
parent | 91ad04d19603a847007b114422032e4193d6e1fd (diff) |
Merge "added a new pod cengn pod1"
Diffstat (limited to 'labconfig')
-rw-r--r-- | labconfig/cengn/pod1/labconfig.yaml | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/labconfig/cengn/pod1/labconfig.yaml b/labconfig/cengn/pod1/labconfig.yaml new file mode 100644 index 00000000..781b93c0 --- /dev/null +++ b/labconfig/cengn/pod1/labconfig.yaml @@ -0,0 +1,95 @@ +lab: + location: cengn + racks: + - rack: pod1 + nodes: + - name: rack-1-m1 + architecture: x86_64 + roles: [network,control] + nics: + - ifname: eth0 + spaces: [admin] + mac: ["00:a0:a5:90:89:a8"] + power: + type: ipmi + address: 10.21.5.12 + user: admin + pass: admin + - name: rack-1-m2 + architecture: x86_64 + roles: [compute,control,storage] + nics: + - ifname: eth0 + spaces: [admin] + mac: ["00:a0:a5:90:89:28"] + power: + type: ipmi + address: 10.21.5.13 + user: admin + pass: admin + - name: rack-1-m3 + architecture: x86_64 + roles: [compute,control,storage] + nics: + - ifname: eth0 + spaces: [admin] + mac: ["00:a0:a5:89:30:c6"] + power: + type: ipmi + address: 10.21.5.14 + user: admin + pass: admin + - name: rack-1-m4 + architecture: x86_64 + roles: [compute,storage] + nics: + - ifname: eth0 + spaces: [admin] + mac: ["00:a0:a5:90:89:94"] + power: + type: ipmi + address: 10.21.5.15 + user: admin + pass: admin + - name: rack-1-m5 + architecture: x86_64 + roles: [compute,storage] + nics: + - ifname: eth0 + spaces: [admin] + mac: ["00:a0:a5:90:89:0e"] + power: + type: ipmi + address: 10.21.5.16 + user: admin + pass: admin + floating-ip-range: 10.21.6.6,10.21.6.250,10.21.6.254,10.21.6.0/24 + ext-port: "eth1" + dns: 8.8.8.8 +opnfv: + release: c + distro: trusty + type: nonha + openstack: mitaka + sdncontroller: + - type: nosdn + storage: + - type: ceph + disk: /srv + feature: odl_l2 + spaces: + - type: admin + bridge: brAdm + cidr: 10.21.0.0/24 + gateway: 10.21.0.254 + vlan: + - type: public + bridge: brPublic + cidr: 10.21.6.0/24 + gateway: + vlan: + - type: data + bridge: brData + cidr: 172.16.20.0/24 + gateway: + vlan: |