| hostname: octavia.ci.local |
| salt_bootstrap_url: https://bootstrap.saltstack.com |
| source: https://gerrit.mcp.mirantis.com/salt-formulas/linux |
| branch: <%=ENV['GERRIT_BRANCH'] || 'master' %> |
| source: https://gerrit.mcp.mirantis.com/salt-formulas/oslo-templates |
| branch: <%=ENV['GERRIT_BRANCH'] || 'master' %> |
| - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%> |
| - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%> |
| <% for os_version in ['ocata','pike','queens'] %> |
| - name: api_single_<%=os_version%> |
| octavia.sls: tests/pillar/api_single.sls |
| linux_repo_openstack.sls: tests/pillar/repo_openstack_<%=os_version%>.sls |
| - name: api_cluster_<%=os_version%> |
| octavia.sls: tests/pillar/api_cluster.sls |
| linux_repo_openstack.sls: tests/pillar/repo_openstack_<%=os_version%>.sls |
| - name: manager_single_<%=os_version%> |
| octavia.sls: tests/pillar/manager_single.sls |
| linux_repo_openstack.sls: tests/pillar/repo_openstack_<%=os_version%>.sls |
| - name: manager_cluster_<%=os_version%> |
| octavia.sls: tests/pillar/manager_cluster.sls |
| linux_repo_openstack.sls: tests/pillar/repo_openstack_<%=os_version%>.sls |
| # vim: ft=yaml sw=2 ts=2 sts=2 tw=125 |