summaryrefslogtreecommitdiffstats
path: root/docs/sections/DCAE-MOD/Sample-Input-Files/tca-deploy.input.json
diff options
context:
space:
mode:
authorPANCHAL <dp023n@att.com>2020-03-27 19:28:03 -0400
committerDeven Panchal <dp023n@att.com>2020-04-27 23:53:52 +0000
commit0424f6f58b83ced065a0f49fdafa3e50bff18f1e (patch)
tree488f105547702c529273287d77a829fc36d3ff19 /docs/sections/DCAE-MOD/Sample-Input-Files/tca-deploy.input.json
parent1d9549e5adf1feab7a5b269e3748b5027fec3746 (diff)
Add updated DCAE MOD documentation
Issue-ID: DCAEGEN2-1865 Signed-off-by: PANCHAL <dp023n@att.com> Change-Id: Iaec5bd3fedc4329ffc21f32c4ea3f65bf41ffb06 Signed-off-by: PANCHAL <dp023n@att.com>
Diffstat (limited to 'docs/sections/DCAE-MOD/Sample-Input-Files/tca-deploy.input.json')
-rw-r--r--docs/sections/DCAE-MOD/Sample-Input-Files/tca-deploy.input.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/sections/DCAE-MOD/Sample-Input-Files/tca-deploy.input.json b/docs/sections/DCAE-MOD/Sample-Input-Files/tca-deploy.input.json
new file mode 100644
index 00000000..c3faf800
--- /dev/null
+++ b/docs/sections/DCAE-MOD/Sample-Input-Files/tca-deploy.input.json
@@ -0,0 +1,21 @@
+{
+ "spring.data.mongodb.uri": "mongodb://dcae-mongohost/dcae-tcagen2",
+ "tca.aai.enable_enrichment": true,
+ "docker-tcagen2_memory_request": "512Mi",
+ "replicas": 1,
+ "docker-tcagen2_cpu_limit": "250m",
+ "tca.aai.username": "DCAE",
+ "image": "nexus3.onap.org:10001/onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.0.1",
+ "service_component_name_override": "dcaegen2-tcagen2",
+ "use_tls": true,
+ "always_pull_image": true,
+ "tca.aai.url": "http://aai.onap.svc.cluster.local",
+ "location_id": "",
+ "envs": {},
+ "tca_handle_in_subscribe_url": "http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/",
+ "tca_handle_out_publish_url": "http://message-router:3904/events/unauthenticated.TCAGEN2_OUTPUT/",
+ "external_port_0": 0,
+ "docker-tcagen2_memory_limit": "512Mi",
+ "docker-tcagen2_cpu_request": "250m",
+ "tca.aai.password": "DCAE"
+} \ No newline at end of file