Add sdc startup in IT
[sdc.git] / integration-tests / src / test / resources / integration-test.json
1 {
2    "name": "${it.env.name}",
3    "description": "OpenSource-${it.env.name}",
4    "json_class": "Chef::Environment",
5    "chef_type": "environment",
6
7    "default_attributes": {
8       "disableHttp": false,
9       "CS_VIP": "sdc-cs",
10       "BE_VIP": "sdc-BE",
11       "ONBOARDING_BE_VIP": "sdc-onboard-BE",
12       "FE_VIP": "sdc-FE",
13       "DCAE_BE_VIP": "localhost",
14       "DCAE_FE_VIP": "localhost",
15       "DCAE_TOSCA_LAB_VIP": "localhost",
16       "interfaces": {
17          "application": "eth0",
18          "private": "eth1"
19       },
20       "ECompP": {
21          "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi",
22          "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
23          "cipher_key": "AGLDdG4D04BKm2IxIWEr8o==",
24          "portal_user": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=",
25          "portal_pass": "j85yNhyIs7zKYbR1VlwEfNhS6b7Om4l0Gx5O8931sCI=",
26          "portal_app_name": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA="
27       },
28       "UEB": {
29          "PublicKey": "iPIxkpAMI8qTcQj8",
30          "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
31          "fqdn": ["10.0.11.1", "10.0.11.1"]
32       },
33       "Nodes": {
34          "CS": [
35             "sdc-cs"
36          ],
37          "BE":            "sdc-BE",
38          "ONBOARDING_BE": "sdc-onboard-BE",
39          "FE":            "sdc-FE"
40       },
41       "VnfRepo": {
42          "vnfRepoPort": "8702",
43          "vnfRepoHost": "10.0.14.1"
44       }
45    },
46    "override_attributes": {
47       "FE": {
48          "http_port": "8181",
49          "https_port": "9443",
50          "domain_name": "sdc"
51       },
52       "BE": {
53          "http_port": "8080",
54          "https_port": "8443",
55          "domain_name": "sdc"
56       },
57       "ONBOARDING_BE": {
58          "http_port": "8081",
59          "https_port": "8445",
60          "domain_name": "sdc",
61          "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
62       },
63       "cassandra": {
64          "cassandra_port": 9042,
65          "concurrent_reads": "32",
66          "num_tokens": "256",
67          "data_dir": "/var/lib/cassandra/data",
68          "hinted_handoff_enabled": "true",
69          "cassandra_user": "${it.sdc.user}",
70          "cassandra_password": "${it.sdc.password}",
71          "concurrent_writes": "32",
72          "cluster_name": "${it.sdc.cluster.name}",
73          "datacenter_name": "${it.sdc.cluster.name}",
74          "multithreaded_compaction": "false",
75          "cache_dir": "/var/lib/cassandra/saved_caches",
76          "log_file": "/var/lib/cassandra/log/system.log",
77          "phi_convict_threshold": "8",
78          "commitlog_dir": "/var/lib/cassandra/commitlog",
79          "socket_read_timeout": "40000",
80          "socket_connect_timeout": "40000",
81          "janusgraph_connection_timeout": "20000",
82          "replication_factor": "1"
83       },
84       "DMAAP": {
85          "consumer": {
86             "host": "dcae-mrtr.com:3905",
87             "topic": "operationalEnvironmentEvent",
88             "serviceName": "dcae-mrtr.com:3905/events",
89             "environment": "${it.env.name}",
90             "partner": "BOT_R",
91             "username": "user1@sdc.com",
92             "password": "password=="
93          },
94          "producer": {
95             "host": "olsd004.com:3905",
96             "topic": "SDC-FACADE-NOTIF-v1 ",
97             "serviceName": "dmaap.com:3905/events",
98             "environment": "${it.env.name}",
99             "username": "user1@sdc.com",
100             "password": "password=="
101          }
102       }
103    }
104 }