From: Bogumil Zebek Date: Fri, 22 May 2020 09:39:01 +0000 (+0000) Subject: Merge "Update CertService Installation Documentation" X-Git-Tag: 1.1.0~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ad63ce0e835ceb7509d398b91e5a9aca00987e64;p=oom%2Fplatform%2Fcert-service.git Merge "Update CertService Installation Documentation" --- ad63ce0e835ceb7509d398b91e5a9aca00987e64 diff --cc docs/sections/installation.rst index 510bd811,47812220..c41c0fca --- a/docs/sections/installation.rst +++ b/docs/sections/installation.rst @@@ -3,19 -3,24 +3,24 @@@ .. Copyright 2020 NOKIA 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*