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 --- .../feature.configuration.rst | 9 +++++++ docs/installationprocedure/featureconfig.rst | 20 ++++++++++++++++ docs/installationprocedure/index.rst | 14 +++++++++++ docs/installationprocedure/installerconfig.rst | 28 ++++++++++++++++++++++ 4 files changed, 71 insertions(+) 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 (limited to 'docs/installationprocedure') 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