commit | 8324a3ab0ae4a97cc0d85ed290b31b3a34b68c77 | [log] [tgz] |
---|---|---|
author | Your Name <you@example.com> | Fri May 12 10:47:21 2017 +0000 |
committer | Your Name <you@example.com> | Fri May 12 10:50:48 2017 +0000 |
tree | 09a095896b54f4f94d03d5acf09dc438a04bf975 |
Init commit
diff --git a/baremetal_simulator/map.jinja b/baremetal_simulator/map.jinja new file mode 100644 index 0000000..79f1427 --- /dev/null +++ b/baremetal_simulator/map.jinja
@@ -0,0 +1,6 @@ +{% set baremetal_simulator = salt['grains.filter_by']({ + 'Common': { + 'pkgs': ['python-pip', 'openvswitch-switch', 'libvirt-bin'], + 'pip_pkgs': ['virtualbmc'] + } +}, base='Common', merge=pillar.get('baremetal_simulator', {})) %}