[virtual] Parameterize scenarios based on PDF/IDF
[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     - 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   mas01:
25     vcpus: 4
26     ram: 6144
27   # NOTE: We might need to add more RAM here
28   kvm01:
29     vcpus: 4
30     ram: 14336
31   kvm02:
32     vcpus: 4
33     ram: 14336
34   kvm03:
35     vcpus: 4
36     ram: 14336
37   cmp001:
38     disks: 100G;100G
39     vcpus: 4
40     ram: 10240
41   cmp002:
42     disks: 100G;100G
43     vcpus: 4
44     ram: 10240