[scenarios] noha: Add MaaS VM, state to scenarios
[fuel.git] / mcp / config / scenario / os-odl-ovs-noha.yaml.j2
1 ##############################################################################
2 # Copyright (c) 2018 Mirantis Inc., Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 {%- import 'net_map.j2' as nm with context %}
9 ---
10 cluster:
11   domain: mcp-odl-noha.local
12   states:
13 {%- if nm.cluster.has_baremetal_nodes %}
14     - maas
15     - baremetal_init
16 {%- endif %}
17     - dpdk
18     - opendaylight
19     - openstack_noha
20     - neutron_gateway
21     - networks
22 virtual:
23   nodes:
24     infra:
25       - cfg01
26 {%- if nm.cluster.has_baremetal_nodes %}
27       - mas01
28 {%- endif %}
29     control:
30       - ctl01
31       - gtw01
32       - odl01
33     compute:
34       - cmp001
35       - cmp002
36   ctl01:
37     vcpus: 4
38     ram: 14336
39   gtw01:
40     ram: 1024
41   odl01:
42     vcpus: 4
43     ram: 5120
44   cmp001:
45     vcpus: 4
46     ram: 8192
47   cmp002:
48     vcpus: 4
49     ram: 8192