| salt_bootstrap_url: https://bootstrap.saltstack.com |
| salt_version: <%=ENV['SALT_VERSION'] || 'latest'%> |
| source: https://github.com/salt-formulas/salt-formula-keystone |
| source: https://github.com/salt-formulas/salt-formula-oslo-templates |
| - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %> |
| image: <%=ENV['PLATFORM'] || 'epcim/salt:saltstack-ubuntu-xenial-salt-stable'%> |
| heat.sls: tests/pillar/server_cluster.sls |
| - name: server_plugin_dirs |
| heat.sls: tests/pillar/server_plugin_dirs.sls |
| heat.sls: tests/pillar/server_single.sls |
| # vim: ft=yaml sw=2 ts=2 sts=2 tw=125 |