CCI-MOC / esi

Elastic Secure Infrastructure project
6 stars 12 forks source link

Update ESI UI to allow tenant users to control their node networking #575

Closed tzumainn closed 3 weeks ago

tzumainn commented 1 month ago

Tenant users should be able to attach and detach networks from nodes. Let's leave trunks for another time, but allowing them to select a network or a port makes sense.

ajamias commented 1 month ago

I think that a good thing to do before updating the UI is to move the logic from python-esiclient's node network attach and detach to esisdk. And then both the UI and python-esiclient can call from esisdk

ajamias commented 1 month ago

Still gotta update the UI to use the changes in esisdk