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 <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2023-09-22 17:37:33 -04:00
parent 9fedc1e062
commit 06f6a3e6e8

View File

@ -3,3 +3,12 @@ tasks:
- keycloak:
client.0:
keycloak_version: 11.0.0
overrides:
install:
ceph:
extra_system_packages:
rpm:
- java-17-openjdk-headless
deb:
- openjdk-17-jdk-headless