diff options
author | Tomáš Levora <t.levora@partner.samsung.com> | 2019-02-20 12:59:14 +0100 |
---|---|---|
committer | Tomáš Levora <t.levora@partner.samsung.com> | 2019-02-21 10:45:32 +0100 |
commit | f3491548c657ac1c7f7840eb664e923d5d63c751 (patch) | |
tree | b04a686b2c7dea9c1f3e6fdcf27df3d5a1c08d74 | |
parent | eb5177016b8ac1b11e3fcc1f42efd403e1254a01 (diff) |
Fixed an issue in RST format
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>
-rwxr-xr-x | doc/BuildGuide.rst | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/doc/BuildGuide.rst b/doc/BuildGuide.rst index c9148f12..4cf8d97c 100755 --- a/doc/BuildGuide.rst +++ b/doc/BuildGuide.rst @@ -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] | |