Comment 14 for bug 1949033

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/816244
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/3e330da2c5d6f4f07b402e358adb3cbdbb504d79
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 3e330da2c5d6f4f07b402e358adb3cbdbb504d79
Author: Francesco Pantano <email address hidden>
Date: Thu Oct 28 09:28:33 2021 +0200

    Fix set_fact on the CephMgrAnsibleVars

    The purpose of this patch is react on the issue generated by [1],
    where an empty dict sect_fact is not allowed for ansible >= 2.11.
    For this reason, we're going to always set those variables and
    defer to the ansible layer the evaluation of the DashboardEnabled
    condition.

    [1] https://github.com/ansible/ansible/pull/73684

    Closes-Bug: #1949033
    Change-Id: I4ab2d20df22bdc9b140019f90d1370ef17f09294
    (cherry picked from commit b3863568ad75a3845389677b08a0d756e3c6e0b5)