49d0721335
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
6 lines
240 B
YAML
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.
|