aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/sdc/blueprint-dcae/prop-text-for-tca-3.json
blob: 012c46e9cf5d3d625bf624e4a88f30effed700be (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": [
				"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",
				"policy_model_id": "onap.policies.monitoring.cdap.tca.hi.lo.app"
			}
		}
	]
}