Merge "Add odl bgpvpn noha scenario to fuel"
[fuel.git] / mcp / reclass / classes / cluster / mcp-odl-noha / opendaylight / control.yml.j2
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 classes:
10   - system.linux.system.repo.mcp.openstack
11   - system.linux.system.repo.mcp.extra
12   - service.opendaylight.server.single
13   - service.quagga.server.single
14   - cluster.mcp-odl-noha
15   - cluster.mcp-odl-noha.opendaylight.control_pdf
16 parameters:
17   _param:
18     interface_mtu: 1500
19     linux_system_codename: xenial
20   opendaylight:
21     server:
22       odl_bind_ip: ${_param:single_address}
23       odl_rest_port: ${_param:opendaylight_rest_port}
24       java_min_mem: 3g
25       java_max_mem: 3g
26       router_enabled: true
27       karaf_features:
28         odl_default:
29           - odl-restconf-all
30           - odl-aaa-authn
31         netvirt:
32           - odl-netvirt-openstack
33 {%- if '-sfc-' in conf.MCP_DEPLOY_SCENARIO %}
34           - odl-netvirt-sfc
35 {%- endif %}