From 627a1954b376f07b925088a2cf48c75ffbd325b5 Mon Sep 17 00:00:00 2001 From: Kiran Chavala Date: Fri, 27 Feb 2026 15:03:20 +0530 Subject: [PATCH] added information ceph object storage --- source/installguide/configuration.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/installguide/configuration.rst b/source/installguide/configuration.rst index bdfbb77a02..13dc4098b7 100644 --- a/source/installguide/configuration.rst +++ b/source/installguide/configuration.rst @@ -47,6 +47,8 @@ follow these procedures: #. Add secondary storage to the zone. See :ref:`add-secondary-storage`. +#. Add Object Storage to the zone. See :ref:`add-object-storage`. + #. Register Templates to the zone. See :ref:`register-templates`. #. Initialize and test the new cloud. See :ref:`initialize-and-test`. @@ -1743,18 +1745,21 @@ You can add object storage pools at any time to add more capacity or providers - Provider. Choose provider and then fill in the related fields which appear. The fields will vary depending on the object storage provider; for more information, consult the provider's - documentation (such as the MinIO website). + documentation. Currently supported providers are MiniO, Ceph and CloudianHyperStore. - URL: API endpoint of the object storage server - Access key: Credentials with access to admin API of the object storage server - Secret key: Credentials with access to admin API of the object storage server + + In case of ceph make sure the user is a system user and has the necessary permissions to access the ceph pool specified in the url field. |AddObjectStore.png: Add Object Storage| See https://min.io/docs/minio/linux/index.html for MinIO Documentation - +See https://docs.ceph.com/en/latest/radosgw/admin/ for Ceph Object Storage Documentation +See https://cloudian.com/support/documentation/ for Cloudian HyperStore Documentation .. _register-templates: