Merge "Auto Generated INFO.yaml file"
[fuel.git] / mcp / salt-formulas / opendaylight / map.jinja
1 ##############################################################################
2 # Copyright (c) 2017 Mirantis Inc. 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 {% set server = salt['grains.filter_by']({
10     'Debian': {
11       'karaf_features': {'default': ['standard', 'wrap', 'ssh']},
12       'odl_rest_port': '8282',
13       'odl_bind_ip': '0.0.0.0',
14       'repo': 'odl-team/oxygen',
15       'log_levels': {},
16       'enable_ha': false,
17       'ha_node_ips': [],
18       'ha_node_index': 0,
19       'security_group_mode': 'stateful',
20       'vpp_routing_node': '',
21       'java_extra_opts': '-Djava.net.preferIPv4Stack=true -XX:+UseG1GC',
22       'java_min_mem': '1g',
23       'java_max_mem': '2g',
24     },
25     'RedHat': {
26       'repo': 'opendaylight-6-testing'
27     },
28 }, merge=salt['pillar.get']('opendaylight:server')) %}