diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-07-14 11:11:32 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-07-31 11:11:32 +0400 |
commit | df50704b226a11f6ce9d0a46b178a5b8e8cd0284 (patch) | |
tree | 11f13697a96c54ed28c9ba18fa716be183bd84bd /mcp/config | |
parent | 6b62f74000cd41fab84817bf119c33dbe44f91a4 (diff) |
Bring in opendaylight L3/router scenario
Change-Id: I8a3be1764de136e2ecf81f964233483be5d6655a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
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 |