diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-09 23:40:53 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-09 23:41:29 -0600 |
commit | 5ddf4fca1fe0a9fb2140af4af058a05b7008ae44 (patch) | |
tree | 9b2a3fc26dd2925433381502224d40f3b385e905 /labconfig/default | |
parent | accb38192427f295db3dbbffd7f26a31327942cc (diff) |
imodfiied for error for spaces.
Change-Id: Id7669bbfb25fe74f4745b1890c7371cc74dc89e1
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'labconfig/default')
-rw-r--r-- | labconfig/default/labconfig.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
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 |