From 94188f32494efc1af76f92e9325408ffd68d1c51 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 14 Jun 2025 21:48:18 -0400 Subject: [PATCH] organizando ceph y empezando a crear object storage --- manifest/04-ceph/{ => base}/cluster.yaml | 0 manifest/04-ceph/{ => base}/common.yaml | 0 manifest/04-ceph/{ => base}/crds.yaml | 0 manifest/04-ceph/{ => base}/ingress.yml | 0 manifest/04-ceph/{ => base}/operator.yaml | 0 manifest/04-ceph/{ => storage}/blockstorage.yaml | 0 manifest/04-ceph/{ => storage}/filesystem.yaml | 0 manifest/04-ceph/{ => storage}/storageclass.yaml | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename manifest/04-ceph/{ => base}/cluster.yaml (100%) rename manifest/04-ceph/{ => base}/common.yaml (100%) rename manifest/04-ceph/{ => base}/crds.yaml (100%) rename manifest/04-ceph/{ => base}/ingress.yml (100%) rename manifest/04-ceph/{ => base}/operator.yaml (100%) rename manifest/04-ceph/{ => storage}/blockstorage.yaml (100%) rename manifest/04-ceph/{ => storage}/filesystem.yaml (100%) rename manifest/04-ceph/{ => storage}/storageclass.yaml (100%) diff --git a/manifest/04-ceph/cluster.yaml b/manifest/04-ceph/base/cluster.yaml similarity index 100% rename from manifest/04-ceph/cluster.yaml rename to manifest/04-ceph/base/cluster.yaml diff --git a/manifest/04-ceph/common.yaml b/manifest/04-ceph/base/common.yaml similarity index 100% rename from manifest/04-ceph/common.yaml rename to manifest/04-ceph/base/common.yaml diff --git a/manifest/04-ceph/crds.yaml b/manifest/04-ceph/base/crds.yaml similarity index 100% rename from manifest/04-ceph/crds.yaml rename to manifest/04-ceph/base/crds.yaml diff --git a/manifest/04-ceph/ingress.yml b/manifest/04-ceph/base/ingress.yml similarity index 100% rename from manifest/04-ceph/ingress.yml rename to manifest/04-ceph/base/ingress.yml diff --git a/manifest/04-ceph/operator.yaml b/manifest/04-ceph/base/operator.yaml similarity index 100% rename from manifest/04-ceph/operator.yaml rename to manifest/04-ceph/base/operator.yaml diff --git a/manifest/04-ceph/blockstorage.yaml b/manifest/04-ceph/storage/blockstorage.yaml similarity index 100% rename from manifest/04-ceph/blockstorage.yaml rename to manifest/04-ceph/storage/blockstorage.yaml diff --git a/manifest/04-ceph/filesystem.yaml b/manifest/04-ceph/storage/filesystem.yaml similarity index 100% rename from manifest/04-ceph/filesystem.yaml rename to manifest/04-ceph/storage/filesystem.yaml diff --git a/manifest/04-ceph/storageclass.yaml b/manifest/04-ceph/storage/storageclass.yaml similarity index 100% rename from manifest/04-ceph/storageclass.yaml rename to manifest/04-ceph/storage/storageclass.yaml