Merge "get-occ-config.sh: fix handling multiple nodes in a role"
This commit is contained in:
commit
f178607234
@ -157,7 +157,7 @@ for role in $OVERCLOUD_ROLES; do
|
|||||||
ssh $SSH_OPTIONS -i $SUBNODES_SSH_KEY $host sudo systemctl enable os-collect-config
|
ssh $SSH_OPTIONS -i $SUBNODES_SSH_KEY $host sudo systemctl enable os-collect-config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
((i++))
|
let i+=1
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- When using get-occ-config.sh with a role using a count greater than 1, the
|
||||||
|
script will now configure all nodes that are of that role type instead of
|
||||||
|
exiting after only configuring the first.
|
Loading…
Reference in New Issue
Block a user