From 27657e6aa94666955b8db4688f17211fb16da56f Mon Sep 17 00:00:00 2001 From: narindergupta Date: Wed, 26 Apr 2017 15:58:50 +0200 Subject: modify the maas to use the interface name as per yaml file Change-Id: I6a060757a39786c073c2567ca73502267d8c271b Signed-off-by: Narinder Gupta --- labconfig/cengn/pod1/labconfig.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'labconfig') diff --git a/labconfig/cengn/pod1/labconfig.yaml b/labconfig/cengn/pod1/labconfig.yaml index 2d344670..ae51c359 100644 --- a/labconfig/cengn/pod1/labconfig.yaml +++ b/labconfig/cengn/pod1/labconfig.yaml @@ -7,13 +7,13 @@ lab: architecture: x86_64 roles: [network,control] nics: - - ifname: enp11s0 + - ifname: intf100 spaces: [admin] mac: ["00:A0:A5:90:89:66"] - - ifname: enp12s0 + - ifname: intf101 spaces: [floating] mac: ["00:A0:A5:90:89:67"] - - ifname: enp3s0f1 + - ifname: intf102 spaces: [data] mac: ["00:A0:A5:90:89:65"] power: @@ -25,13 +25,13 @@ lab: architecture: x86_64 roles: [compute,control,storage] nics: - - ifname: enp11s0 + - ifname: intf100 spaces: [admin] mac: ["00:A0:A5:90:89:A8"] - - ifname: enp12s0 + - ifname: intf101 spaces: [floating] mac: ["00:A0:A5:90:89:A9"] - - ifname: enp3s0f1 + - ifname: intf102 spaces: [data] mac: ["00:A0:A5:90:89:A7"] power: @@ -43,13 +43,13 @@ lab: architecture: x86_64 roles: [compute,control,storage] nics: - - ifname: enp11s0 + - ifname: intf100 spaces: [admin] mac: ["00:A0:A5:90:89:28"] - - ifname: enp12s0 + - ifname: intf101 spaces: [floating] mac: ["00:A0:A5:90:89:29"] - - ifname: enp3s0f1 + - ifname: intf102 spaces: [data] mac: ["00:A0:A5:90:89:27"] power: @@ -61,13 +61,13 @@ lab: architecture: x86_64 roles: [compute,storage] nics: - - ifname: enp11s0 + - ifname: intf100 spaces: [admin] mac: ["00:A0:A5:89:30:C6"] - - ifname: enp12s0 + - ifname: intf101 spaces: [floating] mac: ["00:A0:A5:89:30:C7"] - - ifname: enp3s0f1 + - ifname: intf102 spaces: [data] mac: ["00:A0:A5:89:30:C5"] power: @@ -79,13 +79,13 @@ lab: architecture: x86_64 roles: [compute,storage] nics: - - ifname: enp11s0 + - ifname: intf100 spaces: [admin] mac: ["00:A0:A5:90:89:94"] - - ifname: enp12s0 + - ifname: intf101 spaces: [floating] mac: ["00:A0:A5:90:89:95"] - - ifname: enp3s0f1 + - ifname: intf102 spaces: [data] mac: ["00:A0:A5:90:89:93"] power: @@ -94,7 +94,7 @@ lab: 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: "enp12s0" + ext-port: "intf101" dns: 8.8.8.8 osdomainname: opnfv: @@ -123,4 +123,4 @@ opnfv: bridge: brData cidr: 192.168.20.0/24 gateway: 192.168.20.254 - vlan: \ No newline at end of file + vlan: -- cgit 1.2.3-korg