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'], |
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', {}) %} |