From: dave.urschatz@cengn.ca Date: Fri, 10 Feb 2017 01:50:34 +0000 (-0500) Subject: Reflect Kontron SymKloud node naming and changes needed for Ubuntu 16.04 deployments X-Git-Tag: danube.1.0~52 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F28397%2F1;p=joid.git Reflect Kontron SymKloud node naming and changes needed for Ubuntu 16.04 deployments JIRA: JOID-118 Change-Id: Ice81d38988fa7bb2c658a4bcfb275dc0c2ab9da9 Signed-off-by: dave.urschatz@cengn.ca --- diff --git a/labconfig/cengn/pod1/labconfig.yaml b/labconfig/cengn/pod1/labconfig.yaml index 63a24071..6773e829 100644 --- a/labconfig/cengn/pod1/labconfig.yaml +++ b/labconfig/cengn/pod1/labconfig.yaml @@ -3,95 +3,110 @@ lab: racks: - rack: pod1 nodes: - - name: rack-1-m1 + - name: rack-IRA2-SymKloudBlade1 architecture: x86_64 roles: [network,control] nics: - - ifname: eth0 + - ifname: enp11s0 spaces: [admin] - mac: ["00:a0:a5:90:89:a8"] - - ifname: eth3 + mac: ["00:A0:A5:90:89:66"] + - ifname: enp12s0 + spaces: [public] + mac: ["00:A0:A5:90:89:67"] + - ifname: enp3s0f1 spaces: [data] - mac: ["00:a0:a5:90:89:a7"] + mac: ["00:A0:A5:90:89:65"] power: type: ipmi - address: 10.21.5.12 + address: 10.21.5.11 user: admin pass: admin - - name: rack-1-m2 + - name: rack-IRA2-SymKloudBlade2 architecture: x86_64 roles: [compute,control,storage] nics: - - ifname: eth0 + - ifname: enp11s0 spaces: [admin] - mac: ["00:a0:a5:90:89:28"] - - ifname: eth3 + mac: ["00:A0:A5:90:89:A8"] + - ifname: enp12s0 + spaces: [public] + mac: ["00:A0:A5:90:89:A9"] + - ifname: enp3s0f1 spaces: [data] - mac: ["00:a0:a5:90:89:27"] + mac: ["00:A0:A5:90:89:A7"] power: type: ipmi - address: 10.21.5.13 + address: 10.21.5.12 user: admin pass: admin - - name: rack-1-m3 + - name: rack-IRA2-SymKloudBlade3 architecture: x86_64 roles: [compute,control,storage] nics: - - ifname: eth0 + - ifname: enp11s0 spaces: [admin] - mac: ["00:a0:a5:89:30:c6"] - - ifname: eth3 + mac: ["00:A0:A5:90:89:28"] + - ifname: enp12s0 + spaces: [public] + mac: ["00:A0:A5:90:89:29"] + - ifname: enp3s0f1 spaces: [data] - mac: ["00:a0:a5:89:30:c5"] + mac: ["00:A0:A5:90:89:27"] power: type: ipmi - address: 10.21.5.14 + address: 10.21.5.13 user: admin pass: admin - - name: rack-1-m4 + - name: rack-IRA2-SymKloudBlade4 architecture: x86_64 roles: [compute,storage] nics: - - ifname: eth0 + - ifname: enp11s0 spaces: [admin] - mac: ["00:a0:a5:90:89:94"] - - ifname: eth3 + mac: ["00:A0:A5:89:30:C6"] + - ifname: enp12s0 + spaces: [public] + mac: ["00:A0:A5:89:30:C7"] + - ifname: enp3s0f1 spaces: [data] - mac: ["00:a0:a5:90:89:93"] + mac: ["00:A0:A5:89:30:C5"] power: type: ipmi - address: 10.21.5.15 + address: 10.21.5.14 user: admin pass: admin - - name: rack-1-m5 + - name: rack-IRA2-SymKloudBlade5 architecture: x86_64 roles: [compute,storage] nics: - - ifname: eth0 + - ifname: enp11s0 spaces: [admin] - mac: ["00:a0:a5:90:89:0e"] - - ifname: eth3 + mac: ["00:A0:A5:90:89:94"] + - ifname: enp12s0 + spaces: [public] + mac: ["00:A0:A5:90:89:95"] + - ifname: enp3s0f1 spaces: [data] - mac: ["00:a0:a5:90:89:0d"] + mac: ["00:A0:A5:90:89:93"] power: type: ipmi - address: 10.21.5.16 + address: 10.21.5.15 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: "br-eth1" + ext-port: "enp12s0" dns: 8.8.8.8 osdomainname: opnfv: release: c - distro: trusty + distro: xenial type: nonha openstack: mitaka sdncontroller: - type: nosdn storage: - type: ceph - disk: /srv + disk: /dev/sdb /dev/sdc feature: odl_l2 spaces: - type: admin @@ -99,13 +114,13 @@ opnfv: cidr: 10.21.0.0/24 gateway: 10.21.0.254 vlan: - - type: public + - type: floating bridge: brPublic cidr: 10.21.6.0/24 - gateway: + gateway: 10.21.6.254 vlan: - type: data bridge: brData - cidr: 172.16.20.0/24 - gateway: - vlan: + cidr: 192.168.20.0/24 + gateway: 192.168.20.1 + vlan: \ No newline at end of file