diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-07 17:04:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-07 17:04:01 +0000 |
commit | ac7bb381c5376c28b0eeac880af90b50a2801f38 (patch) | |
tree | eb1eae0239bb243c89e6c96ea39c2a0dd3c0acb0 /mcp/config/scenario/virtual/os-odl-nofeature-noha.yaml | |
parent | cde147cf3aec7f79b0a4d2bd60d01c355e5861ec (diff) | |
parent | a2429f6bdf105bfbbc92a293f86e1f5a82e6a621 (diff) |
Merge "cleanup: Rename ODL-L3 to ODL, drop ODL-L2"
Diffstat (limited to 'mcp/config/scenario/virtual/os-odl-nofeature-noha.yaml')
-rw-r--r-- | mcp/config/scenario/virtual/os-odl-nofeature-noha.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mcp/config/scenario/virtual/os-odl-nofeature-noha.yaml b/mcp/config/scenario/virtual/os-odl-nofeature-noha.yaml new file mode 100644 index 000000000..de95e503d --- /dev/null +++ b/mcp/config/scenario/virtual/os-odl-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 |