Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
baremetal-simulator
/
c99bb83d3343c6a3c5ddc85280d5c3c70d3a89ed
/
.
/
baremetal_simulator
/
map.jinja
blob: 79f1427f73205ee08edffc504c415f45c80895aa [
file
] [
log
] [
blame
]
{%
set
baremetal_simulator
=
salt
[
'grains.filter_by'
]({
'Common'
:
{
'pkgs'
:
[
'python-pip'
,
'openvswitch-switch'
,
'libvirt-bin'
],
'pip_pkgs'
:
[
'virtualbmc'
]
}
},
base
=
'Common'
,
merge
=
pillar
.
get
(
'baremetal_simulator'
,
{}))
%}