Skip to content

Commit ec3b0a1

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Influxdb: use stable RHEL repo"
2 parents a40ad7e + 444a81b commit ec3b0a1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docker/base/influxdb.repo

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[influxdb]
22
name = InfluxDB Repository - RHEL $releasever
3-
# NOTE(mnasiadka): Use EL9 for now, 10 is not available yet
4-
baseurl = https://repos.influxdata.com/rhel/9/$basearch/stable
3+
baseurl = https://repos.influxdata.com/stable/$basearch/main
54
enabled = 0
65
gpgcheck = 1
7-
gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key
6+
gpgkey = https://repos.influxdata.com/influxdata-archive.key

kolla/image/unbuildable.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@
5252
},
5353

5454
'centos+aarch64': {
55-
"telegraf", # no binary package
5655
},
5756
}

0 commit comments

Comments
 (0)