{% set baremetal_simulator = salt['grains.filter_by']({ | |
'Common': { | |
'pkgs': ['qemu', 'qemu-kvm', 'python-pip', 'openvswitch-switch', | |
'python-libvirt', 'libvirt-bin', 'pkg-config'], | |
'pip_pkgs': ['virtualbmc'], | |
} | |
}, base='Common', merge=pillar.get('baremetal_simulator', {})) %} | |
{%- set bs_nodes = pillar.get('ironic', {}).get('client', {}).get('nodes', {}) %} |