187b5bf48ea6d73458a9bb56fb2d785323f065f0
[fuel.git] / mcp / config / scenario / os-nosdn-fdio-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-fdio-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     vcpus: 8
28     ram: 8192
29     cpu_topology:
30       sockets: 1
31       cores: 4
32       threads: 2
33     numa:
34       cell0:
35         memory: 8388608
36         cpus: 0-7
37   cmp001:
38     disks: 100G;100G
39     vcpus: 8
40     ram: 8192
41     cpu_topology:
42       sockets: 1
43       cores: 4
44       threads: 2
45     numa:
46       cell0:
47         memory: 8388608
48         cpus: 0-7
49   cmp002:
50     disks: 100G;100G
51     vcpus: 8
52     ram: 8192
53     cpu_topology:
54       sockets: 1
55       cores: 4
56       threads: 2
57     numa:
58       cell0:
59         memory: 8388608
60         cpus: 0-7