diff options
Diffstat (limited to 'docs/InstallGuide.rst')
-rw-r--r-- | docs/InstallGuide.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/InstallGuide.rst b/docs/InstallGuide.rst index fb292fb3..6ed9c328 100644 --- a/docs/InstallGuide.rst +++ b/docs/InstallGuide.rst @@ -298,6 +298,24 @@ Final configuration can resemble the following:: slewclock: true timezone: UTC +.. _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 |