2a10a316356794f9e90ac466ce0005ab29404bc8
[fuel.git] / mcp / config / scenario / os-odl-nofeature-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     - virtual_init
14 {%- if nm.cluster.has_baremetal_nodes %}
15     - maas
16     - baremetal_init
17 {%- endif %}
18     - opendaylight
19     - openstack_noha
20     - neutron_gateway
21     - networks
22 virtual:
23   nodes:
24     infra:
25 {%- if nm.cluster.has_baremetal_nodes %}
26       - mas01
27 {%- endif %}
28     control:
29       - ctl01
30       - gtw01
31       - odl01
32     compute:
33       - cmp001
34       - cmp002
35   ctl01:
36     vcpus: 4
37     ram: 14336
38   gtw01:
39     ram: 2048
40   odl01:
41     vcpus: 4
42     ram: 5120