Comment 4 for bug 1881353

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

Reviewed: https://review.opendev.org/732724
Committed: https://git.openstack.org/cgit/starlingx/stx-puppet/commit/?id=7f921608842190b41e31c1cbea805d2e45ae8436
Submitter: Zuul
Branch: master

commit 7f921608842190b41e31c1cbea805d2e45ae8436
Author: Robert Church <email address hidden>
Date: Mon Jun 1 20:27:25 2020 -0400

    Update containerd registry.local configuration

    As part of bootstrap, k8s.gcr.io/pause:3.2 is pulled via crictl from
    registry.local with explicitly provided credentials. If this image is
    manually removed or removed due to garbage collection, containerd is
    unable to pull it from registry.local.

    Provide a complete registry.local configuration by:
     - Completing the configuration values for the TLS configuration.
     - Adding the auth setting for the auth configuration.

    Change-Id: I3214f68ef0b38d7267428f8a21b34ffc681e1f85
    Partial-Bug: #1881353
    Signed-off-by: Robert Church <email address hidden>