aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-2.json
blob: d7a54162f008f9207ae40c91b6c47e192c06bb24 (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
{
	"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": {
				"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": "AUTO_GENERATED_POLICY_ID_AT_SUBMIT"
			}
		}
	]
}