tripleo-heat-templates/releasenotes/notes/convert-resource-name-to-number-80ada6c825554f56.yaml
James Slagle 49d0721335 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
2018-04-30 20:07:00 -04: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.