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