diff options
author | Adam Wudzinski <adam.wudzinski@nokia.com> | 2020-05-18 15:49:32 +0200 |
---|---|---|
committer | Adam Wudzinski <adam.wudzinski@nokia.com> | 2020-05-22 11:04:27 +0200 |
commit | 146fb3d56b080e0f22b6d4c83dbd7c3b2992bc3d (patch) | |
tree | 023fd780295f9edd16ea195957de661e6501472c /docs/sections | |
parent | 0c3c68ba16c8c1953247776e48072ff7668a7b02 (diff) |
Update CertService Installation Documentation
Issue-ID: AAF-1091
Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com>
Change-Id: Iefbdee500dd15183246004f8779ef25e3e9abe78
Diffstat (limited to 'docs/sections')
-rw-r--r-- | docs/sections/installation.rst | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/docs/sections/installation.rst b/docs/sections/installation.rst index 8ef137fc..47812220 100644 --- a/docs/sections/installation.rst +++ b/docs/sections/installation.rst @@ -5,17 +5,22 @@ Installation ============ -.. note:: - * This section is used to describe how a software component is acquired and installed. - - * This section is typically: provided for a platform-component and application; and - referenced in user guides. - * This note must be removed after content has been added. +When enabling CMPv2, *kubernetes/onap/resources/overrides/aaf-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. -Environment ------------ -Steps ------ +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. + + +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* |