diff options
author | xuegao <xg353y@intl.att.com> | 2020-03-23 14:30:56 +0100 |
---|---|---|
committer | xuegao <xg353y@intl.att.com> | 2020-03-23 14:42:07 +0100 |
commit | 3c327c1fe313cb31dcc914dcaee7f38255240099 (patch) | |
tree | 28933daca7a06749a778d1dba06ea99872603096 /src/test/resources/example/sdc/expected-result/deployment-parameters-multi-blueprints.json | |
parent | c405a83ec84c2bc1c090f06f9ac6207469e09cbb (diff) |
Populate deployment parameters
Create deployment parameters while creating loops.
Issue-ID: CLAMP-788
Change-Id: Icb4ebc786b87468846692744f27b697734015401
Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'src/test/resources/example/sdc/expected-result/deployment-parameters-multi-blueprints.json')
-rw-r--r-- | src/test/resources/example/sdc/expected-result/deployment-parameters-multi-blueprints.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/test/resources/example/sdc/expected-result/deployment-parameters-multi-blueprints.json b/src/test/resources/example/sdc/expected-result/deployment-parameters-multi-blueprints.json new file mode 100644 index 000000000..6ebaa073f --- /dev/null +++ b/src/test/resources/example/sdc/expected-result/deployment-parameters-multi-blueprints.json @@ -0,0 +1,43 @@ +{ + "dcaeDeployParameters": { + "testName1": { + "location_id": "", + "service_id": "", + "policy_id": "testName1" + }, + "testName2": { + "aaiEnrichmentHost": "aai.onap.svc.cluster.local", + "aaiEnrichmentPort": "8443", + "enableAAIEnrichment": true, + "dmaap_host": "message-router.onap", + "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.1", + "consul_host": "consul-server.onap", + "consul_port": "8500", + "cbs_host": "config-binding-servicel", + "cbs_port": "10000", + "external_port": "32012", + "policy_model_id": "onap.policies.monitoring.cdap.tca.hi.lo.app", + "policy_id": "testName2" + }, + "testName3": { + "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_model_id": "onap.policies.monitoring.cdap.tca.hi.lo.app", + "policy_id": "testName3" + } + } +}
\ No newline at end of file |