neoave / mrack

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

fix(Beaker): handle Fault exception when contacting hub #138

Closed Tiboris closed 3 years ago

Tiboris commented 3 years ago

Beaker provider may fail with throwing an Fault exception when contacting beaker hub while creating requests. We parse this exception string and behave as we can not provision by creating fault beaker host object.

resolves: https://github.com/neoave/mrack/issues/123

Signed-off-by: Tibor Dudlák tdudlak@redhat.com

Tiboris commented 3 years ago

Commit fixing premature failure (fix(Beaker): delete_host handle premature deletion) without having proper host object from https://github.com/neoave/mrack/pull/137 will be needed to gracefully handle error.