Comment 2 for bug 2040165

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

Reviewed: https://review.opendev.org/c/starlingx/openstack-armada-app/+/899047
Committed: https://opendev.org/starlingx/openstack-armada-app/commit/ff3bed6e774739e1079c633d50b71a2a7d1a2ef1
Submitter: "Zuul (22348)"
Branch: master

commit ff3bed6e774739e1079c633d50b71a2a7d1a2ef1
Author: Romulo Leite <email address hidden>
Date: Mon Oct 23 09:19:12 2023 -0300

    Split horizon helm-override file

    As a side-effect of the migration from the migration
    from helm v2 to v3 and Armada to FluxCD, the helm
    override of the horizon rbac policy was failing to
    apply this file because it was too large. By splitting
    this file and making two helm overrides the apply can
    finish successfully.

    Test plan:

    PASS: system helm-override-update stx-openstack horizon openstack --reuse-values --values=rbac/horizon-policy-overrides.yml
          system helm-override-update stx-openstack horizon openstack --reuse-values --values=rbac/horizon-nova-policy-overrides.yml
    PASS: Reapply the app and check the helm overrides succeed

    Closes bug: 2040165

    Change-Id: Ib1c82544cd1f2335554f740bc3fe733ce57370ab
    Signed-off-by: Romulo Leite <email address hidden>