From 77f184a612864968ad460a09dcd374232402cc21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Wed, 27 Jan 2021 12:01:55 -0500 Subject: [PATCH] add ganeti GUIs --- howto/ganeti.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/howto/ganeti.md b/howto/ganeti.md index 3cb08ac2..d482b9a9 100644 --- a/howto/ganeti.md +++ b/howto/ganeti.md @@ -1728,3 +1728,22 @@ are available in the [Tor VM hosts.xlsx](https://nc.torproject.net/apps/onlyoffi Note that the instance install is possible also [through FAI, see the Ganeti wiki for examples](https://github.com/ganeti/ganeti/wiki/System-template-with-FAI). + +There are GUIs for Ganeti that we are not using, but could, if we want +to grant more users access: + + * [Ganeti Web manager](https://ganeti-webmgr.readthedocs.io/) is a + "Django based web frontend for managing Ganeti virtualization + clusters. Since Ganeti only provides a command-line interface, + Ganeti Web Manager’s goal is to provide a user friendly web + interface to Ganeti via Ganeti’s Remote API. On top of Ganeti it + provides a permission system for managing access to clusters and + virtual machines, an in browser VNC console, and vm state and + resource visualizations" + * [Synnefo](https://www.synnefo.org/) is a "complete open source + cloud stack written in Python that provides Compute, Network, + Image, Volume and Storage services, similar to the ones offered by + AWS. Synnefo manages multiple Ganeti clusters at the backend for + handling of low-level VM operations and uses Archipelago to unify + cloud storage. To boost 3rd-party compatibility, Synnefo exposes + the OpenStack APIs to users." -- GitLab