blob: 79f1427f73205ee08edffc504c415f45c80895aa [file] [log] [blame]
Your Name8324a3a2017-05-12 10:47:21 +00001{% set baremetal_simulator = salt['grains.filter_by']({
2 'Common': {
3 'pkgs': ['python-pip', 'openvswitch-switch', 'libvirt-bin'],
4 'pip_pkgs': ['virtualbmc']
5 }
6}, base='Common', merge=pillar.get('baremetal_simulator', {})) %}