summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/tca-cdap/development_info.rst
diff options
context:
space:
mode:
authorVijay VK <vv770d@att.com>2019-05-23 22:02:50 +0100
committerVENKATESH KUMAR <vv770d@att.com>2019-05-23 17:03:20 -0400
commitedaf8b1d69fa97862bd246dc61c1e4e77a01b5be (patch)
treee0a5f257e641e41e6a809a038fe6acec9e1c33d6 /docs/sections/services/tca-cdap/development_info.rst
parentf9e4344e9c9834face106b6c153ede020ff5410f (diff)
Fix doc issues
Change-Id: I711a40a64a1d47b50f0923ba67b02ad121ace5b4 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1505
Diffstat (limited to 'docs/sections/services/tca-cdap/development_info.rst')
-rw-r--r--docs/sections/services/tca-cdap/development_info.rst18
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/sections/services/tca-cdap/development_info.rst b/docs/sections/services/tca-cdap/development_info.rst
index afb240ef..fe48c267 100644
--- a/docs/sections/services/tca-cdap/development_info.rst
+++ b/docs/sections/services/tca-cdap/development_info.rst
@@ -6,16 +6,16 @@ To build just the TCA component, run the following maven command
`mvn clean install`
-Maven GroupId:
-==============
+Maven GroupId
+-------------
org.onap.dcaegen2.analytics.tca
-Maven Parent ArtifactId:
-----------------
+Maven Parent ArtifactId
+-----------------------
dcae-analytics
-Maven Children Artifacts:
+Maven Children Artifacts
------------------------
1. dcae-analytics-test: Common test code for all DCAE Analytics Modules
2. dcae-analytics-model: Contains models (e.g. Common Event Format) which are common to DCAE Analytics
@@ -29,7 +29,10 @@ Maven Children Artifacts:
API Endpoints
-=============
+-------------
+
+For deployment into CDAP, following API's can be used to deploy TCA application.
+
# create namespace
curl -X PUT http://<k8s-clusterIP>:11015/v3/namespaces/cdap_tca_hi_lo
@@ -60,8 +63,7 @@ curl http://<k8s-clusterIP>:11015/v3/namespaces/cdap_tca_hi_lo/apps/dcae-tca/flo
TCA CDAP Container
-=================
-
+------------------
If new jar is generated, corresponding version should be updated into https://git.onap.org/dcaegen2/deployments/tree/tca-cdap-container.
Following files should be revised