neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

fix: empty the success hosts and correctly set missing_reqs #254

Closed Tiboris closed 1 year ago

Tiboris commented 1 year ago

Since I have coded a regression when trying to re-provision mrack is not setting variables for another loop correctly error_hosts is updated correctly but when keeping success_hosts not changed to empty list it creates a illusion of hosts which were deleted because of re-provisioning strategy that they are still up and running.