From c13f458f28b18e7f37f2c9648dc5a412a56e701f Mon Sep 17 00:00:00 2001 From: Mark Beierl Date: Thu, 28 Jul 2016 10:25:28 -0400 Subject: [PATCH] Fix of types Fix to copy/paste of roles. Change-Id: I91f0613a0f305fab4424bb8d512949784e354ff8 Signed-off-by: Mark Beierl --- labconfig/intel/pod9/labconfig.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/labconfig/intel/pod9/labconfig.yaml b/labconfig/intel/pod9/labconfig.yaml index 50ca0f8a..a4e21c82 100644 --- a/labconfig/intel/pod9/labconfig.yaml +++ b/labconfig/intel/pod9/labconfig.yaml @@ -23,7 +23,7 @@ lab: pass: root - name: rack-9-m2 architecture: x86_64 - roles: [network,control] + roles: [compute,control,storage] nics: - ifname: eth1 spaces: [admin] @@ -41,7 +41,7 @@ lab: pass: root - name: rack-9-m3 architecture: x86_64 - roles: [network,control] + roles: [compute,control,storage] nics: - ifname: eth1 spaces: [admin] @@ -59,7 +59,7 @@ lab: pass: root - name: rack-9-m4 architecture: x86_64 - roles: [network,control] + roles: [compute,storage] nics: - ifname: eth1 spaces: [admin] @@ -77,7 +77,7 @@ lab: pass: root - name: rack-9-m5 architecture: x86_64 - roles: [network,control] + roles: [compute,storage] nics: - ifname: eth1 spaces: [admin] @@ -95,7 +95,7 @@ lab: pass: root - name: rack-9-m6 architecture: x86_64 - roles: [network,control] + roles: [compute,storage] nics: - ifname: eth1 spaces: [admin] -- 2.16.6