summaryrefslogtreecommitdiffstats
path: root/docs/InstallGuide.rst
diff options
context:
space:
mode:
authorMichal Zegan <m.zegan@samsung.com>2019-04-02 15:33:30 +0200
committerMichal Zegan <m.zegan@samsung.com>2019-04-02 18:47:23 +0200
commita579c98a9ea48b00b38a66ade7e8139e18bf0eae (patch)
tree181b44c04f50d28603198776593750e772af04db /docs/InstallGuide.rst
parent53036e8f41f50cb7ebb2346d02442d80bc16ece0 (diff)
Add helm override instructions to install guide
This commit adds instruction about using the new helm chart overrides feature. Change-Id: I6a5d973ee91562ae618d357fd3fdecc1cf4f03bf Issue-ID: OOM-1752 Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Diffstat (limited to 'docs/InstallGuide.rst')
-rw-r--r--docs/InstallGuide.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/InstallGuide.rst b/docs/InstallGuide.rst
index e91c7bd7..26b096ae 100644
--- a/docs/InstallGuide.rst
+++ b/docs/InstallGuide.rst
@@ -268,6 +268,24 @@ It can look all together something like this::
app_data_path: /opt/onap
app_name: onap
+.. _oooi_installguide_config_appconfig_overrides:
+
+Helm chart value overrides
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+If there is a need to change onap settings such as managed openstack credentials, service ports, or even docker image versions used, you can do this by putting settings under the ``overrides`` key in ``application_configuration.yml``.
+These settings will override helm values originally stored in ``values.yaml`` files in helm chart directories.
+
+For example, the following lines could be appended to ``application_configuration.yml`` to set up managed openstack credentials for onap's so component::
+
+ overrides:
+ so:
+ config:
+ openStackUserName: "os_user"
+ openStackRegion: "region_name"
+ openStackKeyStoneUrl: "keystone_url"
+ openStackEncryptedPasswordHere: "encrypted_password"
+
.. _oooi_installguide_config_ssh:
SSH authentication