[virtual] Parameterize scenarios based on PDF/IDF
[fuel.git] / mcp / config / scenario / os-odl-ovs-noha.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-noha.local
11   states:
12     - opendaylight
13     - openstack_noha
14     - neutron_gateway
15     - networks
16 virtual:
17   nodes:
18     control:
19       - ctl01
20       - gtw01
21       - odl01
22     compute:
23       - cmp001
24       - cmp002
25   ctl01:
26     ram: 14336
27   gtw01:
28     vcpus: 2
29     ram: 2048
30   odl01:
31     ram: 6144
32   cmp001:
33     disks: 100G;100G
34     vcpus: 6
35     ram: 14336
36   cmp002:
37     disks: 100G;100G
38     vcpus: 6
39     ram: 14336