From aca4784eacb9b27e8640b90af3edbebea96aa39f Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 6 Jun 2016 15:19:31 -0500 Subject: added the labconfig file for att virpod1. Remove the mac as it gateway br-ex was not configured with MAC. Change-Id: I32769c8d03dded073889a08d364c7bd3936880d3 Signed-off-by: Narinder Gupta --- labconfig/att/virpod1/labconfig.yaml | 45 ++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 labconfig/att/virpod1/labconfig.yaml (limited to 'labconfig/att/virpod1/labconfig.yaml') diff --git a/labconfig/att/virpod1/labconfig.yaml b/labconfig/att/virpod1/labconfig.yaml new file mode 100644 index 00000000..1bc27aff --- /dev/null +++ b/labconfig/att/virpod1/labconfig.yaml @@ -0,0 +1,45 @@ +lab: + location: att + racks: + - rack: virpod1 + nodes: + - name: rack-1-m1 + architecture: x86_64 + roles: [network,control] + nics: + - ifname: eth0 + spaces: [admin] + mac: ["00:1e:67:d8:ba:46"] + power: + type: wakeonlan + mac_address: 00:1e:67:d8:ba:46 + - name: rack-1-m2 + architecture: x86_64 + roles: [compute,control,storage] + nics: + - ifname: eth0 + spaces: [admin] + mac: ["00:1e:67:e0:0b:72"] + power: + type: wakeonlan + mac_address: 00:1e:67:e0:0b:72 + floating-ip-range: 192.168.10.6,192.168.10.49,192.168.10.1,192.168.10.0/24 + ext-port: "90:E2:BA:83:FD:21,90:E2:BA:75:30:F5" + 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: 192.168.10.0/24 + gateway: 192.168.10.1 + vlan: -- cgit 1.2.3-korg