Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cherry-pick: common: Stop using transitional labels to fix config-diff #656

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

jackhodgkiss
Copy link

The following error would occur in task Ensure fluentd image is present for label check during a config-diff.

An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ModuleNotFoundError: No module named 'dbus'

This happened due to the task attempting to pull the fluentd image which config-diff could not perform.

Fortunately the offending task has been removed in kolla/ansible@master.

With this patch config-diff is functional again within Caracal


Also stop using the old config name (td-agent.conf)

Change-Id: Ied2736b891cd8c6dfcc509a8fd6b1fc8bfe21cb4

Also stop using the old config name (td-agent.conf)

Change-Id: Ied2736b891cd8c6dfcc509a8fd6b1fc8bfe21cb4
@jackhodgkiss jackhodgkiss requested a review from a team as a code owner January 2, 2025 12:14
@JohnGarbutt
Copy link
Member

Sounds like we need this to unblock config diff, this seems important.

Upstream discussion is on going here:
https://review.opendev.org/c/openstack/kolla-ansible/+/938389

(obviously, we need to add local config gen into kolla-ansible CI upstream)

Copy link

@assumptionsandg assumptionsandg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Alex-Welsh Alex-Welsh merged commit 842c45e into stackhpc/2024.1 Feb 7, 2025
3 checks passed
@Alex-Welsh Alex-Welsh deleted the fluentd-config-diff-fix branch February 7, 2025 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants