From dfe57b19d0f74823d7e64058c5fbf36bed4f6961 Mon Sep 17 00:00:00 2001 From: Mesaguy Date: Tue, 29 Jun 2021 05:12:33 +0000 Subject: [PATCH] Update distro releases used for testing --- .kitchen.yml | 40 ++++++++++++++++++++++++++++++++++++++++ .travis.yml | 8 ++++---- Gemfile | 12 ++++++------ 3 files changed, 50 insertions(+), 10 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 74dff41..65263d9 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -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: @@ -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 diff --git a/.travis.yml b/.travis.yml index f32efbc..99e221b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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 diff --git a/Gemfile b/Gemfile index ec4dcf2..dbf6f27 100644 --- a/Gemfile +++ b/Gemfile @@ -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'