From b6cc7d415446524aa86b26410eb09fb1ee52896f Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Sun, 2 Jul 2017 17:24:48 -0500 Subject: modified to accomodate latest intel pod changes from pod5 to pod21 Change-Id: Ic9edfd4c355317a6873987bb63659bb9611aa285 Signed-off-by: Narinder Gupta --- labconfig/intel/pod21/labconfig.yaml | 184 +++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 labconfig/intel/pod21/labconfig.yaml (limited to 'labconfig/intel/pod21') diff --git a/labconfig/intel/pod21/labconfig.yaml b/labconfig/intel/pod21/labconfig.yaml new file mode 100644 index 00000000..c0292d9a --- /dev/null +++ b/labconfig/intel/pod21/labconfig.yaml @@ -0,0 +1,184 @@ +lab: + location: intel + racks: + - rack: pod5 + nodes: + - name: rack-5-m1 + architecture: x86_64 + roles: [network,control] + nics: + - ifname: intf0 + spaces: [admin] + mac: ["00:1E:67:CF:BB:54"] + - ifname: intf1 + spaces: [data] + mac: ["90:E2:BA:85:4E:2C"] + - ifname: intf3 + spaces: [floating] + mac: ["00:1E:67:CF:BB:53"] + - ifname: intf1.214 + spaces: [storage] + mac: ["90:E2:BA:85:4E:2C"] + - ifname: intf2 + spaces: [public] + mac: ["90:E2:BA:85:4E:2D"] + power: + type: ipmi + address: 10.10.210.11 + user: root + pass: root + - name: rack-5-m2 + architecture: x86_64 + roles: [compute,control,storage] + nics: + - ifname: intf0 + spaces: [admin] + mac: ["00:1E:67:CF:B8:93"] + - ifname: intf1 + spaces: [data] + mac: ["90:E2:BA:84:08:B8"] + - ifname: intf3 + spaces: [floating] + mac: ["00:1E:67:CF:B8:92"] + - ifname: intf1.214 + spaces: [storage] + mac: ["90:E2:BA:84:08:B8"] + - ifname: intf2 + spaces: [public] + mac: ["90:E2:BA:84:08:B9"] + power: + type: ipmi + address: 10.10.210.12 + user: root + pass: root + - name: rack-5-m3 + architecture: x86_64 + roles: [compute,control,storage] + nics: + - ifname: intf0 + spaces: [admin] + mac: ["00:1E:67:E0:08:7F"] + - ifname: intf1 + spaces: [data] + mac: ["90:E2:BA:84:07:0C"] + - ifname: intf3 + spaces: [floating] + mac: ["00:1E:67:E0:08:7E"] + - ifname: intf1.214 + spaces: [storage] + mac: ["90:E2:BA:84:07:0C"] + - ifname: intf2 + spaces: [public] + mac: ["90:E2:BA:84:07:0D"] + power: + type: ipmi + address: 10.10.210.13 + user: root + pass: root + - name: rack-5-m4 + architecture: x86_64 + roles: [compute,storage] + nics: + - ifname: intf0 + spaces: [admin] + mac: ["00:1E:67:E0:08:B1"] + - ifname: intf1 + spaces: [data] + mac: ["90:E2:BA:83:FD:80"] + - ifname: intf3 + spaces: [floating] + mac: ["00:1E:67:E0:08:B0"] + - ifname: intf1.214 + spaces: [storage] + mac: ["90:E2:BA:83:FD:80"] + - ifname: intf2 + spaces: [public] + mac: ["90:E2:BA:83:FD:81"] + power: + type: ipmi + address: 10.10.210.14 + user: root + pass: root + - name: rack-5-m5 + architecture: x86_64 + roles: [compute,storage] + nics: + - ifname: intf0 + spaces: [admin] + mac: ["00:1E:67:E0:0A:4B"] + - ifname: intf1 + spaces: [data] + mac: ["90:E2:BA:75:22:74"] + - ifname: intf3 + spaces: [floating] + mac: ["00:1E:67:E0:0A:4A"] + - ifname: intf1.214 + spaces: [storage] + mac: ["90:E2:BA:75:22:74"] + - ifname: intf2 + spaces: [public] + mac: ["90:E2:BA:75:22:75"] + power: + type: ipmi + address: 10.10.210.15 + user: root + pass: root +# - name: rack-5-m6 +# architecture: x86_64 +# roles: [compute,storage] +# nics: +# - ifname: intf0 +# spaces: [admin] +# mac: ["98:4F:EE:10:03:43"] +# - ifname: intf1 +# spaces: [data] +# mac: ["00:1E:67:9C:3E:54"] +# - ifname: intf2.4000 +# spaces: [public] +# mac: ["00:1E:67:9C:3E:55"] +# power: +# type: ipmi +# address: 10.10.210.90 +# user: root +# pass: root + floating-ip-range: 10.10.210.40,10.10.210.250,10.10.210.1,10.10.210.0/24 + ext-port: "intf3" + dns: 8.8.8.8 + osdomainname: +opnfv: + release: d + distro: xenial + type: nonha + openstack: ocata + sdncontroller: + - type: nosdn + storage: + - type: ceph + disk: /dev/sdb + feature: odl_l2 + spaces: + - type: admin + bridge: brAdm + cidr: 10.10.211.0/24 + gateway: 10.10.211.1 + vlan: + - type: data + bridge: brData + cidr: 10.10.212.0/24 + gateway: + vlan: + - type: public + bridge: brStor + cidr: 10.10.213.0/24 + gateway: + vlan: + - type: floating + bridge: brExt + cidr: 10.10.210.0/24 + gateway: + vlan: + - type: storage + bridge: brMgmt + cidr: 10.10.214.0/24 + gateway: + vlan: 214 -- cgit 1.2.3-korg