diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-03-15 08:09:07 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-03-15 12:59:49 -0400 |
commit | a1129b696f3197fc7d8a3b63bcd84b5b2dd8874e (patch) | |
tree | 17de94d8cb129fdacf633080cc37772517a3ab82 /docs/deployment.rst | |
parent | e1f41c3e6591b572a75021f4b51538f8fdbfc88d (diff) |
Create primary documentation for Jakarta release
* Update release notes
* Update openapi documentation
* Fix section title hierarchy
* Fix admin container directive not found
Issue-ID: CPS-935
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Iabdc357aa0168c1becafd6de1ac7703ec3bd1afa
Diffstat (limited to 'docs/deployment.rst')
-rw-r--r-- | docs/deployment.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst index 2f68a64ee1..3f5943ceb0 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -7,13 +7,13 @@ .. _deployment: CPS Deployment -============== +############## .. contents:: :depth: 2 CPS OOM Charts --------------- +============== The CPS kubernetes chart is located in the `OOM repository <https://github.com/onap/oom/tree/master/kubernetes/cps>`_. This chart includes different cps components referred as <cps-component-name> further in the document are listed below: @@ -26,7 +26,8 @@ This chart includes different cps components referred as <cps-component-name> fu Please refer to the `OOM documentation <https://docs.onap.org/projects/onap-oom/en/latest/oom_user_guide.html>`_ on how to install and deploy ONAP. Installing or Upgrading CPS Components --------------------------------------- +====================================== + The assumption is you have cloned the charts from the OOM repository into a local directory. **Step 1** Go to the cps charts and edit properties in values.yaml files to make any changes to particular cps component if required. @@ -91,7 +92,7 @@ After deploying cps, keep monitoring the cps pods until they come up. kubectl get pods -n <namespace> | grep <cps-component-name> Restarting a faulty component ------------------------------ +============================= Each cps component can be restarted independently by issuing the following command: .. code-block:: bash @@ -102,7 +103,7 @@ Each cps component can be restarted independently by issuing the following comma .. _cps_common_credentials_retrieval: Credentials Retrieval ---------------------- +===================== Application and database credentials are kept in Kubernetes secrets. They are defined as external secrets in the values.yaml file to be used across different components as : |