Comment 4 for bug 1837079

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

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

commit cbe96fb0da435aa9fa5b750ca4e9629f8bd9cabf
Author: David Sullivan <email address hidden>
Date: Tue Jul 16 16:21:56 2019 -0400

    Add customer-specified certificates for kubernetes

    We need the ability to update the Kubernetes ApiServer RootCA at
    ansible-bootstrap-time. This includes the ability of being able to
    specify the apiServerCertSANs such that user can specify additional
    DNS:<FQDN> and/or IP Records for the auto-generated
    apiServerCertificate.

    This change adds support for specifying the kubernetes certificates and
    apiserver certificate SANs in ansible.

    Depends-On: https://review.opendev.org/#/c/671559/
    Closes-Bug: 1837079
    Change-Id: I5528c8ddcdd3203dfdae8c63a944957d424e4158
    Signed-off-by: David Sullivan <email address hidden>