Comment 5 for bug 1881353

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

Reviewed: https://review.opendev.org/732726
Committed: https://git.openstack.org/cgit/starlingx/ansible-playbooks/commit/?id=f6b33a95d97e7314c1f817fef62ea94c3c6f9d73
Submitter: Zuul
Branch: master

commit f6b33a95d97e7314c1f817fef62ea94c3c6f9d73
Author: Robert Church <email address hidden>
Date: Mon Jun 1 21:36:38 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.

    Lookup the registry credentials so that they can be applied to the
    registry.local auth configuration in containerd's config.toml. This will
    allow containerd pull access when needed.

    Change-Id: Ie29a797a09879d7dff28356a2335980ab6c49bed
    Depends-On: https://review.opendev.org/#/c/732724/
    Closes-Bug: #1881353
    Signed-off-by: Robert Church <email address hidden>