Update elasticsearch and kibana version to 5.x

Change-Id: I8ed60eab2c15ae966960bcbeadb7aa25fece83a5
Implements: bp-elasticsearch-upgrade
This commit is contained in:
Kevin Tibi 2018-07-03 16:52:34 +02:00 committed by Doug Szumski
parent a6e5b6e7fc
commit 229a048ed5
5 changed files with 13 additions and 17 deletions

View File

@ -76,14 +76,13 @@ RUN echo {{ centos_contentdir }} >> /etc/yum/vars/contentdir
'elasticsearch.repo',
'grafana.repo',
'influxdb.repo',
'kibana.yum.repo',
'nfs_ganesha.repo',
'opendaylight.repo',
'td.repo'
] %}
{% set base_yum_repo_keys = [
'https://packages.elastic.co/GPG-KEY-elasticsearch',
'https://artifacts.elastic.co/GPG-KEY-elasticsearch',
'https://repos.influxdata.com/influxdb.key',
'https://packagecloud.io/gpg.key',
'https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana',

View File

@ -1,6 +1,8 @@
[elasticsearch-2.x]
name=Elasticsearch repository for 2.x packages
baseurl=https://packages.elastic.co/elasticsearch/2.x/centos
[elasticsearch-kibana-logstash-5.x]
name=ELK repository for 5.x packages
baseurl=https://artifacts.elastic.co/packages/5.x/yum
gpgcheck=1
gpgkey=https://packages.elastic.co/GPG-KEY-elasticsearch
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=1
autorefresh=1
type=rpm-md

View File

@ -1,6 +0,0 @@
[kibana-4.6]
name=Kibana repository for 4.6.x packages
baseurl=https://packages.elastic.co/kibana/4.6/centos
gpgcheck=1
gpgkey=https://packages.elastic.co/GPG-KEY-elasticsearch
enabled=1

View File

@ -12,11 +12,8 @@ deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe
# are qemu, libvirt, and openvswitch.
deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/queens main
# Elastic repo
deb https://packages.elastic.co/elasticsearch/2.x/debian stable main
# Kibana repo
deb https://packages.elastic.co/kibana/4.6/debian stable main
# Elastic & kibana repo
deb https://artifacts.elastic.co/packages/5.x/apt stable main
# InfluxDB repo
deb https://repos.influxdata.com/ubuntu bionic stable

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
Upgrade elasticsearch and kibana to 5.X