[odl] Disable timeout for learnt flows of snat
[fuel.git] / mcp / reclass / classes / cluster / mcp-odl-ha / 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.cluster
11   - cluster.mcp-common-ha.openstack_interface_vcp_biport
12 {%- if conf.MCP_VCP %}
13   - cluster.mcp-odl-ha
14 {%- endif %}
15 parameters:
16   _param:
17     linux_system_codename: xenial
18   opendaylight:
19     server:
20       odl_bind_ip: ${_param:single_address}
21       odl_rest_port: ${_param:opendaylight_rest_port}
22       java_min_mem: 6g
23       java_max_mem: 6g
24       router_enabled: true
25       netvirt_natservice:
26         nat_mode: conntrack
27         snat_punt_timeout: 0
28       karaf_features:
29         odl_default:
30           - odl-restconf-all
31           - odl-aaa-authn
32         netvirt:
33           - odl-netvirt-openstack
34       seed_nodes_list: {%- for i in range(1, 4) %} ${_param:opendaylight_server_node0{{ i }}_address}{%- endfor %}