Comment 0 for bug 1990398

Revision history for this message
Thales Elero Cervi (tcervi) wrote :

Brief Description
-----------------
During the initial stx-openstack fluxcd application tests it was noticed that the placement helmrelease is failing to render properly, breaking the apply procedure.

This happens because the openstack-helm version used by openstack-armada-app is an earlier commit SHA that did not have all placement jobs helm-hooks correctly configured. openstack-helm main branch already have those updates, so that could needs to be patched on openstack-armada-app for now.

Severity
--------
Minor: Application apply always fails. stx-openstack fluxcd app stills in development phase though.

Steps to Reproduce
------------------
* Build the partial "storage" stx-openstack fluxcd app (https://review.opendev.org/c/starlingx/openstack-armada-app/+/848189/)
* Upload stx-openstack with: system application-upload
* Apply stx-openstack with: system application-apply

Expected Behavior
------------------
stx-openstack (initial) fluxcd application is successfully applied.

Actual Behavior
----------------
stx-openstack (initial) fluxcd application fails to apply.

Reproducibility
---------------
Reproducible

System Configuration
--------------------
N/A

Branch/Pull Time/Commit
-----------------------
master + https://review.opendev.org/c/starlingx/openstack-armada-app/+/848189/

Last Pass
---------
N/A

Timestamp/Logs
--------------
N/A

Test Activity
-------------
Developer Testing

Workaround
----------
None