Comment 0 for bug 1778505

Revision history for this message
Bogdan Dobrelya (bogdando) wrote : Undercloud heat installer cannot rely on stack_action

Hiera always shows stack_action CREATE for undercloud heat installer. For consequent in-place redeploys as well, as we always create a new ephemeral stack and never update. Everything in puppet-triple relying on stack_action != CREATE is broken, therefore.

Discovered in the scope of https://bugs.launchpad.net/bugs/1777939 . In the result, I was not able to update the puppet's rabbitmq_user as the stack_action was never UPDATE.