From 5298fb1f996ab547c518b085e8c39fc5e0665bd9 Mon Sep 17 00:00:00 2001 From: Sofia Wallin Date: Tue, 30 Aug 2016 15:30:46 +0200 Subject: Adjusted the docs structure according to directives Created a new subdirectory /installationprocedure. Moved the featureconfig.rst and installerconfig.rst to /installationprocedure Added a feature.configuration.rst that should include needed configuration instructions. Please move relevant content to this file and remove the other two (featureconfig.rst and installerconfig.rst) Index file adjusted to updates Change-Id: I54f30b358b4e0685ff98223b1c83c14745c9259b Signed-off-by: Sofia Wallin --- docs/configguide/featureconfig.rst | 20 ---------------- docs/configguide/index.rst | 15 ------------ docs/configguide/installerconfig.rst | 28 ---------------------- .../feature.configuration.rst | 9 +++++++ docs/installationprocedure/featureconfig.rst | 20 ++++++++++++++++ docs/installationprocedure/index.rst | 14 +++++++++++ docs/installationprocedure/installerconfig.rst | 28 ++++++++++++++++++++++ 7 files changed, 71 insertions(+), 63 deletions(-) delete mode 100644 docs/configguide/featureconfig.rst delete mode 100644 docs/configguide/index.rst delete mode 100644 docs/configguide/installerconfig.rst create mode 100644 docs/installationprocedure/feature.configuration.rst create mode 100644 docs/installationprocedure/featureconfig.rst create mode 100644 docs/installationprocedure/index.rst create mode 100644 docs/installationprocedure/installerconfig.rst diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst deleted file mode 100644 index dc4fc50..0000000 --- a/docs/configguide/featureconfig.rst +++ /dev/null @@ -1,20 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) - -Parser configuration -===================== -Parser can be configured with any installer in current OPNFV, it only depends on -openstack. - -Pre-configuration activities ----------------------------- -For parser, there is not specific pre-configuration activities. - -Hardware configuration ----------------------- -For parser, there is not hardware configuration needed for any current feature. - -Feature configuration ---------------------- -For parser, there is not specific configure on openstack. diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst deleted file mode 100644 index 03ba4b0..0000000 --- a/docs/configguide/index.rst +++ /dev/null @@ -1,15 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International -.. License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) OPNFV, Ericsson AB and others. - -========================== -Parser Configuration Guide -========================== - -.. toctree:: - :numbered: - :maxdepth: 2 - -.. include:: featureconfig.rst -.. include:: installerconfig.rst diff --git a/docs/configguide/installerconfig.rst b/docs/configguide/installerconfig.rst deleted file mode 100644 index efe6265..0000000 --- a/docs/configguide/installerconfig.rst +++ /dev/null @@ -1,28 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) - -Parser configuration -===================== -Parser can be configured with any installer in current OPNFV. - -Pre-configuration activities ------------------------------ -For parser, there is not specific pre-configuration activities. - -Hardware configuration ------------------------ -For parser, there is not hardware configuration needed for this specific installer. - -Jumphost configuration ------------------------ -For parser, there is not intial Jumphost configuration (network and software)needed in order -to deploy any installer. - -Platform components configuration ---------------------------------- -For tosca2heat components(tosca-parser and heat-translator) in parser,there are not specific -configuration of each component in installer. - - - diff --git a/docs/installationprocedure/feature.configuration.rst b/docs/installationprocedure/feature.configuration.rst new file mode 100644 index 0000000..86d7dfa --- /dev/null +++ b/docs/installationprocedure/feature.configuration.rst @@ -0,0 +1,9 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + .. (c) + + +Abstract +======== +This document provides information on how to configure required +components during the installation of the platform. diff --git a/docs/installationprocedure/featureconfig.rst b/docs/installationprocedure/featureconfig.rst new file mode 100644 index 0000000..dc4fc50 --- /dev/null +++ b/docs/installationprocedure/featureconfig.rst @@ -0,0 +1,20 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) + +Parser configuration +===================== +Parser can be configured with any installer in current OPNFV, it only depends on +openstack. + +Pre-configuration activities +---------------------------- +For parser, there is not specific pre-configuration activities. + +Hardware configuration +---------------------- +For parser, there is not hardware configuration needed for any current feature. + +Feature configuration +--------------------- +For parser, there is not specific configure on openstack. diff --git a/docs/installationprocedure/index.rst b/docs/installationprocedure/index.rst new file mode 100644 index 0000000..13def7e --- /dev/null +++ b/docs/installationprocedure/index.rst @@ -0,0 +1,14 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV, Ericsson AB and others. + +******************************************** +Parser Configuration and Configuration Guide +******************************************** + +.. toctree:: + :numbered: + :maxdepth: 2 + + feature.configuration.rst diff --git a/docs/installationprocedure/installerconfig.rst b/docs/installationprocedure/installerconfig.rst new file mode 100644 index 0000000..efe6265 --- /dev/null +++ b/docs/installationprocedure/installerconfig.rst @@ -0,0 +1,28 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) + +Parser configuration +===================== +Parser can be configured with any installer in current OPNFV. + +Pre-configuration activities +----------------------------- +For parser, there is not specific pre-configuration activities. + +Hardware configuration +----------------------- +For parser, there is not hardware configuration needed for this specific installer. + +Jumphost configuration +----------------------- +For parser, there is not intial Jumphost configuration (network and software)needed in order +to deploy any installer. + +Platform components configuration +--------------------------------- +For tosca2heat components(tosca-parser and heat-translator) in parser,there are not specific +configuration of each component in installer. + + + -- cgit 1.2.3-korg