diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-02 13:39:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-02 13:39:48 +0000 |
commit | 36464bb43be46ddaf82a746971c485b3abca53e8 (patch) | |
tree | 0159f51464145ce34e7a3a3b8012f56c807b4a12 /mcp/config/scenario/virtual/os-odl_l3-nofeature-noha.yaml | |
parent | 7c10d85252c7573af400f37c8d31007c356d44bb (diff) | |
parent | 01c1d38d26c176fa842d1061bfdc2d94cbf3b75e (diff) |
Merge "mcp/config: Move scenario defs to separate dir"
Diffstat (limited to 'mcp/config/scenario/virtual/os-odl_l3-nofeature-noha.yaml')
-rw-r--r-- | mcp/config/scenario/virtual/os-odl_l3-nofeature-noha.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mcp/config/scenario/virtual/os-odl_l3-nofeature-noha.yaml b/mcp/config/scenario/virtual/os-odl_l3-nofeature-noha.yaml new file mode 100644 index 000000000..de95e503d --- /dev/null +++ b/mcp/config/scenario/virtual/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 |