From 4fc8ea8aa9e715512bb3d4f117291c0ff1dbcca4 Mon Sep 17 00:00:00 2001 From: Adam Kraitman Date: Thu, 18 Aug 2022 16:47:50 +0300 Subject: [PATCH] Adding the NetworkManager-initscripts-updown package to rhel9 Signed-off-by: Adam Kraitman --- roles/cobbler/templates/snippets/cephlab_packages_rhel | 3 +++ roles/testnode/vars/redhat_9.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/roles/cobbler/templates/snippets/cephlab_packages_rhel b/roles/cobbler/templates/snippets/cephlab_packages_rhel index 392ffa39..09b18c44 100644 --- a/roles/cobbler/templates/snippets/cephlab_packages_rhel +++ b/roles/cobbler/templates/snippets/cephlab_packages_rhel @@ -16,6 +16,9 @@ python3 ## These packages are available in all RHEL/CentOS versions but not Fedora perl ## These packages are not available in CentOS 9 Stream +#if int($distro_ver_major) >= 9 +NetworkManager-initscripts-updown +#end if #if int($distro_ver_major) < 9 redhat-lsb-core #end if diff --git a/roles/testnode/vars/redhat_9.yml b/roles/testnode/vars/redhat_9.yml index 5e51e506..4ba65a59 100644 --- a/roles/testnode/vars/redhat_9.yml +++ b/roles/testnode/vars/redhat_9.yml @@ -43,6 +43,7 @@ packages: - gdb - lvm2 - python3-pip + - NetworkManager-initscripts-updown epel_packages: - dbench -- 2.47.3