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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user