a247b2c1d1aa8e5d142cf3bf5c1c2edb8ad6d847
[dcaegen2/platform.git] / mod / bpgenerator / onap / src / test / resources / componentspecs / testComponentSpec_withoutTlsInfo.json
1 {
2   "self": {
3     "component_type": "docker",
4     "description": "Test component spec",
5     "name": "test.component.spec",
6     "version": "1.0.1"
7   },
8   "services": {
9     "calls": [],
10     "provides": []
11   },
12   "streams": {
13     "publishes": [],
14     "subscribes": []
15   },
16   "parameters": [],
17   "auxilary": {
18     "healthcheck": {
19       "type": "docker",
20       "interval": "300s",
21       "timeout": "120s",
22       "script": "/etc/init.d/nagios status"
23     },
24     "ports": [
25       "80:80",
26       "99:99"
27     ]
28   },
29   "artifacts": [
30     {
31       "type": "docker image",
32       "uri": "test.tester"
33     }
34   ]
35 }