diff --git a/doc/source/draft-operations-guide/advanced-config.rst b/doc/source/draft-operations-guide/advanced-config.rst new file mode 100644 index 0000000000..dd522a5b7e --- /dev/null +++ b/doc/source/draft-operations-guide/advanced-config.rst @@ -0,0 +1,12 @@ +====================== +Advanced configuration +====================== + +This is a draft advanced configuration page for the proposed +OpenStack-Ansible operations guide. + +.. toctree:: + :maxdepth: 2 + + extending.rst + ops-tips.rst diff --git a/doc/source/draft-operations-guide/index.rst b/doc/source/draft-operations-guide/index.rst index 517b8e2733..6da4e3a30a 100644 --- a/doc/source/draft-operations-guide/index.rst +++ b/doc/source/draft-operations-guide/index.rst @@ -8,11 +8,9 @@ operations guide. .. toctree:: :maxdepth: 2 - ops-lxc-commands.rst - ops-add-computehost.rst - ops-remove-computehost.rst - ops-galera.rst - ops-tips.rst - ops-troubleshooting.rst - extending.rst - + openstack-operations.rst + maintenance-tasks.rst + monitor-environment.rst + troubleshooting.rst + advanced-config.rst + ref-info.rst diff --git a/doc/source/draft-operations-guide/maintenance-tasks.rst b/doc/source/draft-operations-guide/maintenance-tasks.rst new file mode 100644 index 0000000000..a5eae2546e --- /dev/null +++ b/doc/source/draft-operations-guide/maintenance-tasks.rst @@ -0,0 +1,13 @@ +================= +Maintenance tasks +================= + +This is a draft maintenance tasks page for the proposed OpenStack-Ansible +operations guide. + +.. toctree:: + :maxdepth: 2 + + ops-add-computehost.rst + ops-remove-computehost.rst + ops-galera.rst diff --git a/doc/source/draft-operations-guide/monitor-environment.rst b/doc/source/draft-operations-guide/monitor-environment.rst new file mode 100644 index 0000000000..3fd55fb55d --- /dev/null +++ b/doc/source/draft-operations-guide/monitor-environment.rst @@ -0,0 +1,6 @@ +=========================== +Monitoring your environment +=========================== + +This is a draft monitoring environment page for the proposed OpenStack-Ansible +operations guide. diff --git a/doc/source/draft-operations-guide/openstack-operations.rst b/doc/source/draft-operations-guide/openstack-operations.rst new file mode 100644 index 0000000000..4fea4340da --- /dev/null +++ b/doc/source/draft-operations-guide/openstack-operations.rst @@ -0,0 +1,11 @@ +==================== +OpenStack operations +==================== + +This is a draft OpenStack operations page for the proposed OpenStack-Ansible +operations guide. + +.. toctree:: + :maxdepth: 2 + + verify-deploy.rst diff --git a/doc/source/draft-operations-guide/ref-info.rst b/doc/source/draft-operations-guide/ref-info.rst new file mode 100644 index 0000000000..47dfe8d7ba --- /dev/null +++ b/doc/source/draft-operations-guide/ref-info.rst @@ -0,0 +1,11 @@ +===================== +Reference information +===================== + +This is a draft reference information page for the proposed OpenStack-Ansible +operations guide. + +.. toctree:: + :maxdepth: 2 + + ops-lxc-commands.rst diff --git a/doc/source/draft-operations-guide/troubleshooting.rst b/doc/source/draft-operations-guide/troubleshooting.rst new file mode 100644 index 0000000000..122803cd08 --- /dev/null +++ b/doc/source/draft-operations-guide/troubleshooting.rst @@ -0,0 +1,11 @@ +=============== +Troubleshooting +=============== + +This is a draft troubleshooting page for the proposed OpenStack-Ansible +operations guide. + +.. toctree:: + :maxdepth: 2 + + ops-troubleshooting.rst diff --git a/doc/source/draft-operations-guide/verify-deploy.rst b/doc/source/draft-operations-guide/verify-deploy.rst new file mode 100644 index 0000000000..ddcdb31134 --- /dev/null +++ b/doc/source/draft-operations-guide/verify-deploy.rst @@ -0,0 +1,6 @@ +=============================== +Verifying your cloud deployment +=============================== + +This is a draft cloud verification page for the proposed OpenStack-Ansible +operations guide.