diff options
Diffstat (limited to 'mcp/config/scenario/os-nosdn-ovs-noha.yaml')
-rw-r--r-- | mcp/config/scenario/os-nosdn-ovs-noha.yaml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/mcp/config/scenario/os-nosdn-ovs-noha.yaml b/mcp/config/scenario/os-nosdn-ovs-noha.yaml index 19e7946d1..795b73064 100644 --- a/mcp/config/scenario/os-nosdn-ovs-noha.yaml +++ b/mcp/config/scenario/os-nosdn-ovs-noha.yaml @@ -15,11 +15,14 @@ cluster: - networks virtual: nodes: - - cfg01 - - ctl01 - - cmp001 - - cmp002 - - gtw01 + infra: + - cfg01 + control: + - ctl01 + - gtw01 + compute: + - cmp001 + - cmp002 ctl01: vcpus: 4 ram: 14336 |