edgexr / edge-cloud-platform

Apache License 2.0
1 stars 0 forks source link

Heat stack failed to update on cluster scale up #331

Closed levshvarts closed 3 months ago

levshvarts commented 3 months ago

When a customer tried to update cluster to bump up number of worker nodes, the update failed with the following error:

Encountered failures: update failed: error udpating heat stack: berlin-main-ts-cluster-lab5gbrawo-heat.yaml -- ERROR: The specified reference "mex-k8s-master-berlin-main-ts-cluster-lab5gbrawo-shared-volume" (in mex-k8s-master-berlin-main-ts-cluster-lab5gbrawo.Properties.block_device_mapping[0].volume_id) is incorrect. , exit status 1

It looks like crm didn't merge the old heat stack and the new one upon generation.

levshvarts commented 3 months ago

Fixed.