From 8d438c19036c08415c2625321179071f7c9985f5 Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Sun, 3 Apr 2016 18:41:07 +0100 Subject: [PATCH] New images optimised for local network --- .kitchen.yml | 6 +++--- Gemfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index f0d6ad1..0728b01 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -15,7 +15,7 @@ provisioner: platforms: - name: ubuntu-14.04 driver_config: - image: dliappis/ubuntu:14.04 + image: dliappis/ubuntuhetzner:14.04 privileged: true provision_command: - apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:ansible/ansible @@ -45,7 +45,7 @@ platforms: run_command: "/sbin/init" - name: centos-6 driver_config: - image: dliappis/centos:6 + image: dliappis/centoshetzner:6 privileged: true provision_command: - yum remove -y ansible @@ -54,7 +54,7 @@ platforms: use_sudo: false - name: centos-7 driver_config: - image: dliappis/centos:7 + image: dliappis/centoshetzner:7 provision_command: - yum remove -y ansible - yum -y install gmp-devel python-devel python-pip diff --git a/Gemfile b/Gemfile index e0591b1..e58a757 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'test-kitchen', '1.4.2' +gem 'test-kitchen', '1.7.1' gem "kitchen-docker", '2.1.0' gem 'kitchen-ansible', '0.40.1' gem 'net-ssh', '~> 2.0'