Capture Gnocchi resources

... so that we can ensure that telemetry services are working properly.

Change-Id: Iab7de6107f529d0895cf23d60791e521bc3916c8
This commit is contained in:
Takashi Kajinami
2023-12-24 15:41:08 +09:00
parent babc7a0a94
commit 0f2b3518e9

View File

@@ -513,6 +513,16 @@ rca service list
EOC
fi
# gnocchi resources
if [ -d $LOG_DIR/gnocchi ]; then
openstack >> $LOG_DIR/openstack_resources/gnocchi.txt <<-EOC
metric server version
metric status
metric list
metric resource list
EOC
fi
unset OS_CLOUD
unset OS_CLIENT_CONFIG_FILE