[docker] Cleanup, minor fixes, formula bump
[fuel.git] / mcp / config / scenario / os-nosdn-ovs-ha.yaml
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 ---
9 cluster:
10   domain: mcp-ovs-dpdk-ha.local
11   states:
12     - dpdk
13     - openstack_ha
14     - networks
15 virtual:
16   nodes:
17     control:
18       - kvm01
19       - kvm02
20       - kvm03
21     compute:
22       - cmp001
23       - cmp002
24   # Below values are only used for each node if said node is virtual
25   mas01:
26     vcpus: 4
27     ram: 6144
28   # NOTE: We might need to add more RAM here
29   kvm01:
30     vcpus: 4
31     ram: 14336
32   kvm02:
33     vcpus: 4
34     ram: 14336
35   kvm03:
36     vcpus: 4
37     ram: 14336
38   cmp001:
39     vcpus: 4
40     ram: 8192
41   cmp002:
42     vcpus: 4
43     ram: 8192