Final commit to master merge from
[sdc.git] / sdc-os-chef / environments / Template.json
1 {
2    "name": "xxx",
3    "description": "OpenSource-xxx",
4    "cookbook_versions": {
5             "Deploy-SDandC": "= 1.0.0"
6    },
7    "json_class": "Chef::Environment",
8    "chef_type": "environment",
9
10    "default_attributes": {
11         "CS_VIP": "yyy",
12         "BE_VIP": "yyy",
13         "FE_VIP": "yyy",
14         "ES_VIP": "yyy",
15         "KB_VIP": "yyy",
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             "ueb_url_list": "10.0.11.1,10.0.11.1",
23             "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
24             "app_key": "x9UfO7JsDn8BESVX",
25             "inbox_name": "ECOMP-PORTAL-INBOX",
26             "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
27             "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
28                         "decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
29         },
30         "UEB": {
31             "PublicKey": "iPIxkpAMI8qTcQj8",
32             "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
33             "fqdn": ["10.0.11.1", "10.0.11.1"]
34         },
35         "Nodes": {
36             "CS": "yyy",
37             "BE": "yyy",
38             "FE": "yyy",
39             "ES": "yyy",
40             "KB": "yyy"
41         }
42     },
43     "override_attributes": {
44         "FE": {
45             "http_port": "8181",
46             "https_port": "9443"
47         },
48         "BE": {
49             "http_port": "8080",
50             "https_port": "8443"
51         },
52         "elasticsearch": {
53             "cluster_name": "SDC-ES-",
54             "ES_path_home": "/usr/share/elasticsearch",
55             "ES_path_data": "/usr/share/elasticsearch/data",
56             "num_of_replicas": "0",
57             "num_of_shards": "1"
58         },
59
60         "cassandra": {
61             "concurrent_reads": "32",
62             "num_tokens": "256",
63             "data_dir": "/var/lib/cassandra/data",
64             "hinted_handoff_enabled": "true",
65             "cassandra_user": "asdc_user",
66             "cassandra_password": "Aa1234%^!",
67             "concurrent_writes": "32",
68             "cluster_name": "SDC-CS-",
69             "multithreaded_compaction": "false",
70             "cache_dir": "/var/lib/cassandra/saved_caches",
71             "log_file": "/var/lib/cassandra/log/system.log",
72             "phi_convict_threshold": "8",
73             "commitlog_dir": "/var/lib/cassandra/commitlog"
74         }
75     }
76 }
77