From: Alfredo Deza Date: Thu, 6 Apr 2017 17:10:54 +0000 (-0400) Subject: docs: the master doc is the glossary file X-Git-Tag: v2.2.0~6^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=20210c35de517b6c012997f8896758b5c398219a;p=ceph-ansible.git docs: the master doc is the glossary file Signed-off-by: Alfredo Deza --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 5615f851f..ffefed115 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -42,7 +42,7 @@ templates_path = ['_templates'] source_suffix = '.rst' # The master toctree document. -master_doc = 'index' +master_doc = 'glossary' # General information about the project. project = u'ceph-ansible' diff --git a/docs/source/testing.rst b/docs/source/testing.rst deleted file mode 100644 index 93ddfc3ae..000000000 --- a/docs/source/testing.rst +++ /dev/null @@ -1,33 +0,0 @@ - -.. _testing: - -Testing -======= -ceph-ansible has the ability to test different scenarios (collocated journals -or dmcrypt OSDs for example) in an isolated, repeatable, and easy way. - -These tests can run locally with VirtualBox or via libvirt if available, which -removes the need to solely rely on a CI system like Jenkins to verify -a behavior. - -* **Getting started:** - :doc:`Running a Test Scenario ` | - :ref:`dependencies` - -* **Configuration and structure:** - :ref:`layout` | - :ref:`test_files` | - :ref:`scenario_files` | - :ref:`scenario_wiring` - -* **Adding or modifying tests:** - :ref:`test_conventions` | - :ref:`testinfra` | - -* **Adding or modifying a scenario:** - :ref:`scenario_conventions` | - :ref:`scenario_environment_configuration` | - :ref:`scneario_ansible_configuration` | - -* **Custom/development repositories and packages:** - :ref:`tox_environment_variables` | diff --git a/docs/source/testing/index.rst b/docs/source/testing/index.rst new file mode 100644 index 000000000..93ddfc3ae --- /dev/null +++ b/docs/source/testing/index.rst @@ -0,0 +1,33 @@ + +.. _testing: + +Testing +======= +ceph-ansible has the ability to test different scenarios (collocated journals +or dmcrypt OSDs for example) in an isolated, repeatable, and easy way. + +These tests can run locally with VirtualBox or via libvirt if available, which +removes the need to solely rely on a CI system like Jenkins to verify +a behavior. + +* **Getting started:** + :doc:`Running a Test Scenario ` | + :ref:`dependencies` + +* **Configuration and structure:** + :ref:`layout` | + :ref:`test_files` | + :ref:`scenario_files` | + :ref:`scenario_wiring` + +* **Adding or modifying tests:** + :ref:`test_conventions` | + :ref:`testinfra` | + +* **Adding or modifying a scenario:** + :ref:`scenario_conventions` | + :ref:`scenario_environment_configuration` | + :ref:`scneario_ansible_configuration` | + +* **Custom/development repositories and packages:** + :ref:`tox_environment_variables` |