summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/kpi-computation-ms
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2022-10-26 13:49:38 -0400
committerVijay Venkatesh Kumar <vv770d@att.com>2022-10-26 13:50:12 -0400
commit39479a850807e840ff08d1fcf4b01a04ba334e05 (patch)
tree2c8b20629a4f36c5efba7a61510bce3669b736d7 /docs/sections/services/kpi-computation-ms
parentdcfec1a95f0a4f605ac64833b59e39a0b584daa9 (diff)
DCAE Kohn rls note updates
Third pass Removed all cloudify install steps + Misc fixes for issues noted on https://gerrit.onap.org/r/c/dcaegen2/+/131680 Change-Id: I825717d7ef42cc7b008c613956ca20b8393f5366 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3236 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'docs/sections/services/kpi-computation-ms')
-rw-r--r--docs/sections/services/kpi-computation-ms/index.rst1
-rw-r--r--docs/sections/services/kpi-computation-ms/installation.rst95
2 files changed, 0 insertions, 96 deletions
diff --git a/docs/sections/services/kpi-computation-ms/index.rst b/docs/sections/services/kpi-computation-ms/index.rst
index 5bbefa1f..e52e26db 100644
--- a/docs/sections/services/kpi-computation-ms/index.rst
+++ b/docs/sections/services/kpi-computation-ms/index.rst
@@ -23,7 +23,6 @@ Kpi Computation MS Installation Steps
.. toctree::
:maxdepth: 1
- ./installation.rst
./installation-helm.rst
Kpi Computation MS Configurations
diff --git a/docs/sections/services/kpi-computation-ms/installation.rst b/docs/sections/services/kpi-computation-ms/installation.rst
deleted file mode 100644
index eda1ae82..00000000
--- a/docs/sections/services/kpi-computation-ms/installation.rst
+++ /dev/null
@@ -1,95 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. _kpi-installation:
-
-
-Installation
-============
-
-Kpi Computation MS can be deployed using cloudify blueprint using bootstrap container of an existing DCAE deployment.
-
-Deployment Pre-requisites
-~~~~~~~~~~~~~~~~~~~~~~~~~
-- DCAE and DMaaP pods should be up and running.
-
-- PM mapper service should be running.
-
-- Make sure that cfy is installed and configured to work with the Cloudify deployment.
-
-
-Deployment steps
-~~~~~~~~~~~~~~~~
-Execute bash on the bootstrap Kubernetes pod.
-
- kubectl -n onap exec -it <dcaegen2-dcae-bootstrap> bash
-
-Validate Blueprint
-------------------
-Before the blueprints uploading to Cloudify manager, the blueprints shoule be validated first through the following command.
- .. code-block :: bash
-
- #cfy blueprint validate /bluerints/k8s-kpi-ms.yaml
-
-Upload the Blueprint to Cloudify Manager.
------------------------------------------
-After validating, we can start to proceed blueprints uploading.
- .. code-block :: bash
-
- #cfy blueprint upload -b kpi-ms /bluerints/k8s-kpi-ms.yaml
-
-Verify Uploaded Blueprints
---------------------------
-Using "cfy blueprint list" to verify your work.
- .. code-block :: bash
-
- #cfy blueprint list
-
-You can see the following returned message to show the blueprints have been correctly uploaded.
- .. image :: ./blueprint-list.png
-
-
-Verify Plugin Versions
-----------------------
-If the version of the plugin used is different, update the blueprint import to match.
- .. code-block :: bash
-
- #cfy plugins list
-
-Create Deployment
------------------
-Here we are going to create deployments for both feeder and admin UI.
- .. code-block :: bash
-
- #cfy deployments create -b kpi-ms kpi-ms
-
-Launch Service
---------------
-Next, we are going to launch the KPI-MS.
- .. code-block :: bash
-
- #cfy executions start -d kpi-ms install
-
-
-Verify the Deployment Result
-----------------------------
-The following command can be used to list the kpi-ms logs.
-
- .. code-block :: bash
-
- #kubectl logs <kpi-pod> -n onap
-
-The output should looks like.
- .. image :: ./kpi-log.PNG
-
-Uninstall
----------
-Uninstall running component and delete deployment
- .. code-block :: bash
-
- #cfy uninstall kpi-ms
-
-Delete Blueprint
-----------------
- .. code-block :: bash
-
- #cfy blueprints delete kpi-ms \ No newline at end of file