CentOS 8: Enable hacluster and masakari images

CentOS 8.1 came with HA repo. So we can use it.

hacluster-pcs image is disabled as we lack 'crmsh' package for it.

Partially-Implements: blueprint centos-rhel-8

Co-Authored-By: Mark Goddard <mark@stackhpc.com>
Change-Id: I1c786eda399eca4464c9d68ac040c2965350f775
(cherry picked from commit 92224ccb51)
This commit is contained in:
Marcin Juszkiewicz 2020-02-04 19:18:10 +01:00 committed by Mark Goddard
parent d43c8b78ac
commit ad7a0f0dcf
2 changed files with 2 additions and 2 deletions

View File

@ -244,6 +244,7 @@ COPY ceph.repo /etc/yum.repos.d/
'dnf-plugins-core'
] %}
{% set base_centos_yum_repos_to_enable = [
'HighAvailability',
'PowerTools'
] %}
{% else %}

View File

@ -150,7 +150,7 @@ UNBUILDABLE_IMAGES = {
"dind", # Dropped in master
"dragonflow-base", # Dropped in master
"elasticsearch", # Missing elasticsearch repo
"hacluster-base", # Missing hacluster repo
"hacluster-pcs", # Missing crmsh package
"helm-repository", # Dropped in master
"kibana", # Missing elasticsearch repo
"kube-base", # Dropped in master
@ -169,7 +169,6 @@ UNBUILDABLE_IMAGES = {
"bifrost-base", # Bifrost does not support CentOS 8
"cyborg-agent", # opae-sdk does not support CentOS 8
"freezer-base", # Missing package trickle
"masakari-monitors", # Missing hacluster repo
},
'debian': {