hitachienergy / epiphany

Cloud and on-premises automation for Kubernetes centered industrial grade solutions.
Apache License 2.0
138 stars 107 forks source link

[BUG] [v2.0] PostgreSQL yum repo GPG key not available #3424

Closed przemyslavic closed 8 months ago

przemyslavic commented 8 months ago

Describe the bug PostgreSQL yum repository GPG key is no longer uvailable under the following url: https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG

2024-01-08 01:16:23,329 [INFO]: Adding third party repositories...
2024-01-08 01:16:45,868 [WARNING]: curl: (22) The requested URL returned error: 404 ", "error: https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG: import read failed(2)."
2024-01-08 01:16:46,310 [WARNING]: curl: (22) The requested URL returned error: 404 ", "error: https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG: import read failed(2)."
2024-01-08 01:16:46,563 [WARNING]: curl: (22) The requested URL returned error: 404 ", "error: https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG: import read failed(2)."
2024-01-08 01:16:46,563 [WARNING]: Retries count reached maximum, command: `rpm --import https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG`"
2024-01-08 01:16:46,563 [ERROR]: No alternatives available, exiting...

How to reproduce Steps to reproduce the behavior:

  1. execute epicli apply to deploy an RHEL/AlmaLinux cluster with PostgreSQL component enabled The installation will fail on repository setup trying to import GPG key for PostgreSQL yum repo.

Expected behavior The cluster should be deployed without any issues.

Config files If applicable, add config files to help explain your problem.

Environment

epicli version: [v2.0]

Additional context Add any other context about the problem here.


DoD checklist