tripleo-heat-templates/releasenotes/notes/convert-resource-name-to-number-80ada6c825554f56.yaml
James Slagle e508323f6b Convert resource_name to number
When sorting by resource_name, first convert it to a number so that
it's sorted correctly. Otherwise, deployments with > 10 nodes could
configure nodes out of order.

Change-Id: I604428dacd63140f4e89b45c55f7eb859df27fe7
Closes-Bug: #1768158
(cherry picked from commit 49d0721335)
2018-05-24 17:22:38 +00:00

6 lines
240 B
YAML

---
fixes:
- Previously, get-occ-config.sh could configure nodes out of order when
deploying with more than 10 nodes. The script has been updated to properly
sort the node resource names by first converting the names to a number.