diff options
author | Daniel Clavijo Coca <dclavijo@opennebula.io> | 2023-12-15 16:54:02 +0100 |
---|---|---|
committer | Zac Dover <zac.dover@proton.me> | 2023-12-17 23:04:32 +0100 |
commit | ee2ee31d3f72a2ee63f9d28bbaf6045657f43ee6 (patch) | |
tree | 8f952958ace5addbe005d53e2b01715e1622c58d /doc/install/index.rst | |
parent | Merge pull request #52474 from vedanshbhartia/coverity_1515850 (diff) | |
download | ceph-ee2ee31d3f72a2ee63f9d28bbaf6045657f43ee6.tar.xz ceph-ee2ee31d3f72a2ee63f9d28bbaf6045657f43ee6.zip |
docs: Add information about OpenNebula integration
- Exclude doc build output from git
- Fix missing doc build dependency
- Also includes some involuntary automatically persistent linting by vscode
Co-authored-by: Ilya Dryomov <idryomov@redhat.com>
Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Co-authored-by: Zac Dover <zac.dover@proton.me>
Signed-off-by: Daniel Clavijo <dclavijo@opennebula.io>
Diffstat (limited to 'doc/install/index.rst')
-rw-r--r-- | doc/install/index.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/install/index.rst b/doc/install/index.rst index d8e9ca3a63e..82585edd8b8 100644 --- a/doc/install/index.rst +++ b/doc/install/index.rst @@ -4,13 +4,13 @@ Installing Ceph =============== -There are multiple ways to install Ceph. +There are multiple ways to install Ceph. Recommended methods ~~~~~~~~~~~~~~~~~~~ :ref:`Cephadm <cephadm_deploying_new_cluster>` is a tool that can be used to -install and manage a Ceph cluster. +install and manage a Ceph cluster. * cephadm supports only Octopus and newer releases. * cephadm is fully integrated with the orchestration API and fully supports the @@ -59,6 +59,8 @@ tool that can be used to quickly deploy clusters. It is deprecated. `github.com/openstack/puppet-ceph <https://github.com/openstack/puppet-ceph>`_ installs Ceph via Puppet. +`OpenNebula HCI clusters <https://docs.opennebula.io/stable/provision_clusters/hci_clusters/overview.html>`_ deploys Ceph on various cloud platforms. + Ceph can also be :ref:`installed manually <install-manual>`. |