[docker] Cleanup, minor fixes, formula bump
[fuel.git] / mcp / config / scenario / os-ovn-nofeature-ha.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-ovn-ha.local
12   states:
13     - virtual_init
14 {%- if nm.cluster.has_baremetal_nodes %}
15     - maas
16     - baremetal_init
17 {%- endif %}
18 {%- if conf.MCP_VCP %}
19     - virtual_control_plane
20 {%- endif %}
21     - openstack_ha
22     - networks
23 virtual:
24   nodes:
25     infra:
26 {%- if nm.cluster.has_baremetal_nodes %}
27       - mas01
28 {%- endif %}
29     control:
30       - kvm01
31       - kvm02
32       - kvm03
33     compute:
34       - cmp001
35       - cmp002
36   # Below values are only used for each node if said node is virtual
37   mas01:
38     vcpus: 4
39     ram: 6144
40   # NOTE: We might need to add more RAM here
41   kvm01:
42     vcpus: 4
43     ram: 14336
44   kvm02:
45     vcpus: 4
46     ram: 14336
47   kvm03:
48     vcpus: 4
49     ram: 14336
50   cmp001:
51     vcpus: 4
52     ram: 8192
53   cmp002:
54     vcpus: 4
55     ram: 8192