Skip to content

Commit

Permalink
Merge pull request #175 from artem-sidorenko/old-distros
Browse files Browse the repository at this point in the history
CI: removal of EOL distros from testing and support
  • Loading branch information
artem-sidorenko authored May 12, 2017
2 parents e97a2ad + 993be2e commit 3e84ded
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .kitchen.vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ provisioner:
require_chef_omnibus: 12.5.1

platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: centos-6.8
Expand All @@ -19,7 +18,6 @@ platforms:
- name: fedora-24
- name: fedora-25
- name: opensuse-leap-42.1
- name: opensuse-13.2

verifier:
name: inspec
Expand Down
21 changes: 4 additions & 17 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ verifier:
sudo: true

platforms:
- name: ubuntu-12.04
driver:
image: ubuntu:12.04
- name: ubuntu-14.04
driver:
image: ubuntu:14.04
Expand All @@ -27,24 +24,18 @@ platforms:
intermediate_instructions:
- RUN /usr/bin/apt-get update
pid_one_command: /bin/systemd
- name: centos-6.6
driver:
image: centos:6.6
- name: centos-6.7
- name: centos-6.8
driver:
image: centos:6.7
image: centos:6.8
intermediate_instructions:
- RUN yum install -y initscripts
- name: centos-7
driver:
image: centos:7
pid_one_command: /usr/lib/systemd/systemd
- name: oracle-6.6
driver:
image: oraclelinux:6.6
- name: oracle-6.7
- name: oracle-6.8
driver:
image: oraclelinux:6.7
image: oraclelinux:6.8
- name: oracle-7.1
driver:
image: oraclelinux:7.1
Expand Down Expand Up @@ -78,10 +69,6 @@ platforms:
driver:
image: opensuse:42.1
pid_one_command: /usr/lib/systemd/systemd
- name: opensuse-13
driver:
image: opensuse:13.2
pid_one_command: /usr/lib/systemd/systemd

suites:
- name: default
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo
### Platform

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

## Attributes

Expand Down

0 comments on commit 3e84ded

Please sign in to comment.