diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-09-29 10:38:17 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-09-29 12:02:00 +0200 |
commit | 8f61a93218c0e5427e147a180e7e21a902176dea (patch) | |
tree | d563e08ac76f7c7794243023b92f9fb457b9ff83 /docs/infrastructure/infrastructure-overview.rst | |
parent | 5e49e4afc7407609d4bd7b3c3f826d8e280db380 (diff) |
Put initial structure for infra documentation
Change-Id: I4d8ed269cbf0eeedaa0ee540ac2fd6bca5e429b0
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'docs/infrastructure/infrastructure-overview.rst')
-rw-r--r-- | docs/infrastructure/infrastructure-overview.rst | 47 |
1 files changed, 47 insertions, 0 deletions
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 |