Add support for reserved ports
Add support for reserved ports. It's only possible to list the reserved ports in mars_db.yml
for example:
pdus:
VPDU:
driver: vpdu
config:
hostname: localhost:9191
reserved:
- '13'
- '15'
The dashboard has been also updated to show the reserved ports.
do we want the possibility of un/marking the port as reserved directly in the dashboard ? or in the future in an information window for ports/machines?
This is work in progress, I haven't updated yet the tests!
Edited by Ana Guerrero