Comment 6 for bug 1850178

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

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

commit f8f6feb53a9e25d24a19a5d53e162692cc5fb984
Author: Angie Wang <email address hidden>
Date: Tue Oct 29 10:21:17 2019 -0400

    Refactor ansible parameter is_secure_registry

    This commit renames the parameter "is_secure_registry" to "secure"
    and updates it to be able to configure for each override-able public
    registry, not just relevant to "defaults" registry. The default value
    is still True.

    Tests conducted:
     - Error checks (invalid type/secure parameters)
     - bootstrap with different combination settings of secure parameter
       with cumulus registry, aws ecr
     - bootstrap with default values with public registry
     - replay

    Change-Id: Ic057a3707ec9517c75fecfdc2929a88bb413be53
    Depends-On: https://review.opendev.org/#/c/692434/
    Partial-Bug: 1850178
    Signed-off-by: Angie Wang <email address hidden>