diff options
author | Julien <zhang.jun3g@zte.com.cn> | 2016-08-17 22:59:18 +0800 |
---|---|---|
committer | Julien <zhang.jun3g@zte.com.cn> | 2016-08-22 10:37:24 +0800 |
commit | dc98986c0cacfdf10e8f22ad9c3fb804cc2c37d3 (patch) | |
tree | a3eba3d30223fe10d306dde251662a40424c1f56 /docs/configguide/index.rst | |
parent | e556a63cc5f78598e890346889948765906a6411 (diff) |
Update according DOCS
Each path use a index.rst file to include all the rst files:
1). Add missing index.rst
2). Rename some file to index.rst
3). Ude a index.rst to include all the community labs(currently all
the labs are at the top level)
Change-Id: I9bb6903328a8d445121982dd662df9eeceb23ff5
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Diffstat (limited to 'docs/configguide/index.rst')
-rw-r--r-- | docs/configguide/index.rst | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst new file mode 100644 index 00000000..6b48100a --- /dev/null +++ b/docs/configguide/index.rst @@ -0,0 +1,25 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2016 OPNFV. + +.. Top level of Pharos configuration documents. + +******************** +Pharos Configuration +******************** + +OPNFV development, test and production activities rely on Pharos resources and support from the +Pharos community. Lab owners and Pharos project committers/contributors will evolve the vision for +Pharos as well as expand lab capabilities that are needed to help OPNFV be highly successful. + +Pharos configuration documents provide information on how to setup hardware and networks in a Pharos +compliant lab. Jira is used to track Pharos activities including lab operations. PODs are connected +to Jenkins and generally available 24/7 other than scheduled maintenance and troubleshooting. Lab +resources are declared as either for *Development (bare-metal or virtual)*, *Production latest +(bare-metal)* or *Production stable (bare-metal)* + +.. toctree:: + + ./configguide.rst + ./lab_update_guide.rst + ./jumpserverinstall.rst |