/openlava-web

Web interface for job information

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Openlava Web is a web interface to the Openlava scheduling system. Openlava Web provides both HTML and a RESTful API allowing users to view information on jobs, queues, hosts, and other components of the scheduling environment.

Openlava Web is written in Python and uses Django as the web framework and is licensed under the GNU Public License.

Users can perform actions such as killing, suspending and submitting new jobs to the cluster. Administrators can perform administrative tasks such as closing and opening hosts or queues. All actions can be done both via the web interface or programatically.

In addition to the web interface, there is a python library (olwclient) that can interact with the remote server and some example command line tools that demonstrate the remote job management capabilities.

You can view the online demo here. Please note, you will need to accept the self-signed certificate.

You can view the documentation here.