Skip to content

Commit 627a195

Browse files
committed
added information ceph object storage
1 parent 49e152e commit 627a195

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

source/installguide/configuration.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ follow these procedures:
4747

4848
#. Add secondary storage to the zone. See :ref:`add-secondary-storage`.
4949

50+
#. Add Object Storage to the zone. See :ref:`add-object-storage`.
51+
5052
#. Register Templates to the zone. See :ref:`register-templates`.
5153

5254
#. 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
17431745
- Provider. Choose provider and then fill in the related
17441746
fields which appear. The fields will vary depending on the object storage
17451747
provider; for more information, consult the provider's
1746-
documentation (such as the MinIO website).
1748+
documentation. Currently supported providers are MiniO, Ceph and CloudianHyperStore.
17471749

17481750
- URL: API endpoint of the object storage server
17491751

17501752
- Access key: Credentials with access to admin API of the object storage server
17511753

17521754
- Secret key: Credentials with access to admin API of the object storage server
1755+
1756+
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.
17531757

17541758
|AddObjectStore.png: Add Object Storage|
17551759

17561760
See https://min.io/docs/minio/linux/index.html for MinIO Documentation
1757-
1761+
See https://docs.ceph.com/en/latest/radosgw/admin/ for Ceph Object Storage Documentation
1762+
See https://cloudian.com/support/documentation/ for Cloudian HyperStore Documentation
17581763

17591764
.. _register-templates:
17601765

0 commit comments

Comments
 (0)