X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=.kitchen.yml;h=f5dd962f4f55bc26b54d12044cc7934dd8843509;hp=ff1894d20a89b05fb05affa5f86ac3b004c3f29d;hb=ac984718ff61fc2d2e7a63844ac9d3b7c0dc8dd3;hpb=970ced8dd6c4a7f9521e85b99b35ddb3300fc760 diff --git a/.kitchen.yml b/.kitchen.yml index ff1894d..f5dd962 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -30,16 +30,26 @@ provisioner: dependencies: - name: linux repo: git - source: https://github.com/salt-formulas/salt-formula-linux.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/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'%> + platforms: - - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%> + - name: xenial-2017.7 + driver_config: + image: *xenial-20177 + platform: ubuntu + + - name: xenial-stable driver_config: - image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%> + image: *xenial-stable platform: ubuntu suites: