Jeremy Grossmann
Jeremy Grossmann
Indeed a good idea, thanks :)
This has been partially implement by https://github.com/GNS3/gns3-gui/issues/2500
I think now you should use pip: `python3 -m pip install ` Alternatively, you could install from VCS, something like `python3 -m pip install -e git+https://github.com/GNS3/gns3-server`
@jean-christophe-manciot maybe something like `python3 -m pip install . --install-option='--prefix='`? (untested)
@jean-christophe-manciot let us know if you find an alternative.
I will leave it as it is for now. Most likely going to update for Ubuntu 20.04. Thanks :+1:
I agree, we already have an issue opened for this: https://github.com/GNS3/gns3-server/issues/1500 The only hard part is to make sure images are on the configured computes.
Related issue: https://github.com/GNS3/gns3-server/issues/1553
Template can be used across all computes on the back-end. Now we need to implement the possibility to change computes on GUI side.
I think we could implement a "statistics" API call that returns all that information.