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