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