From e839f9507917c5495e2114f3f620211eaa43e383 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Tue, 14 Sep 2021 22:21:22 +0200 Subject: [PATCH] cluster/kube/k0: add matrix and informatic personal ceph users Change-Id: Ied8d474709b8053e9fc339435d3ca1ca5fdfa710 --- cluster/kube/k0.libsonnet | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/cluster/kube/k0.libsonnet b/cluster/kube/k0.libsonnet index 6f245002..d2a54fc6 100644 --- a/cluster/kube/k0.libsonnet +++ b/cluster/kube/k0.libsonnet @@ -256,6 +256,16 @@ local rook = import "lib/rook.libsonnet"; displayName: "issues", }, }, + # matrix.hackerspace.pl media storage bucket + matrixWaw3: kube.CephObjectStoreUser("matrix") { + metadata+: { + namespace: "ceph-waw3", + }, + spec: { + store: "waw-hdd-redundant-3-object", + displayName: "matrix", + }, + }, # nuke@hackerspace.pl's personal storage. nukePersonalWaw3: kube.CephObjectStoreUser("nuke-personal") { @@ -319,6 +329,16 @@ local rook = import "lib/rook.libsonnet"; displayName: "cz3", }, }, + # informatic's personal user + informaticWaw3: kube.CephObjectStoreUser("informatic") { + metadata+: { + namespace: "ceph-waw3", + }, + spec: { + store: "waw-hdd-redundant-3-object", + displayName: "informatic", + }, + }, }, },