| salt_bootstrap_url: https://bootstrap.saltstack.com |
| source: https://github.com/salt-formulas/salt-formula-linux |
| source: https://github.com/salt-formulas/salt-formula-keystone |
| linux_repo_openstack.sls: tests/pillar/repo_mcp_openstack_<%= ENV['OS_VERSION'] || 'ocata' %>.sls |
| - name: <%= ENV['PLATFORM'] || 'ubuntu-xenial' %> |
| image: <%= ENV['PLATFORM'] || 'trevorj/salty-whales:xenial' %> |
| - name: compute_cluster_<%= ENV['OS_VERSION'] || 'ocata' %> |
| nova.sls: tests/pillar/compute_cluster.sls |
| version: <%= ENV['OS_VERSION'] || 'ocata' %> |
| - name: control_cluster_<%= 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 |