Tune up nova/neutron intervals
[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     ram: 14336
25   gtw01:
26     ram: 4096
27   cmp001:
28     vcpus: 8
29     ram: 16384
30     cpu_topology:
31       sockets: 2
32       cores: 2
33       threads: 2
34     numa:
35       cell0:
36         memory: 8388608
37         cpus: 0-3
38       cell1:
39         memory: 8388608
40         cpus: 4-7
41   cmp002:
42     vcpus: 8
43     ram: 16384
44     cpu_topology:
45       sockets: 2
46       cores: 2
47       threads: 2
48     numa:
49       cell0:
50         memory: 8388608
51         cpus: 0-3
52       cell1:
53         memory: 8388608
54         cpus: 4-7