Skip to content

Commit 5d58452

Browse files
authored
Merge pull request #129 from artem-sidorenko/kitchen-update
Update kitchen vagrant configuration
2 parents 2d11a0f + d826e82 commit 5d58452

File tree

3 files changed

+21
-43
lines changed

3 files changed

+21
-43
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ bin/*
2222
# Test Kitchen
2323
.kitchen/
2424
.kitchen.local.yml
25+
26+
# RVM
27+
/.ruby-gemset
28+
/.ruby-version

.kitchen.vagrant.yml

+10-39
Original file line numberDiff line numberDiff line change
@@ -4,52 +4,23 @@ driver:
44

55
provisioner:
66
name: chef_solo
7+
require_chef_omnibus: 12.5.1
78

89
platforms:
910
- name: ubuntu-12.04
10-
driver_config:
11-
box: ubuntu/precise64
12-
box_url: https://atlas.hashicorp.com/ubuntu/boxes/precise64/versions/20150730.1.0/providers/virtualbox.box
1311
- name: ubuntu-14.04
14-
driver_config:
15-
box: ubuntu/trusty64
16-
box_url: https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/20150609.0.10/providers/virtualbox.box
17-
- name: centos-6.4
18-
driver_config:
19-
box: opscode-centos-6.4
20-
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
21-
- name: centos-6.5
22-
driver_config:
23-
box: opscode-centos-6.5
24-
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
25-
- name: centos-7.1
26-
driver_config:
27-
box: opscode-centos-7.1
28-
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.1_chef-provisionerless.box
29-
- name: oracle-6.4
30-
driver_config:
31-
box: oracle-6.4
32-
box_url: https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel64-64.box
33-
- name: oracle-6.5
34-
driver_config:
35-
box: oracle-6.5
36-
box_url: https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel65-64.box
37-
- name: debian-6
38-
driver_config:
39-
box: ffuenf/debian-6.0.10-amd64
40-
box_url: https://atlas.hashicorp.com/ffuenf/boxes/debian-6.0.10-amd64/versions/1.0.11/providers/virtualbox.box
41-
- name: debian-7
42-
driver_config:
43-
box: debian/wheezy64
44-
box_url: https://atlas.hashicorp.com/debian/boxes/wheezy64/versions/7.8.5/providers/virtualbox.box
45-
- name: debian-8
46-
driver_config:
47-
box: debian/jessie64
48-
box_url: https://atlas.hashicorp.com/debian/boxes/jessie64/versions/8.1.0/providers/virtualbox.box
12+
- name: ubuntu-16.04
13+
- name: centos-6.8
14+
- name: centos-7.2
15+
- name: debian-7.11
16+
- name: debian-8.6
17+
- name: fedora-23
18+
- name: fedora-24
19+
- name: opensuse-leap-42.1
20+
- name: opensuse-13.2
4921

5022
verifier:
5123
name: inspec
52-
sudo: true
5324

5425
suites:
5526
- name: default

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ This cookbook provides secure ssh-client and ssh-server configurations.
1212

1313
## Requirements
1414

15-
* Opscode chef
15+
* Chef >= 12.5.1
1616

1717
### Platform
1818

1919
- Debian 7, 8
2020
- Ubuntu 12.04, 14.04, 16.04
21-
- RHEL 6.6, 6.7, 7
22-
- CentOS 6.6, 6.7, 7
23-
- OracleLinux 6.6, 6.7, 7
21+
- RHEL 6, 7
22+
- CentOS 6, 7
23+
- Oracle Linux 6, 7
24+
- Fedora 23, 24
25+
- OpenSuse Leap 42.1
26+
- OpenSuse 13.2
2427

2528
## Attributes
2629

0 commit comments

Comments
 (0)