af32e6f19905449a560b916770a793002ea70790
[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         "disableHttp": false,
12         "CS_VIP": "yyy",
13         "BE_VIP": "yyy",
14         "FE_VIP": "yyy",
15         "ES_VIP": "yyy",
16         "KB_VIP": "yyy",
17         "interfaces": {
18             "application": "eth0",
19             "private": "eth1"
20         },
21                 "ECompP": {
22                     "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi",
23             "ueb_url_list": "10.0.11.1,10.0.11.1",
24             "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
25             "app_key": "x9UfO7JsDn8BESVX",
26             "inbox_name": "ECOMP-PORTAL-INBOX",
27             "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
28             "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
29                         "decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
30         },
31         "UEB": {
32             "PublicKey": "iPIxkpAMI8qTcQj8",
33             "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
34             "fqdn": ["10.0.11.1", "10.0.11.1"]
35         },
36         "Nodes": {
37             "CS": "yyy",
38             "BE": "yyy",
39             "FE": "yyy",
40             "ES": "yyy",
41             "KB": "yyy"
42         },
43         "Plugins": {
44             "DCAE": {
45                 "dcae_discovery_url": "yyy",
46                 "dcae_source_url": "yyy"
47             },
48             "WORKFLOW": {
49                 "workflow_discovery_url": "yyy",
50                 "workflow_source_url": "yyy"
51             }
52         },
53     },
54     "override_attributes": {
55         "FE": {
56             "http_port": "8181",
57             "https_port": "9443"
58         },
59         "BE": {
60             "http_port": "8080",
61             "https_port": "8443"
62         },
63         "elasticsearch": {
64             "cluster_name": "SDC-ES-",
65             "ES_path_home": "/usr/share/elasticsearch",
66             "ES_path_data": "/usr/share/elasticsearch/data",
67             "num_of_replicas": "0",
68             "num_of_shards": "1"
69         },
70
71         "cassandra": {
72             "concurrent_reads": "32",
73             "num_tokens": "256",
74             "data_dir": "/var/lib/cassandra/data",
75             "hinted_handoff_enabled": "true",
76             "cassandra_user": "asdc_user",
77             "cassandra_password": "Aa1234%^!",
78             "concurrent_writes": "32",
79             "cluster_name": "SDC-CS-",
80             "multithreaded_compaction": "false",
81             "cache_dir": "/var/lib/cassandra/saved_caches",
82             "log_file": "/var/lib/cassandra/log/system.log",
83             "phi_convict_threshold": "8",
84             "commitlog_dir": "/var/lib/cassandra/commitlog",
85             "socket_read_timeout": "20000",
86             "socket_connect_timeout": "20000",
87             "titan_connection_timeout": "10000"
88         }
89     }
90 }
91