python-tripleoclient/tripleoclient/tests
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
2023-09-22 21:04:28 +02:00
..
config Drop minion 2021-10-14 13:50:50 +05:30
fixture_data Remove cyclic import between export and utils 2021-07-29 13:52:57 +00:00
v1 ExtractProvisionedNode - include removed_rsrc 2023-09-22 21:04:28 +02:00
v2 Deployed Ceph time synchronization 2023-04-04 02:55:56 -04:00
workflows Merge "get_overcloud_hosts() should not return a list with empty strings" into stable/wallaby 2022-10-01 04:57:32 +00:00
__init__.py Rename rdomanager_oscplugin to tripleoclient 2015-09-08 10:22:22 -04:00
base.py Save DefaultPasswords values for undercloud deploy 2017-04-26 20:38:00 +01:00
fakes.py Move get_ctlplane_attrs to utils 2022-03-08 10:44:26 +01:00
test_export.py Handle nested inventory groups in export_storage_ips 2023-07-26 18:49:37 +01:00
test_heat_launcher.py Use hostNetwork for ephemeral heat pod 2022-09-26 15:39:20 +05:30
test_overcloud_credentials.py Update overcloud credentials to use ephemeral Heat 2022-04-22 07:40:51 -04:00
test_plugin.py Update client to create archive and use tripleo-common 2021-01-20 09:43:52 -06:00
test_utils.py Make ~/.tripleo/history owned by the correct user 2023-01-05 04:21:01 +00:00