BpGen refactor Code Quality Issue-ID: DCAEGEN2-2502
[dcaegen2/platform.git] / mod / bpgenerator / onap / src / test / resources / componentspecs / testComponentSpec_withTlsFalseAndExternalTlsFalse.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     "tls_info": {
29       "cert_directory": "/opt/app/dcae-certificate/",
30       "use_tls": false,
31       "use_external_tls": false
32     }
33   },
34   "artifacts": [
35     {
36       "type": "docker image",
37       "uri": "test.tester"
38     }
39   ]
40 }