Comment 2 for bug 2062079

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

Reviewed: https://review.opendev.org/c/starlingx/config/+/916019
Committed: https://opendev.org/starlingx/config/commit/2ede09a70a20ab904e48c245b7f6e09b2720d893
Submitter: "Zuul (22348)"
Branch: master

commit 2ede09a70a20ab904e48c245b7f6e09b2720d893
Author: Joao Victor Portal <email address hidden>
Date: Tue Apr 16 17:45:42 2024 -0300

    Export apiserver cluster IP to puppet var

    The Kubernetes API server cluster IP in not available for puppet
    manifests. This commit makes this information available at
    "platform::kubernetes::params::apiserver_cluster_ip".

    Test Plan:

    PASS: Successfully deploy an IPv4 AIO-SX and verify that the following
    line is present at file
    "/opt/platform/puppet/24.03/hieradata/system.yaml":
    "platform::kubernetes::params::apiserver_cluster_ip: 10.96.0.1".

    Partial-Bug: 2062079

    Change-Id: I1ef708ca519c25a4504c7a0ccd92db8fd46ddb3d
    Signed-off-by: Joao Victor Portal <email address hidden>