From d12b14655fc31da772ae08993562d0e968264ee4 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 24 Aug 2025 00:55:01 +0900 Subject: [PATCH] Capture watcher resources in CI ... so that we can review the deployment status more in detail. Change-Id: I6867c437fd6737749d44124e3f99707c45ec9832 Signed-off-by: Takashi Kajinami --- copy_logs.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/copy_logs.sh b/copy_logs.sh index cfdced7b6..5f173663a 100755 --- a/copy_logs.sh +++ b/copy_logs.sh @@ -546,6 +546,15 @@ rca service list EOC fi +# watcher resources +if [ -d $LOG_DIR/watcher ]; then + openstack >> $LOG_DIR/openstack_resources/watcher.txt <<-EOC +optimize service list +optimize datamodel list +optimize scoringengine list +EOC +fi + # gnocchi resources if [ -d $LOG_DIR/gnocchi ]; then openstack >> $LOG_DIR/openstack_resources/gnocchi.txt <<-EOC