Your Name | 8324a3a | 2017-05-12 10:47:21 +0000 | [diff] [blame] | 1 | {% set baremetal_simulator = salt['grains.filter_by']({ |
| 2 | 'Common': { |
Vasyl Saienko | cf0289f | 2017-07-20 10:05:56 +0300 | [diff] [blame] | 3 | 'pkgs': ['qemu', 'qemu-kvm', 'python-pip', 'openvswitch-switch', |
| 4 | 'python-libvirt', 'libvirt-bin', 'pkg-config'], |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 5 | 'pip_pkgs': ['virtualbmc'], |
Your Name | 8324a3a | 2017-05-12 10:47:21 +0000 | [diff] [blame] | 6 | } |
| 7 | }, base='Common', merge=pillar.get('baremetal_simulator', {})) %} |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 8 | |
| 9 | {%- set bs_nodes = pillar.get('ironic', {}).get('client', {}).get('nodes', {}) %} |