summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/heartbeat-ms/installation.rst
diff options
context:
space:
mode:
authorVijay VK <vv770d@att.com>2019-05-22 22:10:29 +0100
committerVENKATESH KUMAR <vv770d@att.com>2019-05-22 23:01:13 -0400
commitf9e4344e9c9834face106b6c153ede020ff5410f (patch)
tree84250de8fcffc70275664bf4316ed2eafc280e13 /docs/sections/services/heartbeat-ms/installation.rst
parenteb9b422dc1b980e9a9128ab0e8fece20653f8279 (diff)
dcae r4 doc updates4.0.0-ONAP
Change-Id: I341f10a9eace4facac5aec3a3ff56cb89ef005e8 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1505 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Diffstat (limited to 'docs/sections/services/heartbeat-ms/installation.rst')
-rw-r--r--docs/sections/services/heartbeat-ms/installation.rst46
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/sections/services/heartbeat-ms/installation.rst b/docs/sections/services/heartbeat-ms/installation.rst
new file mode 100644
index 00000000..df50dfb1
--- /dev/null
+++ b/docs/sections/services/heartbeat-ms/installation.rst
@@ -0,0 +1,46 @@
+Installation
+============
+
+
+Following are steps if manual deployment/undeployment required.
+
+Steps to deploy are shown below
+
+- Transfer blueprint component file in DCAE bootstrap POD under /blueprints directory. Heartbeat Blueprint can be found under https://git.onap.org/dcaegen2/services/heartbeat/tree/dpo/k8s-heartbeat.yaml?h=dublin
+
+- Transfer blueprint inputs file in DCAE bootstrap POD under /inputs directory. Sample input file can be found under https://git.onap.org/dcaegen2/services/heartbeat/tree/dpo/k8s-heartbeat-inputs.yaml
+
+
+- Enter the Bootstrap POD
+- Validate blueprint
+ .. code-block:: bash
+
+ cfy blueprints validate /blueprints/k8s-hearttbeat.yaml
+- Upload validated blueprint
+ .. code-block:: bash
+
+
+ cfy blueprints upload -b heartbeat /blueprints/k8s-hearttbeat.yaml
+- Create deployment
+ .. code-block:: bash
+
+
+ cfy deployments create -b heartbeat -i /k8s-hearttbeat-input.yaml heartbeat
+- Deploy blueprint
+ .. code-block:: bash
+
+
+ cfy executions start -d heartbeat install
+
+To undeploy heartbeat, steps are shown below
+
+- Uninstall running heartbeat and delete deployment
+ .. code-block:: bash
+
+
+ cfy uninstall heartbeat
+- Delete blueprint
+ .. code-block:: bash
+
+
+ cfy blueprints delete heartbeat \ No newline at end of file