Skip to content
Open
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
4 changes: 3 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04",
"18.04"
"18.04",
"20.04",
"22.04"
]
},
{
Expand Down
12 changes: 12 additions & 0 deletions spec/acceptance/nodesets/docker/ubuntu-20.04.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
HOSTS:
ubuntu-2004-x64:
platform: ubuntu-20.04-amd64
hypervisor: docker
image: ubuntu:20.04
docker_preserve_image: true
docker_cmd: '["/sbin/init"]'
docker_image_commands:
# ensure that systemd is working correctly in the container and install necessary packages
- 'apt-get update && apt-get install -y systemd systemd-sysv net-tools wget locales && locale-gen en_US.UTF-8'
CONFIG:
trace_limit: 200
12 changes: 12 additions & 0 deletions spec/acceptance/nodesets/docker/ubuntu-22.04.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
HOSTS:
ubuntu-2204-x64:
platform: ubuntu-22.04-amd64
hypervisor: docker
image: ubuntu:22.04
docker_preserve_image: true
docker_cmd: '["/sbin/init"]'
docker_image_commands:
# ensure that systemd is working correctly in the container and install necessary packages
- 'apt-get update && apt-get install -y systemd systemd-sysv net-tools wget locales && locale-gen en_US.UTF-8'
CONFIG:
trace_limit: 200