diff options
author | Maciej Malewski <maciej.malewski@nokia.com> | 2020-09-03 07:04:16 +0200 |
---|---|---|
committer | Maciej Malewski <maciej.malewski@nokia.com> | 2020-09-16 11:10:29 +0000 |
commit | 032814878abc66aa25dff8498ec95f76c36222a9 (patch) | |
tree | dea4ebfc709483db960f7f74270aca213ccbb44c /docs/sections/installation.rst | |
parent | d0e9d1fb9422effe0fe2408c8de2553e2ac20702 (diff) |
[OOM-CPMv2] Edit cert-service docs
Documentation for cert-service installation and configuration updated regarding cert-service move from aaf to oom
Issue-ID: OOM-2526
Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com>
Change-Id: I8919b3904b3a93ecb7a12454371b88e96cf244cd
Diffstat (limited to 'docs/sections/installation.rst')
-rw-r--r-- | docs/sections/installation.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/sections/installation.rst b/docs/sections/installation.rst index c41c0fca..b77c997b 100644 --- a/docs/sections/installation.rst +++ b/docs/sections/installation.rst @@ -5,8 +5,7 @@ Installation ============= - -When enabling CMPv2, *kubernetes/onap/resources/overrides/aaf-cert-service-environment.yaml* file with override values need to be used during OOM installation. +When enabling CMPv2, *kubernetes/onap/resources/overrides/oom-cert-service-environment.yaml* file with override values need to be used during OOM installation. CertService can be easily installed with OOM installation, simply by setting proper flag. It's possible to also install EJBCA server for testing purposes. It also can be done by setting proper flag. @@ -15,7 +14,7 @@ It's possible to also install EJBCA server for testing purposes. It also can be Enabling CertService -------------------- -In order to install CertService during OOM deployment, global flag *global.cmpv2Enabled* in *kubernetes/onap/resources/overrides/aaf-cert-service-environment.yaml* file must be set to true. +In order to install CertService during OOM deployment, global flag *global.cmpv2Enabled* in *kubernetes/onap/resources/overrides/oom-cert-service-environment.yaml* file must be set to true. Enabling EJBCA - testing CMPV2 server @@ -23,4 +22,4 @@ Enabling EJBCA - testing CMPV2 server In order to install EJBCA server, global flag *global.addTestingComponents* in *kubernetes/onap/values.yaml* file or other file with override values must be set to true. -Setting this flag, will also cause CertService to load test configuration from *kubernetes/aaf/charts/aaf-cert-service/resources/test/cmpServers.json* +Setting this flag, will also cause CertService to load test configuration from *kubernetes/platform/components/oom-cert-service/resources/test/cmpServers.json* |