diff options
Diffstat (limited to 'mcp/config')
-rw-r--r-- | mcp/config/os-odl_l2-nofeature-noha.yaml | 1 | ||||
-rw-r--r-- | mcp/config/os-odl_l3-nofeature-noha.yaml | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/mcp/config/os-odl_l2-nofeature-noha.yaml b/mcp/config/os-odl_l2-nofeature-noha.yaml index ef967320f..feb78c93a 100644 --- a/mcp/config/os-odl_l2-nofeature-noha.yaml +++ b/mcp/config/os-odl_l2-nofeature-noha.yaml @@ -9,6 +9,7 @@ virtual: - cfg01 - ctl01 - cmp01 + - cmp02 - gtw01 - odl01 ctl01: diff --git a/mcp/config/os-odl_l3-nofeature-noha.yaml b/mcp/config/os-odl_l3-nofeature-noha.yaml new file mode 100644 index 000000000..de95e503d --- /dev/null +++ b/mcp/config/os-odl_l3-nofeature-noha.yaml @@ -0,0 +1,22 @@ +cluster: + domain: virtual-mcp-ocata-odl-router.local + states: + - opendaylight + - openstack + - networks +virtual: + nodes: + - cfg01 + - ctl01 + - cmp01 + - cmp02 + - gtw01 + - odl01 + ctl01: + vcpus: 4 + ram: 14336 + gtw01: + ram: 2048 + odl01: + vcpus: 4 + ram: 5120 |