Sort ResourceGroup resource list
authorJames Slagle <jslagle@redhat.com>
Thu, 16 Feb 2017 21:19:23 +0000 (16:19 -0500)
committerJames Slagle <jslagle@redhat.com>
Fri, 17 Feb 2017 15:39:18 +0000 (10:39 -0500)
commitc5e5d21a61808f7c09b85a2750a905bb57b54be1
tree86175d01d0f92e74910a7bf93368a34427722c9a
parent71bac87cffcfc69f8b99babca39e34a9dc6e4588
Sort ResourceGroup resource list

We should sort the results by resource_name when listing resources in
the ResourceGroup stack in get-occ-config.sh, as the order is not
guaranteed. We want the order to always be numerical ascending by
resource_name (which are just integers starting at 0).

Change-Id: Iccef81e4dfd9586e0030f20bdde131d1a885eb19
Closes-Bug: #1665458
deployed-server/scripts/get-occ-config.sh