summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/how-to-use-docs/documentation-guide.rst4
-rw-r--r--docs/index.rst2
-rw-r--r--docs/infrastructure/infrastructure-overview.rst47
-rw-r--r--docs/infrastructure/overview.rst14
4 files changed, 52 insertions, 15 deletions
diff --git a/docs/how-to-use-docs/documentation-guide.rst b/docs/how-to-use-docs/documentation-guide.rst
index 3a3b0c40d..56bf273bc 100644
--- a/docs/how-to-use-docs/documentation-guide.rst
+++ b/docs/how-to-use-docs/documentation-guide.rst
@@ -66,6 +66,7 @@ Following representation shows the expected structure:
│ ├── developer
│ └── user
└── infrastructure
+ ├── hardware-infrastructure
├── software-infrastructure
├── continuous-integration
└── cross-community-continuous-integration
@@ -139,4 +140,5 @@ You are encouraged to establish the following basic structure for your project a
Infrastructure Documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Infrastructure documentation can be stored under code:`<repo>/docs/infrastructure/` folder.
+Infrastructure documentation can be stored under :code:`<repo>/docs/` folder of
+corresponding infrastructure project.
diff --git a/docs/index.rst b/docs/index.rst
index c5ca8364a..7fe649a47 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -50,3 +50,5 @@ Infrastructure
.. toctree::
:maxdepth: 1
+
+ infrastructure/infrastructure-overview
diff --git a/docs/infrastructure/infrastructure-overview.rst b/docs/infrastructure/infrastructure-overview.rst
new file mode 100644
index 000000000..879d3dbe4
--- /dev/null
+++ b/docs/infrastructure/infrastructure-overview.rst
@@ -0,0 +1,47 @@
+.. _infrastructure-overview:
+
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. SPDX-License-Identifier: CC-BY-4.0
+.. (c) Open Platform for NFV Project, Inc. and its contributors
+
+=======================
+Infrastructure Overview
+=======================
+
+OPNFV develops, maintains and operates infrastructure which is used by OPNFV
+Community for development, integration, and testing purposes. `OPNFV
+Infrastructure Working Group (Infra WG) <https://wiki.opnfv.org/display/INF>`_
+oversees the OPNFV Infrastructure, ensures it is kept in a state which serves
+the community in best possible way and always up to date.
+
+The details of what is provided as part of infrastructure can be seen in
+following chapters.
+
+Hardware Infrastructure
+-----------------------
+
+TBD
+
+Software Infrastructure
+-----------------------
+
+.. toctree::
+ :maxdepth: 1
+
+ ../submodules/releng/docs/sofware-infrastructure-index
+
+Continuous Integration (CI)
+---------------------------
+
+.. toctree::
+ :maxdepth: 1
+
+ ../submodules/releng/docs/ci-index
+
+Cross Community Continuous Integration (XCI)
+--------------------------------------------
+
+.. toctree::
+ :maxdepth: 1
+
+ ../submodules/releng/docs/xci-index
diff --git a/docs/infrastructure/overview.rst b/docs/infrastructure/overview.rst
deleted file mode 100644
index e80838628..000000000
--- a/docs/infrastructure/overview.rst
+++ /dev/null
@@ -1,14 +0,0 @@
-.. _opnfv-overview:
-
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. SPDX-License-Identifier: CC-BY-4.0
-.. (c) Open Platform for NFV Project, Inc. and its contributors
-
-=======================
-Infrastructure overview
-=======================
-
-Introduction
-============
-
-TBD