blob: 936c51f81d5136c7f15f84e65b66e3c88a2f7524 [file] [log] [blame]
---
driver:
name: docker
hostname: elasticsearch.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: elasticsearch
grains:
noservices: True
state_top:
base:
"*":
- linux
- elasticsearch
pillars:
top.sls:
base:
"*":
- elasticsearch
- elasticsearch_debian_repo
pillars-from-files:
elasticsearch_debian_repo.sls: tests/pillar/repo_elasticsearch.sls
dependencies:
- name: linux
repo: git
source: https://gerrit.mcp.mirantis.com/salt-formulas/linux.git
branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
verifier:
name: inspec
sudo: true
docker_images:
- &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
platforms:
- name: xenial-2017.7
driver_config:
image: *xenial-20177
platform: ubuntu
suites:
- name: single
provisioner:
pillars-from-files:
elasticsearch.sls: tests/pillar/single.sls
- name: cluster
provisioner:
pillars-from-files:
elasticsearch.sls: tests/pillar/cluster.sls
- name: curator
provisioner:
pillars-from-files:
elasticsearch.sls: tests/pillar/curator.sls
- name: client
provisioner:
pillars-from-files:
elasticsearch.sls: tests/pillar/client.sls
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125