CCI-MOC / hil

Hardware Isolation Layer, formerly Hardware as a Service
Apache License 2.0
24 stars 54 forks source link

Support on-demand headnode network assignment #348

Open henn opened 9 years ago

henn commented 9 years ago

Pre-allocation (pre-creating all the bridges on the HaaS headnode host) is currently-supported and easier to reason about than on-demand creation, and allows HaaS to be run as an unprivileged user. But it also causes some limitations. For instance, because of this, headnodes can only be connected to networks with allocated VLANs. The bridges must also be pre-allocated again on each boot

henn commented 9 years ago

Would be solved by #347. Need to evaluate whether that's the only way we want to address this.