Comment 9 for bug 1881353

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

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

commit 048a95bf156a66eced3fb1f4f308acdfb5929229
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: I52529bb42cda64612a1c202b250db9135241ccc0
    Partial-Bug: #1881353
    Signed-off-by: Robert Church <email address hidden>