Drop support for CentOS, test Rocky and Debian in CI (#92)

* Test CentOS 7 in CI

* Drop support for CentOS, test on Rocky and Debian

* Fix reset playbook for Rocky Linux

* Fix typo

* Disable firewalld during testing

Co-authored-by: Techno Tim <timothystewart6@gmail.com>
This commit is contained in:
Simon Leiner
2022-09-24 07:10:55 +02:00
committed by GitHub
parent 5225493ca0
commit d5b37acd8a
18 changed files with 150 additions and 45 deletions

View File

@@ -3,28 +3,34 @@ dependency:
name: galaxy
driver:
name: vagrant
platforms:
.platform_presets:
- &control
name: control1
box: generic/ubuntu2204
memory: 2048
cpus: 2
groups:
- k3s_cluster
- master
- &node
memory: 2048
cpus: 2
groups:
- k3s_cluster
- node
- &ubuntu
box: generic/ubuntu2204
config_options:
# We currently can not use public-key based authentication on Ubuntu 22.04,
# see: https://github.com/chef/bento/issues/1405
ssh.username: "vagrant"
ssh.password: "vagrant"
groups:
- k3s_cluster
- master
platforms:
- <<: [*control, *ubuntu]
name: control1
interfaces:
- network_name: private_network
ip: fdad:bad:ba55::de:11
- <<: *control
- <<: [*node, *ubuntu]
name: node1
groups:
- k3s_cluster
- node
interfaces:
- network_name: private_network
ip: fdad:bad:ba55::de:21