From 55dcf3197958c76b1622a0c26489e68fe77e0314 Mon Sep 17 00:00:00 2001 From: Ravi Mantena Date: Wed, 21 Oct 2020 15:47:38 -0400 Subject: Blueprint Generator Refactored Code Issue-ID: DCAEGEN2-2472 Change-Id: I2ade7fb3b4196554eb4ecadd918fd45cb6ba8a52 Signed-off-by: Ravi Mantena --- .../helloworld/compspec/hello-changed.json | 154 --------------------- 1 file changed, 154 deletions(-) delete mode 100644 mod/bpgenerator/TestCases/helloworld/compspec/hello-changed.json (limited to 'mod/bpgenerator/TestCases/helloworld/compspec') diff --git a/mod/bpgenerator/TestCases/helloworld/compspec/hello-changed.json b/mod/bpgenerator/TestCases/helloworld/compspec/hello-changed.json deleted file mode 100644 index 24d8491..0000000 --- a/mod/bpgenerator/TestCases/helloworld/compspec/hello-changed.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "self": { - "component_type": "docker", - "description": "Hello World mS for subscribing the data from local DMaaP, DR or MR, processing them and publishing them as PM files to local DMaaP DR", - "name": "dcae.collectors.vcc.helloworld.pm", - "version": "1.0.1" - }, - "services": { - "calls": [], - "provides": [] - }, - "streams": { - "publishes": [{ - "config_key": "DCAE-HELLO-WORLD-PUB-DR", - "format": "dataformat_Hello_World_PM", - "type": "data_router", - "version": "1.0.0" - }, - { - "config_key": "DCAE-HELLO-WORLD-PUB-MR", - "format": "dataformat_Hello_World_PM", - "type": "message_router", - "version": "1.0.0" - } - ], - "subscribes": [{ - "config_key": "DCAE-HELLO-WORLD-SUB-MR", - "format": "dataformat_Hello_World_PM", - "route": "/DCAE_HELLO_WORLD_SUB_MR", - "type": "message_router", - "version": "1.0.0" - }, - { - "config_key": "DCAE-HELLO-WORLD-SUB-DR", - "format": "dataformat_Hello_World_PM", - "route": "/DCAE-HELLO-WORLD-SUB-DR", - "type": "data_router", - "version": "1.0.0" - } - ] - }, - "parameters": - [ - { - "name": "vcc_hello_name", - "value": "fsdfa", - "description": "the name entered for specific person", - "sourced_at_deployment": true, - "designer_editable": true, - "policy_editable": false, - "type": "string" - }, - - { - "name": "useDtiConfig", - "value": false, - "description": "component depends on configuration from dti.", - "sourced_at_deployment": false, - "designer_editable": false, - "policy_editable": false, - "required" : true - }, - - { - "name": "isSelfServeComponent", - "value": false, - "description": "Is this used as self serve component.", - "sourced_at_deployment": false, - "designer_editable": false, - "policy_editable": false, - "required" : true, - "type": "string" - } - ], - "auxilary": { - "healthcheck": { - "interval": "60s", - "timeout": "20s", - "script": "/opt/app/vcc/bin/common/HealthCheck_HelloWorld.sh", - "type": "docker" - }, - "log_info": { - "log_directory": "/opt/app/VESCollector/logs/ecomp" - }, - "tls_info":{ - "cert_directory":"/opt/app/dh/etc/cert", - "use_tls":true - }, - "databases": { - "dcaes": "PgaaS", - "repo": "PgaaS", - "dti": "pgaas" - }, - "volumes": [ - { - "container": { - "bind": "/opt/app/dcae-certificate" - }, - "host": { - "path": "/opt/app/dcae-certificate" - } - }, - { - "container": { - "bind": "/opt/logs/DCAE/dmd/AGENT" - }, - "host": { - "path": "/opt/logs/DCAE/helloworldpm/dmd/AGENT" - } - }, - { - "container": { - "bind": "/opt/logs/DCAE/dmd/WATCHER" - }, - "host": { - "path": "/opt/logs/DCAE/helloworldpm/dmd/WATCHER" - } - }, - { - "container": { - "bind": "/opt/app/vcc/logs/DCAE" - }, - "host": { - "path": "/opt/logs/DCAE/helloworldpm/vcc-logs" - } - }, - { - "container": { - "bind": "/opt/app/vcc/archive/data" - }, - "host": { - "path": "/opt/data/DCAE/helloworldpm/vcc-archive" - } - } - ] - }, - "policy_info":{ - "policy":[ - { - "node_label":"tca_policy_00", - "policy_model_id":"onap.policies.monitoring.cdap.tca.hi.lo.app" - }, - { - "node_label":"tca_policy_11", - "policy_id":"tca_policy_id_11", - "policy_model_id":"onap.policies.monitoring.cdap.tca.hi.lo.app" - } - ] - }, - "artifacts": [{ - "type": "docker image", - "uri": "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:latest" - }] -} \ No newline at end of file -- cgit 1.2.3-korg