Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: removal of EOL distros from testing and support #175

Merged
merged 1 commit into from
May 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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