| salt_bootstrap_url: https://bootstrap.saltstack.com |
| source: https://github.com/salt-formulas/salt-formula-linux |
| branch: <%=ENV['GERRIT_BRANCH'] || 'master' %> |
| source: https://github.com/salt-formulas/salt-formula-opencontrail |
| branch: <%=ENV['GERRIT_BRANCH'] || 'master' %> |
| - linux_repo_opencontrail |
| linux_repo_docker.sls: tests/pillar/repo_docker.sls |
| linux_repo_opencontrail.sls: tests/pillar/repo_contrail.sls |
| - &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'%> |
| kubernetes.sls: tests/pillar/master_cluster.sls |
| kubernetes.sls: tests/pillar/pool_cluster.sls |
| - name: pool_cluster_with_domain |
| kubernetes.sls: tests/pillar/pool_cluster_with_domain.sls |
| - name: master_contrail4_0 |
| kubernetes.sls: tests/pillar/master_contrail4_0.sls |
| kubernetes.sls: tests/pillar/pool_contrail4_0.sls |
| - name: common_storageclass |
| kubernetes.sls: tests/pillar/master_cluster.sls |
| kubernetes_extra.sls: tests/pillar/common_storageclass.sls |
| # vim: ft=yaml sw=2 ts=2 sts=2 tw=125 |