Harald Jensås
f3599d0663
ExtractProvisionedNode - include removed_rsrc
Get the removed_rsrc_list for each ResourceGroup in the stack. When building the instances list, add entries with 'provisioned': false if the current index is in removed_rsrc_list and no replacement using the same hostname exist. We no longer sort entries from AnsibleHostVarsMap, I think sorting might actually be problematic in a corner case where HostnameMap was used to give nodes non-sort friendly names like: overcloud-controller-0: non overcloud-controller-1: sort overcloud-controller-2: friendly Sorting ^^ would result: overcloud-controller-0: friendly overcloud-controller-1: non overcloud-controller-2: sort Resolves: RHBZ#2238349 Change-Id: I30d5ac4921af584b2a234880aafa20bbcaea052d
About tripleoclient
General information
tripleoclient is an OpenStackClient (OSC) plugin implementation that implements commands useful for TripleO and the install and management of both an undercloud and an overcloud.
See the TripleO Documentation for details on using tripleoclient.
See the Release Notes
Team and repository tags
Description