Skip to content

Commit dfe57b1

Browse files
author
Mesaguy
committed
Update distro releases used for testing
1 parent 39f7636 commit dfe57b1

File tree

3 files changed

+50
-10
lines changed

3 files changed

+50
-10
lines changed

.kitchen.yml

+40
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,22 @@ platforms:
253253
- SSH_KEY=<%= File.read('.kitchen/docker_id_rsa.pub') %>
254254
run_command: /usr/lib/systemd/systemd
255255

256+
- name: centos-8.2
257+
driver_config:
258+
build_options:
259+
build-arg:
260+
- DOCKER_IMAGE_NAME=mesaguy/centos-8.2-kitchen-ansible-x86_64:latest
261+
- SSH_KEY=<%= File.read('.kitchen/docker_id_rsa.pub') %>
262+
run_command: /usr/lib/systemd/systemd
263+
264+
- name: centos-8.3
265+
driver_config:
266+
build_options:
267+
build-arg:
268+
- DOCKER_IMAGE_NAME=mesaguy/centos-8.3-kitchen-ansible-x86_64:latest
269+
- SSH_KEY=<%= File.read('.kitchen/docker_id_rsa.pub') %>
270+
run_command: /usr/lib/systemd/systemd
271+
256272
- name: debian-9
257273
driver_config:
258274
build_options:
@@ -562,3 +578,27 @@ platforms:
562578
- DOCKER_IMAGE_NAME=mesaguy/ubuntu-20.04-kitchen-ansible-x86_64:latest
563579
- SSH_KEY=<%= File.read('.kitchen/docker_id_rsa.pub') %>
564580
run_command: /lib/systemd/systemd
581+
582+
- name: ubuntu-20.10
583+
driver_config:
584+
build_options:
585+
build-arg:
586+
- DOCKER_IMAGE_NAME=mesaguy/ubuntu-20.10-kitchen-ansible-x86_64:latest
587+
- SSH_KEY=<%= File.read('.kitchen/docker_id_rsa.pub') %>
588+
run_command: /lib/systemd/systemd
589+
590+
- name: ubuntu-21.04
591+
driver_config:
592+
build_options:
593+
build-arg:
594+
- DOCKER_IMAGE_NAME=mesaguy/ubuntu-21.04-kitchen-ansible-x86_64:latest
595+
- SSH_KEY=<%= File.read('.kitchen/docker_id_rsa.pub') %>
596+
run_command: /lib/systemd/systemd
597+
598+
- name: ubuntu-21.10
599+
driver_config:
600+
build_options:
601+
build-arg:
602+
- DOCKER_IMAGE_NAME=mesaguy/ubuntu-21.10-kitchen-ansible-x86_64:latest
603+
- SSH_KEY=<%= File.read('.kitchen/docker_id_rsa.pub') %>
604+
run_command: /lib/systemd/systemd

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
- ANSIBLE_VERSION=2.9.11 KITCHEN_PLATFORM=default-ubuntu-1804
1919
- ANSIBLE_VERSION=2.10.0 KITCHEN_PLATFORM=default-ubuntu-1804
2020
# - ANSIBLE_VERSION=latest PROMETHEUS_LOCAL_ARCHIVE=true KITCHEN_PLATFORM=default-archlinux
21-
- ANSIBLE_VERSION=latest PROMETHEUS_LOCAL_ARCHIVE=true KITCHEN_PLATFORM=default-centos-81
21+
- ANSIBLE_VERSION=latest PROMETHEUS_LOCAL_ARCHIVE=true KITCHEN_PLATFORM=default-centos-83
2222
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-77
2323
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-81
2424
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-oraclelinux-77
@@ -28,11 +28,11 @@ env:
2828
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-debian-10 KITCHEN_PLAYBOOK=tgroups_purge KITCHEN_INSPEC_SUITE=tgroups KITCHEN_IDEMPOTENY_TEST=false
2929
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-debian-10 KITCHEN_PLAYBOOK=promcron KITCHEN_INSPEC_SUITE=promcron
3030
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-77 KITCHEN_PLAYBOOK=promcron KITCHEN_INSPEC_SUITE=promcron
31-
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-81 KITCHEN_PLAYBOOK=promcron KITCHEN_INSPEC_SUITE=promcron
31+
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-83 KITCHEN_PLAYBOOK=promcron KITCHEN_INSPEC_SUITE=promcron
3232
# - ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-archlinux KITCHEN_PLAYBOOK=promrun KITCHEN_INSPEC_SUITE=promrun
33-
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-81 KITCHEN_PLAYBOOK=promrun KITCHEN_INSPEC_SUITE=promrun
33+
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-83 KITCHEN_PLAYBOOK=promrun KITCHEN_INSPEC_SUITE=promrun
3434
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-77 KITCHEN_PLAYBOOK=promrun KITCHEN_INSPEC_SUITE=promrun
35-
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-81 KITCHEN_PLAYBOOK=promrun KITCHEN_INSPEC_SUITE=promrun
35+
- ANSIBLE_VERSION=latest KITCHEN_PLATFORM=default-centos-83 KITCHEN_PLAYBOOK=promrun KITCHEN_INSPEC_SUITE=promrun
3636

3737
before_install:
3838
# To pacify CentOS 8.x when running tasks that are delegated to localhost

Gemfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source 'https://rubygems.org'
22

3-
gem 'awesome_bot', '1.19.1'
4-
gem 'inspec', '4.23.11'
5-
gem 'inspec-bin', '4.23.11'
6-
gem 'kitchen-ansible', '0.52.0'
3+
gem 'awesome_bot', '1.20.0'
4+
gem 'inspec', '4.37.30'
5+
gem 'inspec-bin', '4.37.30'
6+
gem 'kitchen-ansible', '0.56.0'
77
gem 'kitchen-ansiblepush', '0.10.1'
88
gem 'kitchen-docker', '2.10.0'
9-
gem 'kitchen-inspec', '2.2.1'
10-
gem 'test-kitchen', '2.7.2'
9+
gem 'kitchen-inspec', '2.4.3'
10+
gem 'test-kitchen', '2.12.0'

0 commit comments

Comments
 (0)