d0e9c40c06a983c1273637832012f940e48e8375
[fuel.git] / mcp / config / scenario / os-nosdn-onap-ha.yaml
1 ##############################################################################
2 # Copyright (c) 2018 Mirantis Inc., Enea AB, Tieto 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 # Scenario details:
9 #   Specific scenario for ONAP deployment on top of OPNFV
10 #   Scenario is based on generic os-nosdn-nofeature-ha scenario
11 # Responsible: Auto project
12 ---
13 cluster:
14   domain: mcp-ovs-ha.local
15   states:
16     - openstack_ha
17     - networks
18     - onap
19 virtual:
20   nodes:
21     control:
22       - kvm01
23       - kvm02
24       - kvm03
25     compute:
26       - cmp001
27       - cmp002
28   # Below values are only used for each node if said node is virtual
29   mas01:
30     vcpus: 4
31     ram: 6144
32   kvm01:
33     vcpus: 4
34     ram: 14336
35   kvm02:
36     vcpus: 4
37     ram: 14336
38   kvm03:
39     vcpus: 4
40     ram: 14336
41   cmp001:
42     vcpus: 32
43     ram: 102400
44   cmp002:
45     vcpus: 32
46     ram: 102400