blob: c9bdb85982f5aee93e6cb45526fb5dde487d2ec0 [file] [log] [blame]
Your Name8324a3a2017-05-12 10:47:21 +00001{% set baremetal_simulator = salt['grains.filter_by']({
2 'Common': {
Vasyl Saienkocf0289f2017-07-20 10:05:56 +03003 'pkgs': ['qemu', 'qemu-kvm', 'python-pip', 'openvswitch-switch',
4 'python-libvirt', 'libvirt-bin', 'pkg-config'],
Your Name902fb6b2017-06-21 15:34:36 +00005 'pip_pkgs': ['virtualbmc'],
Your Name8324a3a2017-05-12 10:47:21 +00006 }
7}, base='Common', merge=pillar.get('baremetal_simulator', {})) %}
Your Name902fb6b2017-06-21 15:34:36 +00008
9{%- set bs_nodes = pillar.get('ironic', {}).get('client', {}).get('nodes', {}) %}