From 640ff61422bc0ee3966941b93d9889ddbbd38d77 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Thu, 30 Jul 2026 18:17:14 -0600 Subject: more files --- tools/check-images.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 tools/check-images.sh (limited to 'tools/check-images.sh') diff --git a/tools/check-images.sh b/tools/check-images.sh new file mode 100755 index 0000000..130cc68 --- /dev/null +++ b/tools/check-images.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +site_ip=$1 +password=$2 +echo $site_ip +python3 collect-logs.py command imagetest $site_ip $password "system registry-image-tags vzw-adpf-cmp" +python3 collect-logs.py command imagetest $site_ip $password "system registry-image-tags vzw-adpf-dip" +python3 collect-logs.py command imagetest $site_ip $password "system registry-image-tags vzw-adpf-dmp" +python3 collect-logs.py command imagetest $site_ip $password "system registry-image-tags vzw-adpf-dpp" +python3 collect-logs.py command imagetest $site_ip $password "system registry-image-tags vzw-adpf-pmp" +python3 collect-logs.py command imagetest $site_ip $password "system registry-image-tags vzw-adpf-rmp" + -- cgit v1.3