Update release notes for R3 MR
[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         "interfaces": {
18             "application": "eth0",
19             "private": "eth1"
20         },
21                 "ECompP": {
22                     "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi",
23             "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
24             "cipher_key": "AGLDdG4D04BKm2IxIWEr8o==",
25             "portal_user": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=",
26             "portal_pass": "j85yNhyIs7zKYbR1VlwEfNhS6b7Om4l0Gx5O8931sCI="
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               "yyy"
36             ],
37             "BE":            "yyy",
38             "ONBOARDING_BE": "yyy",
39             "FE":            "yyy",
40             "ES": [
41                "yyy"
42             ],
43             "KB":            "yyy"
44         },
45         "Plugins": {
46             "DCAE": {
47                 "dcae_discovery_url": "http://yyy:8183/dcaed/#/demo",
48                 "dcae_source_url": "http://yyy:8183/dcaed/#/demo"
49             },
50             "DCAE-TAB": {
51                 "dcae_dt_discovery_url": "yyy",
52                 "dcae_dt_source_url": "yyy"
53             },
54             "WORKFLOW": {
55                 "workflow_discovery_url": "yyy",
56                 "workflow_source_url": "yyy"
57             }
58         },
59            "VnfRepo": {
60              "vnfRepoPort": "8702",
61              "vnfRepoHost": "10.0.14.1"
62            }
63     },
64     "override_attributes": {
65         "FE": {
66             "http_port": "8181",
67             "https_port": "9443"
68         },
69         "BE": {
70             "http_port": "8080",
71             "https_port": "8443"
72         },
73         "ONBOARDING_BE": {
74             "http_port": "8081",
75             "https_port": "8445"
76         },
77         "elasticsearch": {
78             "cluster_name": "SDC-ES-",
79             "ES_path_home": "/usr/share/elasticsearch",
80             "ES_path_data": "/usr/share/elasticsearch/data",
81             "num_of_replicas": "0",
82             "num_of_shards": "1"
83         },
84
85         "cassandra": {
86             "concurrent_reads": "32",
87             "num_tokens": "256",
88             "data_dir": "/var/lib/cassandra/data",
89             "hinted_handoff_enabled": "true",
90             "cassandra_user": "asdc_user",
91             "cassandra_password": "Aa1234%^!",
92             "concurrent_writes": "32",
93             "cluster_name": "SDC-CS-",
94             "datacenter_name": "SDC-CS-",
95             "multithreaded_compaction": "false",
96             "cache_dir": "/var/lib/cassandra/saved_caches",
97             "log_file": "/var/lib/cassandra/log/system.log",
98             "phi_convict_threshold": "8",
99             "commitlog_dir": "/var/lib/cassandra/commitlog",
100             "socket_read_timeout": "20000",
101             "socket_connect_timeout": "20000",
102             "titan_connection_timeout": "10000"
103         }
104     }
105 }
106