SSSD / sssd-ci-containers

Setup containerized environment for testing and developing SSSD.
GNU General Public License v3.0
10 stars 21 forks source link

ci: Switch c8s repos to vault #100

Closed jakub-vavra-cz closed 3 months ago

jakub-vavra-cz commented 5 months ago
pbrezina commented 3 months ago
  • The original centos mirrors no longer work so we need to switch to vault repos instead.

    • ansible-core-2.17 is not compatible with CentOS 8 so we need to use older 2.16 version.

    • C8s Buildroot is not available atm. in koji so we in non-mandatory repo.

    • Crb (powertools) repo is needed for some packages from client-devel

    • We need to make sure seliinux-poilicy-targeted needed by smartcards is installed on c8s.

This should go into the relevant commit messages so it is clear why you did this change from commit history.

jakub-vavra-cz commented 3 months ago
  • The original centos mirrors no longer work so we need to switch to vault repos instead.

    • ansible-core-2.17 is not compatible with CentOS 8 so we need to use older 2.16 version.
    • C8s Buildroot is not available atm. in koji so we in non-mandatory repo.
    • Crb (powertools) repo is needed for some packages from client-devel
    • We need to make sure seliinux-poilicy-targeted needed by smartcards is installed on c8s.

This should go into the relevant commit messages so it is clear why you did this change from commit history.

Reworded the commit messages.