| hostname: keystone.ci.local |
| 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-mysql |
| source: https://github.com/salt-formulas/salt-formula-apache |
| source: https://github.com/salt-formulas/salt-formula-memcached |
| source: https://github.com/salt-formulas/salt-formula-cadf |
| source: https://github.com/salt-formulas/salt-formula-rabbitmq |
| - mysql_platform_specific |
| mysql_platform_specific.sls: {} |
| linux_repo_openstack.sls: tests/pillar/repo_mos9.sls |
| - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %> |
| image: <%=ENV['PLATFORM'] || 'epcim/salt-formulas:saltstack-ubuntu-xenial-salt-stable'%> |
| mysql_platform_specific.sls: |
| # workaround, formula not yet handle platform default version |
| version: "<%=ENV['MYSQL_VERSION'] || '5.7'%>" |
| keystone.sls: tests/pillar/single.sls |
| keystone.sls: tests/pillar/single_domain.sls |
| keystone.sls: tests/pillar/single_fernet.sls |
| keystone.sls: tests/pillar/apache_wsgi.sls |
| # vim: ft=yaml sw=2 ts=2 sts=2 tw=125 |