Skip to content

Commit

Permalink
Merge pull request #129 from artem-sidorenko/kitchen-update
Browse files Browse the repository at this point in the history
Update kitchen vagrant configuration
  • Loading branch information
atomic111 authored Nov 8, 2016
2 parents 2d11a0f + d826e82 commit 5d58452
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 43 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ bin/*
# Test Kitchen
.kitchen/
.kitchen.local.yml

# RVM
/.ruby-gemset
/.ruby-version
49 changes: 10 additions & 39 deletions .kitchen.vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,52 +4,23 @@ driver:

provisioner:
name: chef_solo
require_chef_omnibus: 12.5.1

platforms:
- name: ubuntu-12.04
driver_config:
box: ubuntu/precise64
box_url: https://atlas.hashicorp.com/ubuntu/boxes/precise64/versions/20150730.1.0/providers/virtualbox.box
- name: ubuntu-14.04
driver_config:
box: ubuntu/trusty64
box_url: https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/20150609.0.10/providers/virtualbox.box
- name: centos-6.4
driver_config:
box: opscode-centos-6.4
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
- name: centos-6.5
driver_config:
box: opscode-centos-6.5
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
- name: centos-7.1
driver_config:
box: opscode-centos-7.1
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.1_chef-provisionerless.box
- name: oracle-6.4
driver_config:
box: oracle-6.4
box_url: https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel64-64.box
- name: oracle-6.5
driver_config:
box: oracle-6.5
box_url: https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel65-64.box
- name: debian-6
driver_config:
box: ffuenf/debian-6.0.10-amd64
box_url: https://atlas.hashicorp.com/ffuenf/boxes/debian-6.0.10-amd64/versions/1.0.11/providers/virtualbox.box
- name: debian-7
driver_config:
box: debian/wheezy64
box_url: https://atlas.hashicorp.com/debian/boxes/wheezy64/versions/7.8.5/providers/virtualbox.box
- name: debian-8
driver_config:
box: debian/jessie64
box_url: https://atlas.hashicorp.com/debian/boxes/jessie64/versions/8.1.0/providers/virtualbox.box
- name: ubuntu-16.04
- name: centos-6.8
- name: centos-7.2
- name: debian-7.11
- name: debian-8.6
- name: fedora-23
- name: fedora-24
- name: opensuse-leap-42.1
- name: opensuse-13.2

verifier:
name: inspec
sudo: true

suites:
- name: default
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@ This cookbook provides secure ssh-client and ssh-server configurations.

## Requirements

* Opscode chef
* Chef >= 12.5.1

### Platform

- Debian 7, 8
- Ubuntu 12.04, 14.04, 16.04
- RHEL 6.6, 6.7, 7
- CentOS 6.6, 6.7, 7
- OracleLinux 6.6, 6.7, 7
- RHEL 6, 7
- CentOS 6, 7
- Oracle Linux 6, 7
- Fedora 23, 24
- OpenSuse Leap 42.1
- OpenSuse 13.2

## Attributes

Expand Down

0 comments on commit 5d58452

Please sign in to comment.