FAQ | This is a LIVE service | Changelog

Skip to content

sync branches

Kyle Dean requested to merge sync/ussuri-prod into arcus/victoria-staging

The issue is that the container lacks some dependencies needed for sasl to work:

TASK [nova-cell : Fail if nova-compute service failed to register] **********************************************************************************************************
fatal: [controller0]: FAILED! => {"changed": false, "msg": "The Nova compute service failed to register itself on the following hosts: kayobe-aio-rocky-8"}
2022-10-09 03:18:27.321 7 INFO nova.service [-] Starting compute node (version 17.1.0)
2022-10-09 03:18:27.332 7 ERROR nova.virt.libvirt.host [-] Connection to libvirt failed: authentication failed: Failed to start SASL negotiation: -4 (SASL(-4): no mechanism
available: No worthy mechs found): libvirt.libvirtError: authentication failed: Failed to start SASL negotiation: -4 (SASL(-4): no mechanism available: No worthy mechs found)

We need to disable this temporarily until we build a new set of containers.

Merge request reports