Your Name | 8324a3a | 2017-05-12 10:47:21 +0000 | [diff] [blame^] | 1 | {% 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', {})) %} |