aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-2.json
blob: 41ca2de225b03906844d01c39a7d5d2b889fcb67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
	"global": [
		{
			"name": "service",
			"value": [
				"4cc5b45a-1f63-4194-8100-cd8e14248c92"
			]
		},
		{
			"name": "vf",
			"value": [
				"023a3f0d-1161-45ff-b4cf-8918a8ccf3ad"
			]
		},
		{
			"name": "actionSet",
			"value": [
				"vnfRecipe"
			]
		},
		{
			"name": "location",
			"value": [
				"DC1"
			]
		},
		{
			"name": "deployParameters",
			"value": {
				"dh_override": "component_dockerhost",
				"dh_location_id": "zone1",
				"aaiEnrichmentHost": "none",
				"aaiEnrichmentPort": 8443,
				"enableAAIEnrichment": false,
				"dmaap_host": "dmaap.onap-message-router",
				"dmaap_port": 3904,
				"enableRedisCaching": false,
				"redisHosts": "",
				"tag_version": "nexus3.onap.org:10001/onap//onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.0.0",
				"consul_host": "consul-server.onap-consul",
				"consul_port": "8500",
				"cbs_host": "config-binding-service.dcae",
				"cbs_port": "10000",
				"external_port": "32010",
				"policy_id": "AUTO_GENERATED_POLICY_ID_AT_SUBMIT"
			}
		}
	]
}