Update elasticsearch and kibana version to 5.x
Change-Id: I8ed60eab2c15ae966960bcbeadb7aa25fece83a5 Implements: bp-elasticsearch-upgrade
This commit is contained in:
parent
a6e5b6e7fc
commit
229a048ed5
@ -76,14 +76,13 @@ RUN echo {{ centos_contentdir }} >> /etc/yum/vars/contentdir
|
|||||||
'elasticsearch.repo',
|
'elasticsearch.repo',
|
||||||
'grafana.repo',
|
'grafana.repo',
|
||||||
'influxdb.repo',
|
'influxdb.repo',
|
||||||
'kibana.yum.repo',
|
|
||||||
'nfs_ganesha.repo',
|
'nfs_ganesha.repo',
|
||||||
'opendaylight.repo',
|
'opendaylight.repo',
|
||||||
'td.repo'
|
'td.repo'
|
||||||
] %}
|
] %}
|
||||||
|
|
||||||
{% set base_yum_repo_keys = [
|
{% 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://repos.influxdata.com/influxdb.key',
|
||||||
'https://packagecloud.io/gpg.key',
|
'https://packagecloud.io/gpg.key',
|
||||||
'https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana',
|
'https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana',
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
[elasticsearch-2.x]
|
[elasticsearch-kibana-logstash-5.x]
|
||||||
name=Elasticsearch repository for 2.x packages
|
name=ELK repository for 5.x packages
|
||||||
baseurl=https://packages.elastic.co/elasticsearch/2.x/centos
|
baseurl=https://artifacts.elastic.co/packages/5.x/yum
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=https://packages.elastic.co/GPG-KEY-elasticsearch
|
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
|
||||||
enabled=1
|
enabled=1
|
||||||
|
autorefresh=1
|
||||||
|
type=rpm-md
|
||||||
|
@ -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
|
|
@ -12,11 +12,8 @@ deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe
|
|||||||
# are qemu, libvirt, and openvswitch.
|
# are qemu, libvirt, and openvswitch.
|
||||||
deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/queens main
|
deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/queens main
|
||||||
|
|
||||||
# Elastic repo
|
# Elastic & kibana repo
|
||||||
deb https://packages.elastic.co/elasticsearch/2.x/debian stable main
|
deb https://artifacts.elastic.co/packages/5.x/apt stable main
|
||||||
|
|
||||||
# Kibana repo
|
|
||||||
deb https://packages.elastic.co/kibana/4.6/debian stable main
|
|
||||||
|
|
||||||
# InfluxDB repo
|
# InfluxDB repo
|
||||||
deb https://repos.influxdata.com/ubuntu bionic stable
|
deb https://repos.influxdata.com/ubuntu bionic stable
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Upgrade elasticsearch and kibana to 5.X
|
Loading…
x
Reference in New Issue
Block a user