python-tripleoclient/tripleoclient/tests/v1
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
..
baremetal Update client to create archive and use tripleo-common 2021-01-20 09:43:52 -06:00
overcloud_backup Support remove and revert actions 2022-09-23 07:30:48 +00:00
overcloud_config Remove overcloud config download command 2022-06-28 15:05:09 +02:00
overcloud_deploy Merge "Make --deployed-server the default" into stable/wallaby 2023-01-10 12:24:35 +00:00
overcloud_external_update Patch ensure_run_as_normal_user() in unit tests 2022-07-26 10:37:47 +00:00
overcloud_external_upgrade Drop six 2022-04-13 12:58:43 +10:00
overcloud_image Don't install weak dependencies in overcloud image build 2023-02-20 15:24:26 +13:00
overcloud_netenv_validate Fix network environment validation 2021-05-06 21:17:26 -04:00
overcloud_node ExtractProvisionedNode - include removed_rsrc 2023-09-22 21:04:28 +02:00
overcloud_restore bnr - overcloud restore - Handle correctly the ~ on the path 2022-05-27 09:31:47 +00:00
overcloud_roles Additional resource cleanup 2019-08-02 12:34:42 -06:00
overcloud_update Drop six 2022-04-13 12:58:43 +10:00
overcloud_upgrade Merge "Refactor deploy validations for ephemeral heat" into stable/wallaby 2022-07-01 07:26:11 +00:00
tripleo Set owner/permissions on ~/.tripleo for tripleo deploy 2022-06-27 08:50:19 -04:00
undercloud Drop six 2022-04-13 12:58:43 +10:00
__init__.py Rename rdomanager_oscplugin to tripleoclient 2015-09-08 10:22:22 -04:00
test_container_image.py Add handling for no -e param in CIP 2023-02-13 00:03:26 +00:00
test_overcloud_admin.py Fix overcloud admin authorize 2021-10-23 11:26:33 +10:00
test_overcloud_bios.py Update client to create archive and use tripleo-common 2021-01-20 09:43:52 -06:00
test_overcloud_cell.py Fix overcloud cell export paths 2022-10-25 22:24:05 +01:00
test_overcloud_export_ceph.py Drop six 2022-04-13 12:58:43 +10:00
test_overcloud_export.py Remove Heat API dependency for overcloud export 2022-04-22 09:01:56 -04:00
test_overcloud_parameters.py Drop six 2022-04-13 12:58:43 +10:00
test_overcloud_profiles.py Report node availability from "overcloud profiles list" 2017-09-10 22:37:03 +02:00
test_overcloud_raid.py Update client to create archive and use tripleo-common 2021-01-20 09:43:52 -06:00
test_plugin.py Client code to do node import with ansible instead of mistral 2020-03-10 09:18:49 -05:00
test_tripleo_validator.py Exposes the community validation init command 2022-01-21 08:54:11 +01:00