Set volume device name to sdc
[fuel.git] / mcp / salt-formulas / salt-formula-tacker / tacker / map.jinja
1 {#-
2  Copyright (c) 2018 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 {% set server = salt['grains.filter_by']({
9   'Debian': {
10     'pkgs': ['python-heat-translator', 'python-tosca-parser', 'python-tackerclient'],
11     'bind_host': '0.0.0.0',
12     'git': {
13       'source': 'https://github.com/openstack/tacker',
14       'target': '/tmp/tacker',
15       'branch': 'master',
16     },
17   },
18   'RedHat': {
19     'pkgs': 'openstack-tacker'
20   },
21 }, merge=salt['pillar.get']('tacker:server')) %}