From d5f3736df3057fedc7e436beb49102db6bf8d58c Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 1 Nov 2018 16:08:13 -0400 Subject: [PATCH] cobbler: Install python-jwt on RPM-based testnodes This package is needed for ceph-mgr but is not available in the base/default repos. Therefore, we need to install it during kickstart and bake it into our RHEL FOG images. Fixes: https://tracker.ceph.com/issues/36653 Signed-off-by: David Galloway --- roles/cobbler/templates/snippets/cephlab_packages_rhel | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/cobbler/templates/snippets/cephlab_packages_rhel b/roles/cobbler/templates/snippets/cephlab_packages_rhel index 05f7b7c3..f2d060ef 100644 --- a/roles/cobbler/templates/snippets/cephlab_packages_rhel +++ b/roles/cobbler/templates/snippets/cephlab_packages_rhel @@ -10,6 +10,7 @@ perl wget redhat-lsb-core +python-jwt ## For ansible/NRPE smartmontools libselinux-python -- 2.47.3