summaryrefslogtreecommitdiffstats
path: root/blueprint-generator/TestCases/jack.json
blob: 219b1b5653c4724e40ba3287bfb39bd365f000c0 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
	"self": {
		"component_type": "docker",
		"description": "Hello World mS for subscribing the data from local DMaaP, DR or MR, processing them and publishing them as PM files to local DMaaP DR",
		"name": "dcae.test.ms",
		"version": "1.0.0"
	},

	"services": {
		"calls": [],
		"provides": []
	},

	"streams": {
		"publishes": [{
				"config_key": "DCAE-HELLO-WORLD-PUB-DR",
				"format": "dataformat_Hello_World_PM",
				"type": "data_router",
				"version": "1.0.0"
			},
			{
				"config_key": "DCAE-HELLO-WORLD-PUB-MR",
				"format": "dataformat_Hello_World_PM",
				"type": "message_router",
				"version": "1.0.0"
			}
		],

		"subscribes": [{
				"config_key": "DCAE-HELLO-WORLD-SUB-MR",
				"format": "dataformat_Hello_World_PM",
				"route": "/DCAE_HELLO_WORLD_SUB_MR",
				"type": "message_router",
				"version": "1.0.0"
			},
			{
				"config_key": "DCAE-HELLO-WORLD-SUB-DR",
				"format": "dataformat_Hello_World_PM",
				"route": "/DCAE-HELLO-WORLD-SUB-DR",
				"type": "data_router",
				"version": "1.0.0"
			}
		]
	},

    "parameters":
    [
        {
            "name": "vcc_hello_name",
            "value": "fsdfa",
            "description": "the name entered for specific person",
			"sourced_at_deployment": true,
			"designer_editable": true,
			"policy_editable": false,
			"type": "string"
        },

        {
			"name": "useDtiConfig",
			"value": false,
			"description": "component depends on configuration from dti.",
			"sourced_at_deployment": false,
			"designer_editable": false,
			"policy_editable": false,
			 "required" : true
		},

		{
			"name": "isSelfServeComponent",
			"value": false,
			"description": "Is this used as self serve component.",
			"sourced_at_deployment": false,
			"designer_editable": false,
			"policy_editable": false,
			"required" : true,
			"type": "string"
		}
    ],

	"auxilary": {
		"healthcheck": {
			"interval": "60s",
			"timeout": "20s",
			"endpoint": "/",
			"type": "http"
		}
    },

    "artifacts": [{
		"type": "docker image",
		"uri": "nginx"
	}]
}