gc3-uzh-ch / elasticluster-web

Web interface for elasticluster
GNU General Public License v3.0
2 stars 1 forks source link

Dashboard #2

Open nicolasbaer opened 11 years ago

nicolasbaer commented 11 years ago

The following points have to show up on the start page:

riccardomurri commented 11 years ago

(Nicolas Baer, Tue, Sep 24, 2013 at 01:05:03PM -0700:)

The following points have to show up on the start page:

  • list of running clusters * button to stop cluster * button to grow cluster

I'd add first:

* button to ssh into the cluster * button to view the cluster "status details" (e.g., we could link/iframe a Ganglia report)

Growing/resizing could be implemented as a separate slider.

riccardomurri commented 11 years ago

You might want to have a look at the VM-MAD webapp:

https://code.google.com/p/vm-mad/source/browse/trunk#trunk%2Fvmmad%2Fwebapp

It's now Flask-based, but a previous version of the code was based on Django. Anyway, it should be trivial to re-use the templates if needed.