From 353d698867ae12a075aef8874444254753621a35 Mon Sep 17 00:00:00 2001 From: Marcus Klein Date: Fri, 2 Oct 2020 16:03:27 +0200 Subject: [PATCH] Add link to configuration example for Ceph configuration from files. Depends-On: I6093b4ae5da370affcae5f19b973d70f176795bb Change-Id: Id47ea2239176184b6e518c23ad32c572de3a05bb --- doc/source/user/ceph/full-deploy.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/user/ceph/full-deploy.rst b/doc/source/user/ceph/full-deploy.rst index 6a30e47abe..e02629b7ed 100644 --- a/doc/source/user/ceph/full-deploy.rst +++ b/doc/source/user/ceph/full-deploy.rst @@ -32,7 +32,8 @@ OpenStack-Ansible allows `Ceph storage `_ cluster integration in two ways: * connecting to your own ceph cluster by pointing to its information - in ``user_variables.yml`` + in ``user_variables.yml``. This is described + `here `_. * deploying a ceph cluster by using the roles maintained by the `Ceph-Ansible`_ project. Deployers can enable the ``ceph-install`` playbook by adding hosts to the ``ceph-mon_hosts``, ``ceph-osd_hosts`` and