diff options
author | 2019-05-08 11:06:32 +0000 | |
---|---|---|
committer | 2019-05-08 11:06:32 +0000 | |
commit | a333d40e0933c77f60063cd1a91134f7db026b23 (patch) | |
tree | e651c1fe2214e4cd376d4f0c1778ee7a9e6463a9 /src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-3.json | |
parent | 80fa385ee870d7e58e027c0e14990c5617e2738d (diff) | |
parent | 7eb234559c64c4702ae621d7d2f531868677cdae (diff) |
Merge "Fix model_type missing"
Diffstat (limited to 'src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-3.json')
-rw-r--r-- | src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-3.json | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-3.json b/src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-3.json new file mode 100644 index 00000000..f8f53165 --- /dev/null +++ b/src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-3.json @@ -0,0 +1,47 @@ +{ + "global": [ + { + "name": "service", + "value": [ + "4cc5b45a-1f63-4194-8100-cd8e14248c92" + ] + }, + { + "name": "vf", + "value": [ + "07e266fc-49ab-4cd7-8378-ca4676f1b9ec" + ] + }, + { + "name": "actionSet", + "value": [ + "vnfRecipe" + ] + }, + { + "name": "location", + "value": [ + "DC1" + ] + }, + { + "name": "deployParameters", + "value": { + "aaiEnrichmentHost": "aai.onap.svc.cluster.local", + "aaiEnrichmentPort": "8443", + "enableAAIEnrichment": true, + "dmaap_host": "message-router.onap.svc.cluster.local", + "dmaap_port": "3904", + "enableRedisCaching": false, + "redisHosts": "dcae-redis.onap.svc.cluster.local:6379", + "tag_version": "nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.0-STAGING-latest", + "consul_host": "consul-server.onap.svc.cluster.local", + "consul_port": "8500", + "cbs_host": "config-binding-service.dcae.svc.cluster.local", + "cbs_port": "10000", + "external_port": "32012", + "policy_id": "AUTO_GENERATED_POLICY_ID_AT_SUBMIT" + } + } + ] +}
\ No newline at end of file |