hitachienergy/epiphany

[BUG] [v1.0.x] PostgreSQL 10 yum repository not available

Closed this issue · 1 comments

Describe the bug
PostgreSQL 10 reached EOL a few months ago.
Now RHEL repositories for PostgreSQL 10 have been removed and are no longer available.
https://download.postgresql.org/pub/repos/yum/

Epicli v1.0.x is affected.
It fails executing the download-requirements.sh script and trying to add an non-existent repository:

Adding repository: postgresql-10", "Executing: rpm --import https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG", "https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7Server-x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found

How to reproduce
Steps to reproduce the behavior:

  1. execute epicli init ... (with params)
  2. edit config file
  3. execute epicli apply ...

Expected behavior
A clear and concise description of what you expected to happen.

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

Environment

  • Cloud provider: [AWS | Azure | All | None]
  • OS: [e.g. Ubuntu 20.04.3 LTS, you can use cat /etc/os-release]

epicli version: [epicli --version]

Additional context
Add any other context about the problem here.


DoD checklist

  • Changelog
    • updated
    • not needed
  • COMPONENTS.md
    • updated
    • not needed
  • Schema
    • updated
    • not needed
  • Backport tasks
    • created
    • not needed
  • Documentation
    • added
    • updated
    • not needed
  • Feature has automated tests
  • Automated tests passed (QA pipelines)
    • apply
    • upgrade
    • backup/restore
  • Idempotency tested
  • All conversations in PR resolved

Fixed in #3390