Fixed an issue in RST format 03/78903/1
authorTomáš Levora <t.levora@partner.samsung.com>
Wed, 20 Feb 2019 11:59:14 +0000 (12:59 +0100)
committerTomáš Levora <t.levora@partner.samsung.com>
Thu, 21 Feb 2019 09:45:32 +0000 (10:45 +0100)
Fixed errors in tables mainly with blocks arround lines 321 and 324
causing troubles with correct interpretation

Issue-ID: OOM-1613

Change-Id: Ia265a5d5f85412ac237c790fec32fb62f0dfba07
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
doc/BuildGuide.rst

index c9148f1..4cf8d97 100755 (executable)
@@ -221,14 +221,14 @@ There are mandatory parameters need to be set in configuration file:
 +------------------------------+------------------------------------------------------------------------------------------+
 | NXS\_SRC\_NPM\_DIR           | resource directory of npm packages                                                       |
 +------------------------------+------------------------------------------------------------------------------------------+
-| NXS\_SRC\_PYPI\_DIR           | resource directory of npm packages                                                      |
+| NXS\_SRC\_PYPI\_DIR          | resource directory of npm packages                                                       |
 +------------------------------+------------------------------------------------------------------------------------------+
 | NXS\_DOCKER\_IMG\_LIST       | list of docker images to be pushed to Nexus repository                                   |
 +------------------------------+------------------------------------------------------------------------------------------+
 | NXS\_DOCKER\_WO\_LIST        | list of docker images which uses default repository                                      |
 +------------------------------+------------------------------------------------------------------------------------------+
 | NXS\_NPM\_LIST               | list of npm packages to be published to Nexus repository                                 |
-+-------------------------------------------------------------------------------------------------------------------------+
++------------------------------+------------------------------------------------------------------------------------------+
 | NXS\_PYPI\_LIST              | list of pypi packages to be published to Nexus repository                                |
 +------------------------------+------------------------------------------------------------------------------------------+
 | NEXUS\_DATA\_TAR             | target tarball of Nexus data path/name                                                   |
@@ -312,17 +312,22 @@ Example values below are setup according to steps done in this guide to package
 | Parameter                             | Description                                                                  |
 +=======================================+==============================================================================+
 | HELM\_CHARTS\_DIR                     | directory with Helm charts for the application                               |
+|                                       |                                                                              |
 |                                       | Example: /tmp/oom-clone/kubernetes                                           |
 +---------------------------------------+------------------------------------------------------------------------------+
 | APP\_CONFIGURATION                    | application install configuration (application_configuration.yml) for        |
 |                                       | ansible installer and custom ansible role code directories if any.           |
-|                                       | Example:                                                                     |
-|                                       | APP_CONFIGURATION=(                                                          |
-|                                       |    /tmp/offline-installer/config/application_configuration.yml               |
-|                                       |    /tmp/offline-installer/patches/onap-casablanca-patch-role                 |
-|                                       | )                                                                            |
+|                                       |                                                                              |
+|                                       | Example::                                                                    |
+|                                       |                                                                              |
+|                                       |  APP_CONFIGURATION=(                                                         |
+|                                       |     /tmp/offline-installer/config/application_configuration.yml              |
+|                                       |     /tmp/offline-installer/patches/onap-casablanca-patch-role                |
+|                                       |  )                                                                           |
+|                                       |                                                                              |
 +---------------------------------------+------------------------------------------------------------------------------+
 | APP\_BINARY\_RESOURCES\_DIR           | directory with all (binary) resources for offline infra and application      |
+|                                       |                                                                              |
 |                                       | Example: /tmp/onap-offline/resources                                         |
 +---------------------------------------+------------------------------------------------------------------------------+
 | APP\_AUX\_BINARIES                    | additional binaries such as docker images loaded during runtime   [optional] |