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', {})) %}