384771298c392958ee6031fb2492057101c4a2b7
[fuel.git] / mcp / config / scenario / os-nosdn-fdio-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-fdio-ha.local
11   states:
12     - openstack_ha
13     - networks
14 virtual:
15   nodes:
16     control:
17       - kvm01
18       - kvm02
19       - kvm03
20     compute:
21       - cmp001
22       - cmp002
23   # Below values are only used for each node if said node is virtual
24   cfg01:
25     vcpus: 4
26     ram: 6144
27   mas01:
28     vcpus: 4
29     ram: 6144
30   # NOTE: We might need to add more RAM here
31   kvm01:
32     vcpus: 4
33     ram: 14336
34   kvm02:
35     vcpus: 4
36     ram: 14336
37   kvm03:
38     vcpus: 4
39     ram: 14336
40   cmp001:
41     disks: 100G;100G
42     vcpus: 4
43     ram: 8192
44   cmp002:
45     disks: 100G;100G
46     vcpus: 4
47     ram: 8192