Merge pull request #91 from gingerwizard/master
New images optimised for local network
This commit is contained in:
commit
1f322549a9
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
Gemfile
2
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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue