2
2
# TODO(mnasiadka): Rework the repo list once Ceph Octopus is released
3
3
centos :
4
4
ceph : " centos-ceph-nautilus"
5
- elasticsearch : " elasticsearch-kibana-logstash-6 .x"
5
+ elasticsearch : " elasticsearch-kibana-logstash-7 .x"
6
6
epel : " epel"
7
7
epel-modular : " epel-modular"
8
8
erlang : " rabbitmq_rabbitmq-erlang"
9
9
extras : " extras"
10
10
grafana : " grafana"
11
11
hacluster : " ha"
12
12
influxdb : " influxdb"
13
- logstash : " elasticsearch-kibana-logstash-6 .x"
14
- kibana : " elasticsearch-kibana-logstash-6 .x"
13
+ logstash : " elasticsearch-kibana-logstash-7 .x"
14
+ kibana : " elasticsearch-kibana-logstash-7 .x"
15
15
opstools : " centos-opstools"
16
16
rabbitmq : " rabbitmq_rabbitmq-server"
17
17
td-agent : " treasuredata"
18
18
19
19
centos-aarch64 :
20
20
ceph : " centos-ceph-nautilus"
21
- elasticsearch : " elasticsearch-kibana-logstash-6 .x"
21
+ elasticsearch : " elasticsearch-kibana-logstash-7 .x"
22
22
epel : " epel"
23
23
epel-modular : " epel-modular"
24
24
erlang : " centos-rabbitmq-38"
25
25
extras : " extras"
26
26
grafana : " grafana"
27
27
hacluster : " ha"
28
- logstash : " elasticsearch-kibana-logstash-6 .x"
28
+ logstash : " elasticsearch-kibana-logstash-7 .x"
29
29
opstools : " centos-opstools"
30
30
rabbitmq : " rabbitmq_rabbitmq-server"
31
31
td-agent : " treasuredata"
32
32
33
33
centos-ppc64le :
34
34
ceph : " centos-ceph-nautilus"
35
- elasticsearch : " elasticsearch-kibana-logstash-6 .x"
35
+ elasticsearch : " elasticsearch-kibana-logstash-7 .x"
36
36
epel : " epel"
37
37
epel-modular : " epel-modular"
38
38
extras : " extras"
39
39
hacluster : " ha"
40
- logstash : " elasticsearch-kibana-logstash-6 .x"
40
+ logstash : " elasticsearch-kibana-logstash-7 .x"
41
41
opstools : " centos-opstools"
42
42
rabbitmq : " rabbitmq_rabbitmq-server"
43
43
@@ -48,45 +48,45 @@ rhel:
48
48
rabbitmq : " centos-rabbitmq-38"
49
49
50
50
debian :
51
- elasticsearch : " deb [arch=amd64] https://artifacts.elastic.co/packages/oss-6 .x/apt stable main"
51
+ elasticsearch : " deb https://artifacts.elastic.co/packages/oss-7 .x/apt stable main"
52
52
erlang : " deb https://dl.bintray.com/rabbitmq-erlang/debian/ buster erlang"
53
53
grafana : " deb https://packages.grafana.com/oss/deb stable main"
54
54
influxdb : " deb https://repos.influxdata.com/debian buster stable"
55
- logstash : " deb [arch=amd64] https://artifacts.elastic.co/packages/oss-6 .x/apt stable main"
56
- kibana : " deb [arch=amd64] https://artifacts.elastic.co/packages/oss-6 .x/apt stable main"
55
+ logstash : " deb https://artifacts.elastic.co/packages/oss-7 .x/apt stable main"
56
+ kibana : " deb [arch=amd64] https://artifacts.elastic.co/packages/oss-7 .x/apt stable main"
57
57
rabbitmq : " deb https://dl.bintray.com/rabbitmq/debian/ buster main"
58
58
td-agent : " deb http://packages.treasuredata.com/4/debian/buster buster contrib"
59
59
60
60
debian-aarch64 :
61
- elasticsearch : " deb [arch=amd64] https://artifacts.elastic.co/packages/oss-6 .x/apt stable main"
61
+ elasticsearch : " deb https://artifacts.elastic.co/packages/oss-7 .x/apt stable main"
62
62
erlang : " deb https://obs.linaro.org/repos/home:/marcin.juszkiewicz/debian-buster ./"
63
63
grafana : " deb https://packages.grafana.com/oss/deb stable main"
64
64
influxdb : " deb https://repos.influxdata.com/debian buster stable"
65
- logstash : " deb [arch=amd64] https://artifacts.elastic.co/packages/oss-6 .x/apt stable main"
66
- kibana : " deb [arch=amd64] https://artifacts.elastic.co/packages/oss-6 .x/apt stable main"
65
+ logstash : " deb https://artifacts.elastic.co/packages/oss-7 .x/apt stable main"
66
+ kibana : " deb [arch=amd64] https://artifacts.elastic.co/packages/oss-7 .x/apt stable main"
67
67
libvirt : " deb https://obs.linaro.org/repos/home:/marcin.juszkiewicz/debian-buster ./"
68
68
rabbitmq : " deb https://dl.bintray.com/rabbitmq/debian/ buster main"
69
69
td-agent : " deb http://packages.treasuredata.com/4/debian/buster buster contrib"
70
70
71
71
ubuntu :
72
- elasticsearch : " deb https://artifacts.elastic.co/packages/oss-6 .x/apt stable main"
72
+ elasticsearch : " deb https://artifacts.elastic.co/packages/oss-7 .x/apt stable main"
73
73
erlang : " deb https://dl.bintray.com/rabbitmq-erlang/debian/ focal erlang"
74
74
grafana : " deb https://packages.grafana.com/oss/deb stable main"
75
75
influxdb : " deb https://repos.influxdata.com/ubuntu focal stable"
76
- logstash : " deb https://artifacts.elastic.co/packages/oss-6 .x/apt stable main"
77
- kibana : " deb https://artifacts.elastic.co/packages/oss-6 .x/apt stable main"
76
+ logstash : " deb https://artifacts.elastic.co/packages/oss-7 .x/apt stable main"
77
+ kibana : " deb https://artifacts.elastic.co/packages/oss-7 .x/apt stable main"
78
78
mariadb : " deb http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu focal main"
79
79
qdrouterd : " deb http://ppa.launchpad.net/qpid/released/ubuntu/ focal main"
80
80
# NOTE(hrw): upstream uses bionic repo for focal
81
81
rabbitmq : " deb https://dl.bintray.com/rabbitmq/debian/ bionic main"
82
82
td-agent : " deb http://packages.treasuredata.com/4/ubuntu/focal/ focal contrib"
83
83
84
84
ubuntu-aarch64 :
85
- elasticsearch : " deb [arch=amd64] https://artifacts.elastic.co/packages/oss-6 .x/apt stable main"
85
+ elasticsearch : " deb https://artifacts.elastic.co/packages/oss-7 .x/apt stable main"
86
86
erlang : " deb https://obs.linaro.org/repos/home:/marcin.juszkiewicz/ubuntu-focal ./"
87
87
grafana : " deb https://packages.grafana.com/oss/deb stable main"
88
88
influxdb : " deb https://repos.influxdata.com/ubuntu focal stable"
89
- logstash : " deb [arch=amd64] https://artifacts.elastic.co/packages/oss-6 .x/apt stable main"
89
+ logstash : " deb https://artifacts.elastic.co/packages/oss-7 .x/apt stable main"
90
90
mariadb : " deb http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu bionic main"
91
91
rabbitmq : " deb https://dl.bintray.com/rabbitmq/debian/ bionic main"
92
92
td-agent : " deb http://packages.treasuredata.com/4/ubuntu/focal/ focal contrib"
0 commit comments