diff options
Diffstat (limited to 'mcp/config/scenario/os-ovn-nofeature-noha.yaml')
-rw-r--r-- | mcp/config/scenario/os-ovn-nofeature-noha.yaml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/mcp/config/scenario/os-ovn-nofeature-noha.yaml b/mcp/config/scenario/os-ovn-nofeature-noha.yaml index 7036340bf..fc4086670 100644 --- a/mcp/config/scenario/os-ovn-nofeature-noha.yaml +++ b/mcp/config/scenario/os-ovn-nofeature-noha.yaml @@ -13,10 +13,13 @@ cluster: - networks virtual: nodes: - - cfg01 - - ctl01 - - cmp001 - - cmp002 + infra: + - cfg01 + control: + - ctl01 + compute: + - cmp001 + - cmp002 ctl01: vcpus: 4 ram: 14336 |