Comment 5 for bug 1882460

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/ussuri)

Reviewed: https://review.opendev.org/736300
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=6f1bd3e35b46b8c4feb179e697348a5a0efd1549
Submitter: Zuul
Branch: stable/ussuri

commit 6f1bd3e35b46b8c4feb179e697348a5a0efd1549
Author: Radosław Piliszek <email address hidden>
Date: Mon Jun 15 10:41:57 2020 +0200

    Fix issues with Prometheus config generation

    related to newly introduced merge mechanism.
    1) Per-host overrides cannot be run_once.
    2) Since merge_yaml is silent about missing files, it ignored
       the fact that no proper file was given due to wrong variable
       being referenced (see the closed bug).

    Change-Id: I6db4af4c6e3364838bdae510f300038b0c1560b0
    Closes-Bug: #1882460
    (cherry picked from commit d86f8ab9fe4b68a4b6407740aab064f13cd9ee4c)