Capture watcher resources in CI

... so that we can review the deployment status more in detail.

Change-Id: I6867c437fd6737749d44124e3f99707c45ec9832
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-08-24 00:55:01 +09:00
parent b2d4bc4cdb
commit d12b14655f

View File

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