From dc98986c0cacfdf10e8f22ad9c3fb804cc2c37d3 Mon Sep 17 00:00:00 2001 From: Julien Date: Wed, 17 Aug 2016 22:59:18 +0800 Subject: 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 --- docs/configguide/index.rst | 25 +++++++++++++++++++++++++ docs/configguide/pharosconfig.rst | 25 ------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 docs/configguide/index.rst delete mode 100644 docs/configguide/pharosconfig.rst (limited to 'docs/configguide') 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 diff --git a/docs/configguide/pharosconfig.rst b/docs/configguide/pharosconfig.rst deleted file mode 100644 index 6b48100a..00000000 --- a/docs/configguide/pharosconfig.rst +++ /dev/null @@ -1,25 +0,0 @@ -.. 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 -- cgit 1.2.3-korg