CentOS 8: enable elasticsearch and kibana images
This is a follow up to I8b52b2630a72393bf4b9c7095fc67db6c36c27fa, which upgraded elasticsearch and kibana to 6.x. It did not enable the repositories or images for CentOS 8 however. This change enables elasticsearch and kibana images for CentOS 8. Change-Id: I7b375e493380c4e3d6b8c7b6f5ebc57c1b73043f Related: blueprint elasticsearch-kibana-version-upgrade
This commit is contained in:
parent
53443c5c71
commit
6ce67b81a7
@ -82,6 +82,7 @@ RUN {{ macros.install_packages(base_centos_language_packages | customizable("cen
|
||||
|
||||
{% if base_arch == 'x86_64' %}
|
||||
{% set base_yum_repo_files = [
|
||||
'elasticsearch.repo',
|
||||
'grafana.repo',
|
||||
'influxdb.repo',
|
||||
'rabbitmq_rabbitmq-server.repo',
|
||||
@ -90,19 +91,15 @@ RUN {{ macros.install_packages(base_centos_language_packages | customizable("cen
|
||||
] %}
|
||||
# FIXME(mgoddard): Not available for CentOS 8 yet.
|
||||
# 'crmsh.repo',
|
||||
# 'elasticsearch.repo',
|
||||
# 'opendaylight.repo',
|
||||
|
||||
{% set base_yum_repo_keys = [
|
||||
'https://artifacts.elastic.co/GPG-KEY-elasticsearch',
|
||||
'https://packages.grafana.com/gpg.key',
|
||||
'https://repos.influxdata.com/influxdb.key',
|
||||
'https://www.rabbitmq.com/rabbitmq-release-signing-key.asc',
|
||||
'https://packages.treasuredata.com/GPG-KEY-td-agent',
|
||||
] %}
|
||||
# FIXME(mgoddard): Not available for CentOS 8 yet.
|
||||
#
|
||||
# 'https://artifacts.elastic.co/GPG-KEY-elasticsearch',
|
||||
#
|
||||
{% elif base_arch == 'aarch64' %}
|
||||
{% set base_yum_repo_files = [
|
||||
'grafana.repo',
|
||||
|
@ -135,9 +135,7 @@ UNBUILDABLE_IMAGES = {
|
||||
|
||||
'centos': {
|
||||
"cyborg-base", # package only for CentOS 7
|
||||
"elasticsearch", # Missing elasticsearch repo
|
||||
"hacluster-pcs", # Missing crmsh package
|
||||
"kibana", # Missing elasticsearch repo
|
||||
"mongodb", # Missing mongodb and mongodb-server packages
|
||||
"nova-spicehtml5proxy", # Missing spicehtml5 package
|
||||
"opendaylight", # Missing opendaylight repo
|
||||
|
Loading…
x
Reference in New Issue
Block a user