Skip to content

Commit 01e2e81

Browse files
committed
Pull-retag-push
- Pull in Bifrost image first - Add Prometheus libvirt exporter
1 parent 6e57592 commit 01e2e81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pull-retag-push-images.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ if [ ! "$(sudo docker ps -q -f name=registry)" ]; then
4242
fi
4343

4444
tag=${1:-yoga}
45-
images="kolla/${DISTRO}-source-kolla-toolbox
45+
images="kolla/${DISTRO}-source-bifrost-deploy
46+
kolla/${DISTRO}-source-kolla-toolbox
4647
kolla/${DISTRO}-source-haproxy
4748
kolla/${DISTRO}-source-mariadb-server
4849
kolla/${DISTRO}-source-mariadb-clustercheck
@@ -95,6 +96,7 @@ kolla/${DISTRO}-source-prometheus-node-exporter
9596
kolla/${DISTRO}-source-prometheus-elasticsearch-exporter
9697
kolla/${DISTRO}-source-prometheus-mysqld-exporter
9798
kolla/${DISTRO}-source-prometheus-openstack-exporter
99+
kolla/${DISTRO}-source-prometheus-libvirt-exporter
98100
kolla/${DISTRO}-source-grafana
99101
kolla/${DISTRO}-source-cinder-scheduler
100102
kolla/${DISTRO}-source-cinder-volume
@@ -103,8 +105,7 @@ kolla/${DISTRO}-source-cinder-api
103105
kolla/${DISTRO}-source-ovn-controller
104106
kolla/${DISTRO}-source-ovn-northd
105107
kolla/${DISTRO}-source-ovn-nb-db-server
106-
kolla/${DISTRO}-source-ovn-sb-db-server
107-
kolla/${DISTRO}-source-bifrost-deploy"
108+
kolla/${DISTRO}-source-ovn-sb-db-server"
108109

109110
for image in $images; do
110111
sudo docker pull $image:$tag

0 commit comments

Comments
 (0)