Comment 3 for bug 2058075

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oidc-auth-armada-app (master)

Reviewed: https://review.opendev.org/c/starlingx/oidc-auth-armada-app/+/913336
Committed: https://opendev.org/starlingx/oidc-auth-armada-app/commit/defdac3b1a8f1c1641d3deba782a2e72f062fa27
Submitter: "Zuul (22348)"
Branch: master

commit defdac3b1a8f1c1641d3deba782a2e72f062fa27
Author: Joao Victor Portal <email address hidden>
Date: Fri Mar 15 11:00:56 2024 -0300

    Add missing label to dex pods

    The podAntiAffinity rules of dex pods expect each dex pod to have the
    label "app: dex" to prevent more than one pod from being scheduled in
    the same node. However, this label was not present in dex pods. This
    commit fixes this.

    Test Plan:

    PASS: Successfully compile a new OIDC app tarball, upload it to a AIO-DX
    environment, test OIDC app functionality, restart the active controller
    network and verify that the dex pods never get scheduled to the same
    controller.

    Partial-Bug: 2058075

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