]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
docs: supported validation by the ceph-validate role
authorAndrew Schoen <aschoen@redhat.com>
Fri, 21 Sep 2018 14:54:43 +0000 (09:54 -0500)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Mon, 24 Sep 2018 14:53:58 +0000 (14:53 +0000)
List the osd_scenarios and install options that are validated by the
ceph-validate role in the documentation.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
docs/source/index.rst

index d6e7e3ae94c39d4f129c19ea3a41d0adc8a7c3dc..48f24664126d60dbf253bb329dc2613d4baf2fc3 100644 (file)
@@ -152,6 +152,26 @@ An example of a validation failure might look like:
         "changed": false
         }
 
+Supported Validation
+^^^^^^^^^^^^^^^^^^^^
+
+The ``ceph-validate`` role currently supports validation of the proper config for the following
+osd scenarios:
+
+- ``collocated``
+- ``non-collocated``
+- ``lvm``
+
+The following install options are also validated by the ``ceph-validate`` role:
+
+- ``ceph_origin`` set to ``distro``
+- ``ceph_origin`` set to ``repository``
+- ``ceph_origin`` set to ``local``
+- ``ceph_repository`` set to ``rhcs``
+- ``ceph_repository`` set to ``dev``
+- ``ceph_repository`` set to ``community``
+
+
 Installation methods
 --------------------