Skip to content

executor/app: add enpoint to reserve/unreserve a port

Ana Guerrero requested to merge ana/valve-infra:api_reserve_unreserve into master

Before the endpoint, it was required to finish the support for reserve/unreserve ports:

Add the attribute reserved_port_ids to the class instance. Add new methods to reserve and unreserve a port. They will update both reserved_port_ids and the value reserved of every port.

Merge request reports