mirror of
https://github.com/ceph/ceph
synced 2025-01-27 21:44:58 +00:00
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:
parent
9fedc1e062
commit
06f6a3e6e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user