diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-08-08 13:21:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-08-08 13:21:58 +0000 |
commit | ce2d5fc4b6b4cda93f858adc5ac6ab991495e8a9 (patch) | |
tree | 99d2b769343e1c0462f054c983c50f013d3ca464 /mcp/config/scenario/os-nosdn-nofeature-noha.yaml.j2 | |
parent | 6a3bbf95c70207a146c5b2c82d8518cf02e5c269 (diff) | |
parent | 91cbeba3e6fce6a9d292a7af8849db293617038b (diff) |
Merge changes from topic 'baremetal-noha'
* changes:
[scenarios] noha: Add MaaS VM, state to scenarios
[states] baremetal_init: dist_upgrade=True
Diffstat (limited to 'mcp/config/scenario/os-nosdn-nofeature-noha.yaml.j2')
-rw-r--r-- | mcp/config/scenario/os-nosdn-nofeature-noha.yaml.j2 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/mcp/config/scenario/os-nosdn-nofeature-noha.yaml.j2 b/mcp/config/scenario/os-nosdn-nofeature-noha.yaml.j2 new file mode 100644 index 000000000..a0ad96b87 --- /dev/null +++ b/mcp/config/scenario/os-nosdn-nofeature-noha.yaml.j2 @@ -0,0 +1,37 @@ +############################################################################## +# Copyright (c) 2017 Mirantis Inc., Enea AB and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +{%- import 'net_map.j2' as nm with context %} +--- +cluster: + domain: mcp-ovs-noha.local + states: +{%- if nm.cluster.has_baremetal_nodes %} + - maas + - baremetal_init +{%- endif %} + - openstack_noha + - neutron_gateway + - networks +virtual: + nodes: + infra: + - cfg01 +{%- if nm.cluster.has_baremetal_nodes %} + - mas01 +{%- endif %} + control: + - ctl01 + - gtw01 + compute: + - cmp001 + - cmp002 + ctl01: + vcpus: 4 + ram: 14336 + gtw01: + ram: 2048 |