New images optimised for local network

This commit is contained in:
Dale McDiarmid 2016-04-03 18:41:07 +01:00
parent 205840a5e4
commit 8d438c1903
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ provisioner:
platforms: platforms:
- name: ubuntu-14.04 - name: ubuntu-14.04
driver_config: driver_config:
image: dliappis/ubuntu:14.04 image: dliappis/ubuntuhetzner:14.04
privileged: true privileged: true
provision_command: provision_command:
- apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:ansible/ansible - 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" run_command: "/sbin/init"
- name: centos-6 - name: centos-6
driver_config: driver_config:
image: dliappis/centos:6 image: dliappis/centoshetzner:6
privileged: true privileged: true
provision_command: provision_command:
- yum remove -y ansible - yum remove -y ansible
@ -54,7 +54,7 @@ platforms:
use_sudo: false use_sudo: false
- name: centos-7 - name: centos-7
driver_config: driver_config:
image: dliappis/centos:7 image: dliappis/centoshetzner:7
provision_command: provision_command:
- yum remove -y ansible - yum remove -y ansible
- yum -y install gmp-devel python-devel python-pip - yum -y install gmp-devel python-devel python-pip

View file

@ -1,6 +1,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'test-kitchen', '1.4.2' gem 'test-kitchen', '1.7.1'
gem "kitchen-docker", '2.1.0' gem "kitchen-docker", '2.1.0'
gem 'kitchen-ansible', '0.40.1' gem 'kitchen-ansible', '0.40.1'
gem 'net-ssh', '~> 2.0' gem 'net-ssh', '~> 2.0'