Merge "CentOS 8: Enable hacluster and masakari images"

This commit is contained in:
Zuul 2020-03-19 18:55:36 +00:00 committed by Gerrit Code Review
commit da65e6a6ba
5 changed files with 5 additions and 5 deletions

View File

@ -7,6 +7,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{{ macros.enable_extra_repos(['hacluster']) }}
COPY extend_start.sh /usr/local/bin/kolla_extend_start
RUN chmod 755 /usr/local/bin/kolla_extend_start

View File

@ -7,8 +7,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{{ macros.enable_extra_repos(['hacluster']) }}
{% set hacluster_pcs_packages = ['pcs','crmsh'] %}
{{ macros.install_packages(hacluster_pcs_packages | customizable("packages")) }}

View File

@ -7,7 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{{ macros.configure_user(name='masakari') }}
{{ macros.enable_extra_repos(['hacluster']) }}
{% if install_type == 'binary' %}

View File

@ -142,7 +142,7 @@ UNBUILDABLE_IMAGES = {
# CentOS 8.
'centos8': {
"elasticsearch", # Missing elasticsearch repo
"hacluster-base", # Missing hacluster repo
"hacluster-pcs", # Missing crmsh package
"kibana", # Missing elasticsearch repo
"mongodb", # Missing mongodb and mongodb-server packages
"monasca-grafana", # Using python2
@ -156,7 +156,6 @@ UNBUILDABLE_IMAGES = {
'centos8+source': {
"cyborg-agent", # opae-sdk does not support CentOS 8
"freezer-base", # Missing package trickle
"masakari-monitors", # Missing hacluster repo
},
'debian': {

View File

@ -44,6 +44,7 @@ centos8:
epel: "epel"
epel-modular: "epel-modular"
grafana: "grafana"
hacluster: "HighAvailability"
influxdb: "influxdb"
rabbitmq: "rabbitmq_rabbitmq-server"
td-agent: "treasuredata"