From 5ddf4fca1fe0a9fb2140af4af058a05b7008ae44 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 9 Feb 2017 23:40:53 -0600 Subject: imodfiied for error for spaces. Change-Id: Id7669bbfb25fe74f4745b1890c7371cc74dc89e1 Signed-off-by: Narinder Gupta --- labconfig/default/labconfig.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'labconfig/default') diff --git a/labconfig/default/labconfig.yaml b/labconfig/default/labconfig.yaml index 1d8d90f4..d6983007 100644 --- a/labconfig/default/labconfig.yaml +++ b/labconfig/default/labconfig.yaml @@ -8,19 +8,25 @@ lab: roles: [network,control] nics: - ifname: eth0 + spaces: [admin] - ifname: eth1 + spaces: [floating] - name: rack-vir-m2 architecture: x86_64 roles: [compute,control,storage] nics: - ifname: eth0 + spaces: [admin] - ifname: eth1 + spaces: [floating] - name: rack-vir-m3 architecture: x86_64 roles: [compute,control,storage] nics: - ifname: eth1 - - ifname: eth4 + spaces: [admin] + - ifname: eth1 + spaces: [floating] floating-ip-range: 192.168.122.31,192.168.122.49,192.168.122.1,192.168.122.0/24 ext-port: "eth1" dns: 8.8.8.8 -- cgit 1.2.3-korg