Will Foster
Results
142
comments of
Will Foster
This can be worked around by updating the `provisioned` boolean for `assignments` in Postgres for the affected assignment. ``` quads=# update assignments set provisioned = true where id = 54;...
It may originate here: https://github.com/redhat-performance/quads/blob/latest/src/quads/tools/validate_env.py#L300 with `assignment = quads.get_active_cloud_assignment(self.cloud)` in the `validate_env` method and then later here I think a newly added host that's been swapped in will lead to...