Skip to content

Commit

Permalink
tests: Add fedora to run-local linux distros
Browse files Browse the repository at this point in the history
Fedora also can be used to run k8s clusters locally. Add the fedora
requirements to allow for testing.

Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>
  • Loading branch information
tylerfanelli committed Jan 16, 2024
1 parent 2039b23 commit 72a09b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/e2e/ansible/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ build_pkgs:
- make
- gcc
- qemu-user-static
fedora:
- make
- gcc
centos:
- make
- gcc
Expand All @@ -16,13 +19,18 @@ kubeadm_pkgs:
ubuntu:
- conntrack
- socat
fedora:
- conntrack
- socat
centos:
- conntrack
- socat
k8s_version: v1.24.0
test_pkgs:
ubuntu:
- jq
fedora:
- jq
centos:
- jq
target_arch: "{{ 'amd64' if ansible_architecture == 'x86_64' else ansible_architecture }}"

0 comments on commit 72a09b2

Please sign in to comment.