diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-08-08 11:03:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-08-08 11:03:17 +0000 |
commit | 6a3bbf95c70207a146c5b2c82d8518cf02e5c269 (patch) | |
tree | 46bff9b92df4a20aae1e2d38b2e6d8defae9e9cb /mcp/config/scenario/os-nosdn-ovs-noha.yaml | |
parent | 143bf770cf104daaf8d457a3de294d6acb33f9cf (diff) | |
parent | a5c7084e2c7711ebfafec56a39afab91d236585f (diff) |
Merge changes from topic 'baremetal-noha'
* changes:
[states] baremetal_init: Parameterize kvm hosts
[scenarios] Differentiate virtual node roles
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 |