Skip to content

Commit c11c62b

Browse files
committed
CI: Fix Bifrost log collection
Bifrost changed to use a combined Ironic service instead of separate API and conductor services in the Yoga release [1]. Update copy_bifrost_logs to get logs from the combined service instead. Also remove log collection for RabbitMQ which was disabled in Train [2]. [1] https://review.opendev.org/c/openstack/bifrost/+/820390 [2] https://review.opendev.org/c/openstack/bifrost/+/645093 Change-Id: I41ccedbd98b0088b92d3eb8671955423815d599f
1 parent 53ece53 commit c11c62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/kayobe-diagnostics/files/get_logs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ copy_container_engine_logs() {
2525

2626
copy_bifrost_logs() {
2727
container_engine=$1
28-
for service in dnsmasq ironic-api ironic-conductor ironic-inspector mariadb nginx rabbitmq-server; do
28+
for service in dnsmasq ironic ironic-inspector mariadb nginx; do
2929
mkdir -p ${LOG_DIR}/kolla/$service
3030
$container_engine exec bifrost_deploy \
3131
systemctl status $service -l -n 10000 > ${LOG_DIR}/kolla/$service/${service}-systemd-status.txt

0 commit comments

Comments
 (0)