diff options
Diffstat (limited to 'mcp/config/scenario/os-odl-ovs-noha.yaml')
-rw-r--r-- | mcp/config/scenario/os-odl-ovs-noha.yaml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/mcp/config/scenario/os-odl-ovs-noha.yaml b/mcp/config/scenario/os-odl-ovs-noha.yaml index 083e7e646..29e6842ac 100644 --- a/mcp/config/scenario/os-odl-ovs-noha.yaml +++ b/mcp/config/scenario/os-odl-ovs-noha.yaml @@ -16,12 +16,15 @@ cluster: - networks virtual: nodes: - - cfg01 - - ctl01 - - cmp001 - - cmp002 - - gtw01 - - odl01 + infra: + - cfg01 + control: + - ctl01 + - gtw01 + - odl01 + compute: + - cmp001 + - cmp002 ctl01: vcpus: 4 ram: 14336 |