[baremetal] Containerize MaaS
[fuel.git] / mcp / config / scenario / os-nosdn-nofeature-noha.yaml
1 ##############################################################################
2 # Copyright (c) 2017 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-noha.local
11   states:
12     - openstack_noha
13     - neutron_gateway
14     - networks
15 virtual:
16   nodes:
17     control:
18       - ctl01
19       - gtw01
20     compute:
21       - cmp001
22       - cmp002
23   ctl01:
24     vcpus: 4
25     ram: 14336
26   gtw01:
27     ram: 2048
28   cmp001:
29     vcpus: 8
30     ram: 16384
31     cpu_topology:
32       sockets: 2
33       cores: 2
34       threads: 2
35     numa:
36       cell0:
37         memory: 8388608
38         cpus: 0-3
39       cell1:
40         memory: 8388608
41         cpus: 4-7
42   cmp002:
43     vcpus: 8
44     ram: 16384
45     cpu_topology:
46       sockets: 2
47       cores: 2
48       threads: 2
49     numa:
50       cell0:
51         memory: 8388608
52         cpus: 0-3
53       cell1:
54         memory: 8388608
55         cpus: 4-7