From 3d9254a5e0d565d37f5c909f5536a0ce28055e03 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Fri, 22 Sep 2023 17:37:33 -0400 Subject: [PATCH] qa/rgw/sts: keycloak task installs java manually java had already been installed automatically before centos 9. add an override to install the jdk-17 packages manually Fixes: https://tracker.ceph.com/issues/62536 Signed-off-by: Casey Bodley (cherry picked from commit 06f6a3e6e8ad65e75d640a128338ffa9dc246f4a) Conflicts: tasks/1-keycloak.yaml was not renamed from first.yaml --- qa/suites/rgw/sts/tasks/first.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qa/suites/rgw/sts/tasks/first.yaml b/qa/suites/rgw/sts/tasks/first.yaml index db785ba73febe..5f344a0c3ee44 100644 --- a/qa/suites/rgw/sts/tasks/first.yaml +++ b/qa/suites/rgw/sts/tasks/first.yaml @@ -9,6 +9,13 @@ tasks: rgw_server: client.0 extra_attrs: ['webidentity_test'] overrides: + install: + ceph: + extra_system_packages: + rpm: + - java-17-openjdk-headless + deb: + - openjdk-17-jdk-headless ceph: conf: client: -- 2.39.5