osuosl / ganeti_webmgr

Ganeti Web Manager is a Django based web application that allows administrators and clients access to their ganeti clusters. It includes a permissions and quota system that allows administrators to grant access to both clusters and virtual machines. It also includes user groups for structuring access to organizations.
https://code.osuosl.org/projects/ganeti-webmgr
GNU General Public License v2.0
64 stars 32 forks source link

docker-compose development environment #105

Closed ramereth closed 6 years ago

ramereth commented 6 years ago

This adjusts the development environment to use docker-compose which allows us to spin up a "fake" three node ganeti cluster with four instances "running". The clusters are setup using a fake hypervisor so it's not a complete replacement for developing against a real cluster, but it's as close as we can get.

This also provides updates for the following: