summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/tca-cdap/installation.rst
diff options
context:
space:
mode:
authorVENKATESH KUMAR <vv770d@att.com>2020-10-29 11:30:28 -0400
committerVENKATESH KUMAR <vv770d@att.com>2020-10-29 16:39:17 -0400
commit647eadec530a0353a08469df9220900843554bfe (patch)
tree13646e2e3217c39a630cbd82f67926406e9c9167 /docs/sections/services/tca-cdap/installation.rst
parent51626ec70db077d9ece2d0c7b697d19ca1299da6 (diff)
[DCAE] Guilin doc updates
Change-Id: Id7d6613f20e4c1bc47d54039a1d717b482259a7f Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-2437 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Diffstat (limited to 'docs/sections/services/tca-cdap/installation.rst')
-rw-r--r--docs/sections/services/tca-cdap/installation.rst51
1 files changed, 0 insertions, 51 deletions
diff --git a/docs/sections/services/tca-cdap/installation.rst b/docs/sections/services/tca-cdap/installation.rst
deleted file mode 100644
index 84b4d1e6..00000000
--- a/docs/sections/services/tca-cdap/installation.rst
+++ /dev/null
@@ -1,51 +0,0 @@
-Installation
-============
-
-TCA will be deployed by DCAE deployment among the bootstrapped services. This is more to facilitate automated deployment of ONAP regression test cases required services.
-
-As TCA jar is packaged into docker container, the container can be deployer standalone or via Cloudify Blueprint.
-
-
-
-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. TCA Blueprint can be found under /blueprint directory. Same is also available on gerrit https://git.onap.org/dcaegen2/platform/blueprints/tree/blueprints/k8s-tca.yaml-template
-
-- Modify blueprint inputs file in DCAE bootstrap POD under /inputs directory. Copy this file to / and update as necessary.
-
-
-- Enter the Bootstrap POD
-- Validate blueprint
- .. code-block:: bash
-
- cfy blueprints validate /blueprints/k8s-tca.yaml
-- Upload validated blueprint
- .. code-block:: bash
-
-
- cfy blueprints upload -b tca /blueprints/k8s-tca.yaml
-- Create deployment
- .. code-block:: bash
-
-
- cfy deployments create -b tca -i /k8s-tca-input.yaml tca
-- Deploy blueprint
- .. code-block:: bash
-
-
- cfy executions start -d tca install
-
-To undeploy TCA, steps are shown below
-
-- Uninstall running TCA and delete deployment
- .. code-block:: bash
-
-
- cfy uninstall tca
-- Delete blueprint
- .. code-block:: bash
-
-
- cfy blueprints delete tca \ No newline at end of file