From cd99ebe55c306553d926f1b6f1fdc030670ba6e3 Mon Sep 17 00:00:00 2001 From: Jason Anderson Date: Wed, 19 Feb 2020 11:32:31 -0600 Subject: [PATCH] Update docs to say that external Ceph required There is no longer support for provisioning Ceph in Kolla Ansible, so we should no longer say that it's only sometimes necessary to create the cluster/pools/keyrings externally. Change-Id: Ia3026cfeebfb8258b79490f9facc341c928845f9 --- .../reference/storage/external-ceph-guide.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/source/reference/storage/external-ceph-guide.rst b/doc/source/reference/storage/external-ceph-guide.rst index 1b34e2bfb2..b90a66e46f 100644 --- a/doc/source/reference/storage/external-ceph-guide.rst +++ b/doc/source/reference/storage/external-ceph-guide.rst @@ -4,9 +4,16 @@ External Ceph ============= -Sometimes it is necessary to connect OpenStack services to an existing Ceph -cluster instead of deploying it with Kolla. This can be achieved with only a -few configuration steps in Kolla. +Kolla Ansible does not provide support for provisioning and configuring a +Ceph cluster directly. Instead, administrators should use a tool dedicated +to this purpose, such as: + +* `ceph-ansible `_ +* `ceph-deploy `_ +* `cephadm `_ + +The desired pool(s) and keyrings should then be created via the Ceph CLI +or similar. Requirements ~~~~~~~~~~~~