Comment 2 for bug 1831690

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

Reviewed: https://review.opendev.org/664277
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=df3b4b3c5724d0736227e3dc136dd6f797b02678
Submitter: Zuul
Branch: master

commit df3b4b3c5724d0736227e3dc136dd6f797b02678
Author: Jiri Stransky <email address hidden>
Date: Mon Jun 10 14:14:33 2019 +0200

    Configure insecure registries before Pacemaker-managed image pulls

    Service templates like mysql-pacemaker-puppet.yaml pull fresh
    container images in step 2 of the upgrade tasks. In case they come
    from an allowed insecure registry, the insecure registries setting
    must be in place by step 1. We do just that by reusing the "install
    and configure Podman" part of host_prep_tasks.

    Change-Id: I36e003c09d7f7768da475d166a20f01347a2934c
    Partial-Bug: #1831690