Comment 3 for bug 1882460

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

Reviewed: https://review.opendev.org/735529
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=d86f8ab9fe4b68a4b6407740aab064f13cd9ee4c
Submitter: Zuul
Branch: master

commit d86f8ab9fe4b68a4b6407740aab064f13cd9ee4c
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