Merge "[noha] ctl01: Enable jumbo frames"
[fuel.git] / mcp / config / scenario / os-nosdn-vpp-noha.yaml.j2
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 {%- import 'net_map.j2' as nm with context %}
9 ---
10 cluster:
11   domain: mcp-vpp-noha.local
12   states:
13 {%- if nm.cluster.has_baremetal_nodes %}
14     - maas
15     - baremetal_init
16 {%- endif %}
17     - openstack_noha
18     - neutron_gateway
19     - networks
20 virtual:
21   nodes:
22     infra:
23       - cfg01
24 {%- if nm.cluster.has_baremetal_nodes %}
25       - mas01
26 {%- endif %}
27     control:
28       - ctl01
29       - gtw01
30     compute:
31       - cmp001
32       - cmp002
33   ctl01:
34     vcpus: 4
35     ram: 14336
36   gtw01:
37     ram: 2048