Skip to content

Commit 0aaefd2

Browse files
committed
Remove the OVN exporter for Prometheus
Since this exporter is no longer developed, and is not used in Kolla Ansible, remove it immediately. A replacement has been proposed in change #951971. Change-Id: Ie47aed221d04bbb2b50ccfbd7c398e6ab6022442
1 parent a90a889 commit 0aaefd2

File tree

3 files changed

+5
-33
lines changed

3 files changed

+5
-33
lines changed

docker/prometheus/prometheus-ovn-exporter/Dockerfile.j2

Lines changed: 0 additions & 22 deletions
This file was deleted.

kolla/common/sources.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -383,17 +383,6 @@
383383
'releases/download/v${version}/'
384384
'openstack-exporter'
385385
'_${version}_linux_${debian_arch}.tar.gz')},
386-
'prometheus-ovn-exporter': {
387-
'version': '1.0.7',
388-
'type': 'url',
389-
'sha256': {
390-
'amd64': '38d9874ddca1581574a7fa0a28ea53447a57dada37bb1385adeb766e6e819de0', # noqa: E501
391-
'arm64': 'e03f6a5ab4cf2855a498697026981273ce3c9ff16bd9bb6c97fd7f1344ec2067'}, # noqa: E501
392-
'location': ('https://github.com/'
393-
'greenpau/ovn_exporter/'
394-
'releases/download/v${version}/'
395-
'ovn-exporter'
396-
'_${version}_linux_${debian_arch}.tar.gz')},
397386
'prometheus-server': {
398387
'version': '3.2.1',
399388
'type': 'url',
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
deprecations:
3+
- |
4+
The OVN exporter has been removed with immediate effect since 1) it isn't
5+
used in Kolla Ansible and 2) the source repo was archived in Dec 2024.

0 commit comments

Comments
 (0)