Skip to content

Commit

Permalink
Update distro releases used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesaguy committed Jun 29, 2021
1 parent 39f7636 commit dfe57b1
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 10 deletions.
40 changes: 40 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,22 @@ platforms:
- SSH_KEY=<%= File.read('.kitchen/docker_id_rsa.pub') %>
run_command: /usr/lib/systemd/systemd

- name: centos-8.2
driver_config:
build_options:
build-arg:
- DOCKER_IMAGE_NAME=mesaguy/centos-8.2-kitchen-ansible-x86_64:latest
- SSH_KEY=<%= File.read('.kitchen/docker_id_rsa.pub') %>
run_command: /usr/lib/systemd/systemd

- name: centos-8.3
driver_config:
build_options:
build-arg:
- DOCKER_IMAGE_NAME=mesaguy/centos-8.3-kitchen-ansible-x86_64:latest
- SSH_KEY=<%= File.read('.kitchen/docker_id_rsa.pub') %>
run_command: /usr/lib/systemd/systemd

- name: debian-9
driver_config:
build_options:
Expand Down Expand Up @@ -562,3 +578,27 @@ platforms:
- DOCKER_IMAGE_NAME=mesaguy/ubuntu-20.04-kitchen-ansible-x86_64:latest
- SSH_KEY=<%= File.read('.kitchen/docker_id_rsa.pub') %>
run_command: /lib/systemd/systemd

- name: ubuntu-20.10
driver_config:
build_options:
build-arg:
- DOCKER_IMAGE_NAME=mesaguy/ubuntu-20.10-kitchen-ansible-x86_64:latest
- SSH_KEY=<%= File.read('.kitchen/docker_id_rsa.pub') %>
run_command: /lib/systemd/systemd

- name: ubuntu-21.04
driver_config:
build_options:
build-arg:
- DOCKER_IMAGE_NAME=mesaguy/ubuntu-21.04-kitchen-ansible-x86_64:latest
- SSH_KEY=<%= File.read('.kitchen/docker_id_rsa.pub') %>
run_command: /lib/systemd/systemd

- name: ubuntu-21.10
driver_config:
build_options:
build-arg:
- DOCKER_IMAGE_NAME=mesaguy/ubuntu-21.10-kitchen-ansible-x86_64:latest
- SSH_KEY=<%= File.read('.kitchen/docker_id_rsa.pub') %>
run_command: /lib/systemd/systemd
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
- ANSIBLE_VERSION=2.9.11 KITCHEN_PLATFORM=default-ubuntu-1804
- ANSIBLE_VERSION=2.10.0 KITCHEN_PLATFORM=default-ubuntu-1804
# - ANSIBLE_VERSION=latest PROMETHEUS_LOCAL_ARCHIVE=true KITCHEN_PLATFORM=default-archlinux
- ANSIBLE_VERSION=latest PROMETHEUS_LOCAL_ARCHIVE=true KITCHEN_PLATFORM=default-centos-81
- ANSIBLE_VERSION=latest PROMETHEUS_LOCAL_ARCHIVE=true KITCHEN_PLATFORM=default-centos-83
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-77
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-81
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-oraclelinux-77
Expand All @@ -28,11 +28,11 @@ env:
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-debian-10 KITCHEN_PLAYBOOK=tgroups_purge KITCHEN_INSPEC_SUITE=tgroups KITCHEN_IDEMPOTENY_TEST=false
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-debian-10 KITCHEN_PLAYBOOK=promcron KITCHEN_INSPEC_SUITE=promcron
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-77 KITCHEN_PLAYBOOK=promcron KITCHEN_INSPEC_SUITE=promcron
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-81 KITCHEN_PLAYBOOK=promcron KITCHEN_INSPEC_SUITE=promcron
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-83 KITCHEN_PLAYBOOK=promcron KITCHEN_INSPEC_SUITE=promcron
# - ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-archlinux KITCHEN_PLAYBOOK=promrun KITCHEN_INSPEC_SUITE=promrun
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-81 KITCHEN_PLAYBOOK=promrun KITCHEN_INSPEC_SUITE=promrun
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-83 KITCHEN_PLAYBOOK=promrun KITCHEN_INSPEC_SUITE=promrun
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-77 KITCHEN_PLAYBOOK=promrun KITCHEN_INSPEC_SUITE=promrun
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-81 KITCHEN_PLAYBOOK=promrun KITCHEN_INSPEC_SUITE=promrun
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-83 KITCHEN_PLAYBOOK=promrun KITCHEN_INSPEC_SUITE=promrun

before_install:
# To pacify CentOS 8.x when running tasks that are delegated to localhost
Expand Down
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source 'https://rubygems.org'

gem 'awesome_bot', '1.19.1'
gem 'inspec', '4.23.11'
gem 'inspec-bin', '4.23.11'
gem 'kitchen-ansible', '0.52.0'
gem 'awesome_bot', '1.20.0'
gem 'inspec', '4.37.30'
gem 'inspec-bin', '4.37.30'
gem 'kitchen-ansible', '0.56.0'
gem 'kitchen-ansiblepush', '0.10.1'
gem 'kitchen-docker', '2.10.0'
gem 'kitchen-inspec', '2.2.1'
gem 'test-kitchen', '2.7.2'
gem 'kitchen-inspec', '2.4.3'
gem 'test-kitchen', '2.12.0'

0 comments on commit dfe57b1

Please sign in to comment.