Use new image for kitchen tests
Change-Id: I05797778a75f9b975a62ffc5c0d2c41b93f86de5
diff --git a/.kitchen.yml b/.kitchen.yml
index ce5d071..dc428ec 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -31,9 +31,9 @@
sudo: true
platforms:
- - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
+ - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
driver_config:
- image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
+ image: <%=ENV['PLATFORM'] || 'epcim/salt-formulas:saltstack-ubuntu-xenial-salt-stable'%>
platform: ubuntu
suites:
diff --git a/.travis.yml b/.travis.yml
index a323188..dddb039 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,9 @@
- bundle install
env:
- - PLATFORM=trevorj/salty-whales:trusty SUITE=keepalived-cluster
- - PLATFORM=trevorj/salty-whales:xenial SUITE=keepalived-cluster
+ - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-xenial-salt-2016.3 SUITE=keepalived-cluster
+ - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-xenial-salt-2017.7 SUITE=keepalived-cluster
+# - PLATFORM=epcim/salt-formulas:saltstack-ubuntu-bionic-salt-2017.7 SUITE=keepalived-cluster
before_script:
- set -o pipefail