diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-18 16:49:46 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-18 16:49:46 +0100 |
commit | 7e637a070cd48e8a5c24ac5cbedc7ef72e60cfd4 (patch) | |
tree | de72b531b7c05159cd5d6e49fd078fa55c11359a | |
parent | 2c2efdc27684c1382a4949cff8fe06ee36c0f4c0 (diff) | |
download | infrastructure-7e637a070cd48e8a5c24ac5cbedc7ef72e60cfd4.tar.gz infrastructure-7e637a070cd48e8a5c24ac5cbedc7ef72e60cfd4.zip |
Add guichet in our readme
Signed-off-by: Quentin Dufour <quentin@deuxfleurs.fr>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ We try to build a generic abstraction stack between our different resources (CPU * **[garage](https://git.deuxfleurs.fr/Deuxfleurs/garage/):** object storage (we also have a legacy glusterfs cluster) * **[diplonat](https://git.deuxfleurs.fr/Deuxfleurs/diplonat):** network automation (firewalling, upnp igd) * **[bottin](https://git.deuxfleurs.fr/Deuxfleurs/bottin):** authentication and authorization (LDAP protocol, consul backend) + * **[guichet](https://git.deuxfleurs.fr/Deuxfleurs/guichet):** a dashboard for our users and administrators * **ansible:** physical node configuration * **nomad:** schedule containers and handle their lifecycle * **consul:** distributed key value store + lock + service discovery |