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