Comment 8 for bug 1887392

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

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

commit 4c88426af0c18b0a222dd2dd31f36de89205ec2e
Author: Jerry Sun <email address hidden>
Date: Tue Aug 18 15:06:06 2020 -0400

    Update containerd config with registry.central cert

    Registry.central's certificate is not in the containerd config file.
    This causes failures when deploying kubernetes pods that uses images
    from registry.central in a distributed cloud deployment.
    Registry.central's certificate could be self signed. This commit
    updates the config file during ansible bootstrap.

    Depends-On: https://review.opendev.org/#/c/743400/
    Partial-bug: 1887392

    Change-Id: Id641e932f6f752339b318b3fd3e1360c4d278f00
    Signed-off-by: Jerry Sun <email address hidden>