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
This commit is contained in:
Roman Gorshunov 2019-07-12 16:25:31 +02:00
parent ce8bb46792
commit f995e9e7c4
1 changed files with 1 additions and 4 deletions

View File

@ -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)