| salt_bootstrap_url: https://bootstrap.saltstack.com |
| salt_version: <%=ENV['SALT_VERSION'] || 'latest'%> |
| source: https://github.com/salt-formulas/salt-formula-linux |
| source: https://github.com/salt-formulas/salt-formula-keystone |
| source: https://github.com/salt-formulas/salt-formula-apache |
| linux_repo_openstack.sls: tests/pillar/repo_mcp_openstack_<%= ENV['OS_VERSION'] || 'ocata' %>.sls |
| - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %> |
| image: <%=ENV['PLATFORM'] || 'epcim/salt-formulas:saltstack-ubuntu-xenial-salt-stable'%> |
| nova.sls: tests/pillar/compute_cluster.sls |
| version: <%= ENV['OS_VERSION'] || 'ocata' %> |
| nova.sls: tests/pillar/control_cluster.sls |
| version: <%= ENV['OS_VERSION'] || 'ocata' %> |
| # vim: ft=yaml sw=2 ts=2 sts=2 tw=125 |