9162195760a23e74cd7b9ddeb502fb1336ef7010
[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   - service.opendaylight.server.single
11   - service.quagga.server.single
12   - cluster.all-mcp-arch-common.backports
13   - cluster.mcp-odl-noha
14   - cluster.mcp-odl-noha.opendaylight.control_pdf
15 parameters:
16   opendaylight:
17     server:
18       odl_bind_ip: ${_param:single_address}
19       odl_rest_port: ${_param:opendaylight_rest_port}
20       java_min_mem: 4g
21       java_max_mem: 4g
22       router_enabled: true
23       netvirt_natservice:
24         nat_mode: conntrack
25         snat_punt_timeout: 0
26       karaf_features:
27         odl_default:
28           - odl-restconf-all
29           - odl-aaa-authn
30         netvirt:
31           - odl-netvirt-openstack
32 {%- if '-sfc-' in conf.MCP_DEPLOY_SCENARIO %}
33           - odl-netvirt-sfc
34 {%- endif %}