redpanda-data / redpanda-ansible-collection

Apache License 2.0
7 stars 6 forks source link

java-17-jdk issue #107

Open vacquah opened 2 weeks ago

vacquah commented 2 weeks ago

I installed a single redpanda node on an unbuntu 22.04 machine. Trying to install redpanda connect using the ansible role gives me the error below. The ubuntu vm itself does have openjdk-17 installed:

v@redpanda-0:/$ java -version
openjdk version "17.0.12" 2024-07-16
OpenJDK Runtime Environment (build 17.0.12+7-Ubuntu-1ubuntu222.04)
OpenJDK 64-Bit Server VM (build 17.0.12+7-Ubuntu-1ubuntu222.04, mixed mode, sharing)

Error

TASK [redpanda.cluster.redpanda_connect : Install JVM] ********************************************************************************************
fatal: [10.1.20.17]: FAILED! => {"changed": false, "msg": "No package matching 'java-17-openjdk' is available"}
gene-redpanda commented 4 days ago

Connect is very much an alpha role still. I will see about checking into what's going on here.