Hi,
when trying to install from scratch, following this manual:
https://eaasi.gitlab.io/eaasi_user_handbook/overview/install/setup.html
It seems like jboss/keycloak is no longer available for download, and therefore eaasi deployment fails:
Updating password for user 'webapi'...
ALTER ROLE
Stopping eaasi-database ...
[1A[2KStopping eaasi-database ... [32mdone[0m[1BRemoving eaasi-database ...
[1A[2KRemoving eaasi-database ... [32mdone[0m[1BRemoving network eaasi
stdout_lines:
TASK [update service facts] *************************************************************************************************************************************************************************************
ok: [eaas-gateway] => changed=false
censored: ‘the output has been hidden due to the fact that ‘‘no_log: true’’ was specified for this result’
TASK [set_fact] *************************************************************************************************************************************************************************************************
ok: [eaas-gateway] => changed=false
ansible_facts:
_eaas_service: eaas.service
TASK [ensure eaas-server is restarted] **************************************************************************************************************************************************************************
fatal: [eaas-gateway]: FAILED! => changed=false
msg: |-
Unable to start service eaas.service: Job for eaas.service failed because the control process exited with error code.
See “systemctl status eaas.service” and “journalctl -xe” for details.
PLAY RECAP ******************************************************************************************************************************************************************************************************
eaas-gateway : ok=106 changed=19 unreachable=0 failed=1 skipped=37 rescued=0 ignored=1
emil@emil-ubuntu:/opt/eaasi-installer$ systemctl status eaas.service
● eaas.service - EaaS Service runing at /opt/eaasi
Loaded: loaded (/etc/systemd/system/eaas.service; enabled; vendor preset: enabled)
Active: activating (start-post) (Result: exit-code) since Fri 2024-09-06 16:01:54 CEST; 1min 6s ago
Process: 22539 ExecStart=/usr/local/bin/docker-compose --project-name eaas --file ./docker-compose.yaml --file /opt/eaasi/eaasi-ui/docker-compose.yaml up (code=exited, status=1/FAILURE)
Process: 22532 ExecStartPre=/opt/eaasi/hooks/runner.sh pre-start (code=exited, status=0/SUCCESS)
Main PID: 22539 (code=exited, status=1/FAILURE); Control PID: 22540 (sh)
Tasks: 3 (limit: 4915)
CGroup: /system.slice/eaas.service
├─22540 sh /opt/eaasi/hooks/runner.sh post-start
├─22546 sh ./01-update-keycloak-config.sh
└─24130 sleep 1s
Sep 06 16:01:54 emil-ubuntu systemd[1]: Starting EaaS Service runing at /opt/eaasi…
Sep 06 16:01:54 emil-ubuntu runner.sh[22532]: [HOOKS] No pre-start hooks found!
Sep 06 16:01:54 emil-ubuntu runner.sh[22540]: [HOOKS] Running post-start hooks…
Sep 06 16:01:54 emil-ubuntu runner.sh[22540]: [HOOKS] → 01-update-keycloak-config.sh
Sep 06 16:01:55 emil-ubuntu docker-compose[22539]: Pulling keycloak (jboss/keycloak:15.0.2)…
Sep 06 16:01:56 emil-ubuntu docker-compose[22539]: The image for the service you’re trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Sep 06 16:01:56 emil-ubuntu docker-compose[22539]: Continue with the new image? [yN]pull access denied for jboss/keycloak, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied
Sep 06 16:01:56 emil-ubuntu systemd[1]: eaas.service: Main process exited, code=exited, status=1/FAILURE
Is maybe the eaasi-installer or a referenced container outdated?
Many thanks and BR,
Stephan