Skip to content

Draft: cico: use duffy for system reservation and returning

Vladimír Beneš requested to merge vb/custom_ec2 into main

We reserve machines one by one in an original manner. Either we see the error keyword (empty pool, exceeded quota, etc) or we see a session keyword with all we need (public hostname, and id). The id is used for the whole session return.

Yes, we have a public hostname again.

Edited by Vladimír Beneš

Merge request reports