diff --git a/doc/source/index.rst b/doc/source/index.rst index 30a1cd4678..d469e8a6ad 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -77,6 +77,14 @@ Admin Guide admin/index +Installation Guide +================== +.. toctree:: + :maxdepth: 1 + + install/index + + Work In Progress ================ @@ -86,4 +94,3 @@ Work In Progress admin/troubleshooting-guide.rst userguide.rst admin/configuring.rst - install-guide-from-source.rst diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst new file mode 100644 index 0000000000..82fd44e600 --- /dev/null +++ b/doc/source/install/index.rst @@ -0,0 +1,19 @@ +========================= +Magnum Installation Guide +========================= + +The Container Infrastructure Management service is a collection of components +that provides support to manage different container orchestration engines(COE) +like Kubernetes, Mesos and Swarm. + +This chapter assumes a working setup of OpenStack following the +`OpenStack Installation Guides `_. +It is recommended to follow the `Container Infrastructure Management Service +`_ +section from the OpenStack Installation Tutorials. This chapter contains the +following sections: + +.. toctree:: + :maxdepth: 1 + + install-guide-from-source diff --git a/doc/source/install-guide-from-source.rst b/doc/source/install/install-guide-from-source.rst similarity index 100% rename from doc/source/install-guide-from-source.rst rename to doc/source/install/install-guide-from-source.rst