Wiki

Clone wiki

go-docker / Admintutorial

Configuration

All configuration is done in go-d.ini file, general configuration and logging configuration.

Web interface

godocker web interface provides an admin panel with processes status as well as a dashboard with interactive charts to visualize current or past jobs, with filtering on date, users or images.

A maintenance status is available. During maintenance, users cannot submit new jobs but they can access the web interface to see the status of their jobs. Running jobs are not impacted. Administrator can switch maintenance status to on/off at any time.

Processes start/stop

Each process go-d-scheduler.py and go-d-watcher.py can be started with the start / stop options. The run command will start the process in foreground (not as a daemon). A status command gives the timestamp of the last update of the process.

Warning: with Mesos, stopping the scheduler will kill running jobs, the watcher has no impact on processes.

Updated