Merge "Vitrage: Capture service list"

This commit is contained in:
Zuul 2023-03-18 06:00:47 +00:00 committed by Gerrit Code Review
commit 5314aabd92
2 changed files with 10 additions and 0 deletions

View File

@ -468,6 +468,13 @@ datastore list
EOC
fi
# vitrage resources
if [ -d $LOG_DIR/vitrage ]; then
openstack >> $LOG_DIR/openstack_resources/vitrage.txt <<-EOC
rca service list
EOC
fi
unset OS_CLOUD
unset OS_CLIENT_CONFIG_FILE

View File

@ -113,6 +113,9 @@ class openstack_integration::vitrage {
notifiers => ['nova'],
}
class { 'vitrage::persistor': }
class { 'vitrage::coordination':
backend_url => $::openstack_integration::config::tooz_url,
}
class { 'vitrage::client': }
}