summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-developer/how-to-use-docs/templates/sections/configuration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guides/onap-developer/how-to-use-docs/templates/sections/configuration.rst')
-rw-r--r--docs/guides/onap-developer/how-to-use-docs/templates/sections/configuration.rst57
1 files changed, 46 insertions, 11 deletions
diff --git a/docs/guides/onap-developer/how-to-use-docs/templates/sections/configuration.rst b/docs/guides/onap-developer/how-to-use-docs/templates/sections/configuration.rst
index 085f9c667..6d1ec29ba 100644
--- a/docs/guides/onap-developer/how-to-use-docs/templates/sections/configuration.rst
+++ b/docs/guides/onap-developer/how-to-use-docs/templates/sections/configuration.rst
@@ -4,24 +4,59 @@
Configuration
=============
-.. note::
- * This section is used to describe the options a software component offers for configuration.
+..
+ * This section is used to describe the options a software component offers
+ for configuration.
* Configuration is typically: provided for platform-component and sdk projects;
and referenced in developer and user guides.
-
- * This note must be removed after content has been added.
+Pre-requisites
+--------------
-Example ...
+..
+ List here any dependencies and pre-requisites, e.g. component has to be
+ deployed, necessary connections have been established, etc.
-You can provide the following in ``basic.conf``
-``host=ADDRESS``
- The address of the host
+Editing the configuration file
+------------------------------
-``port=PORT``
- The port used for signaling
+..
+ Describe the parameters and their values included in the config file.
- Optional. Default: ``8080``
+
+Configuration steps
+-------------------
+
+..
+ Add the necessary steps to configure the component, including all options/
+ alternatives.
+ Provide examples (screenshots for GUI, commands for CLI) wherever possible.
+
+#. Add the configuration.
+
+Example command:
+
+.. code-block:: bash
+
+ example command <parameter>
+
+Example screenshot:
+
+.. figure:: https://www.onap.org/wp-content/uploads/sites/20/2017/02/logo_onap_2017.png
+ :alt: Example image
+ :width: 50 %
+
+#. Validate the configuration.
+
+.. code-block:: bash
+
+ example command to validate the configuration
+
+Output for successful execution:
+
+.. code-block:: bash
+
+ Example output