From f995e9e7c427ab22f479fcd6edf9652e2218571e Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Fri, 12 Jul 2019 16:25:31 +0200 Subject: [PATCH] Remove nagios and prometheus exporter images from updater Nagios and prometheus-openstack-exporter images and charts are sourced from OpenStack-Helm project and do not need to be updated separately here anymore. Change-Id: I939329e1b602b465e4d43f19ec4b853dd07acee0 --- tools/updater.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/updater.py b/tools/updater.py index ea94e2c37..77b2918b4 100755 --- a/tools/updater.py +++ b/tools/updater.py @@ -81,10 +81,7 @@ image_repo_git_url = { "quay.io/airshipit/promenade": "https://opendev.org/airship/promenade", "quay.io/airshipit/shipyard": "https://opendev.org/airship/shipyard", # sstream-cache image is built from airship-maas repository - "quay.io/airshipit/sstream-cache": "https://opendev.org/airship/maas", - "quay.io/attcomdev/nagios": "https://github.com/att-comdev/nagios", - "quay.io/attcomdev/prometheus-openstack-exporter": - "https://github.com/att-comdev/prometheus-openstack-exporter" + "quay.io/airshipit/sstream-cache": "https://opendev.org/airship/maas" } logging.basicConfig(level=logging.INFO)