blob: fef968f3a2436831e14fd946cec63d2b440486ee [file] [log] [blame]
---
driver:
name: docker
hostname: glance.ci.local
use_sudo: false
provisioner:
name: salt_solo
salt_install: bootstrap
salt_bootstrap_url: https://bootstrap.saltstack.com
salt_version: latest
require_chef: false
log_level: error
formula: glance
grains:
noservices: True
dependencies:
- name: linux
repo: git
source: https://github.com/salt-formulas/salt-formula-linux
- name: keystone
repo: git
source: https://github.com/salt-formulas/salt-formula-keystone
state_top:
base:
"*":
- linux.system
- glance
pillars:
top.sls:
base:
"*":
- linux_repo_openstack
- glance
pillars-from-files:
linux_repo_openstack.sls: tests/pillar/repo_mos9.sls
verifier:
name: inspec
sudo: true
platforms:
- name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
driver_config:
image: <%=ENV['PLATFORM'] || 'epcim/salt:saltstack-ubuntu-xenial-salt-stable'%>
platform: ubuntu
suites:
- name: cluster
provisioner:
pillars-from-files:
glance.sls: tests/pillar/cluster.sls
- name: single_ceph
provisioner:
pillars-from-files:
glance.sls: tests/pillar/single_ceph.sls
- name: single_barbican
provisioner:
pillars-from-files:
glance.sls: tests/pillar/single_barbican.sls
- name: single
provisioner:
pillars-from-files:
glance.sls: tests/pillar/single.sls
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125