diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-01 22:06:11 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-01 22:06:11 +0200 |
commit | 01c1d38d26c176fa842d1061bfdc2d94cbf3b75e (patch) | |
tree | 6a72a9c00843e20e4c0c4645a03d12b4826bb2d1 /mcp/config/os-odl_l2-nofeature-noha.yaml | |
parent | b0370b31d3649893d57b1729979b1124a47a6f05 (diff) |
mcp/config: Move scenario defs to separate dir
Prepare for adding baremetal scenarios by moving existing scenario
definitions (intended for deploys on virtual PODs) to their own
subdirectory.
Change-Id: Iaa75e0b0a9876e4f263fc6bbae796d97848ef99b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/config/os-odl_l2-nofeature-noha.yaml')
-rw-r--r-- | mcp/config/os-odl_l2-nofeature-noha.yaml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mcp/config/os-odl_l2-nofeature-noha.yaml b/mcp/config/os-odl_l2-nofeature-noha.yaml deleted file mode 100644 index feb78c93a..000000000 --- a/mcp/config/os-odl_l2-nofeature-noha.yaml +++ /dev/null @@ -1,22 +0,0 @@ -cluster: - domain: virtual-mcp-ocata-odl.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 |