Description of problem: I'm creating this bug here to record the concern while working on [1], so that we evaluate this and establish appropriate guideline/solution before we release 16.2 -> 17.1 upgrade. [1] https://review.opendev.org/c/openstack/tripleo-heat-templates/+/848699 In RHOSP16.2 and older releases we use removal_policies in heat resource group when removing a node from overcloud. The indexes which were already removed from the stack are not kept in deployment templates but stored in undercloud heat. However in RHOSP17 we use ephemeral heat instead, and the removal_plolicies is not persisted and is always populated from templates. This can cause a problem during upgrade, in case user upgrades RHOSP16 deployment which has a "intermediate" index removed. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Deploy RHOSP16 with 3 computes (compute-0, compute-1, compute-2) 2. Remove compute-1 3. Upgrade the deployment to RHOSP17 Actual results: TBD. This should be tested. Expected results: Node index should be kept and the deployment should have compute-0 and compute-2 after upgrade. Additional info:
Upon discussion of this among the team, we do not believe this would be an actual issue. As such, we're going to close this out as deferred as upgrade testing is expected to reveal issues.