blob: d35590ec676b4cc06fe8d3a3893f2ee2660ecd43 [file] [log] [blame]
Mandeep Khindad6ea9872017-06-24 11:49:37 -04001{
2 "name": "AUTO",
3 "description": "OpenSource-AUTO",
4 "cookbook_versions": {
5 "Deploy-SDandC": "= 1.0.0"
6 },
7 "json_class": "Chef::Environment",
8 "chef_type": "environment",
9
10 "default_attributes": {
BorislavG8bfc6cf2018-02-27 15:04:26 +000011 "CS_VIP": "sdc-cs.{{.Values.nsPrefix}}",
12 "BE_VIP": "sdc-be.{{.Values.nsPrefix}}",
13 "FE_VIP": "sdc-fe.{{.Values.nsPrefix}}",
14 "ES_VIP": "sdc-es.{{.Values.nsPrefix}}",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040015 "interfaces": {
16 "application": "eth0",
17 "private": "eth0"
18 },
19 "ECompP": {
BorislavG8bfc6cf2018-02-27 15:04:26 +000020 "ecomp_rest_url": "http://portalapps.{{.Values.nsPrefix}}:8989/ONAPPORTAL/auxapi",
21 "ueb_url_list": "dmaap.{{.Values.nsPrefix}}, dmaap.{{.Values.nsPrefix}}",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040022 "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
23 "app_key": "x9UfO7JsDn8BESVX",
24 "inbox_name": "ECOMP-PORTAL-INBOX",
BorislavG8bfc6cf2018-02-27 15:04:26 +000025 "ecomp_redirect_url": "http://portalapps.{{.Values.nsPrefix}}:8989/ONAPPORTAL/login.htm",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040026 "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
27 "decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
28 },
29 "UEB": {
30 "PublicKey": "iPIxkpAMI8qTcQj8",
31 "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
BorislavG8bfc6cf2018-02-27 15:04:26 +000032 "fqdn": ["dmaap.{{.Values.nsPrefix}}", "dmaap.{{.Values.nsPrefix}}"]
Mandeep Khindad6ea9872017-06-24 11:49:37 -040033 },
34 "Nodes": {
BorislavG8bfc6cf2018-02-27 15:04:26 +000035 "CS": "sdc-cs.{{.Values.nsPrefix}}",
36 "BE": "sdc-be.{{.Values.nsPrefix}}",
37 "FE": "sdc-fe.{{.Values.nsPrefix}}",
38 "ES": "sdc-es.{{.Values.nsPrefix}}"
Mandeep Khindad6ea9872017-06-24 11:49:37 -040039 }
40 },
41 "override_attributes": {
42 "FE": {
43 "http_port": "8181",
44 "https_port": "9443"
45 },
46 "BE": {
47 "http_port": "8080",
48 "https_port": "8443"
49 },
50 "elasticsearch": {
51 "cluster_name": "SDC-ES-",
52 "ES_path_home": "/usr/share/elasticsearch",
53 "ES_path_data": "/usr/share/elasticsearch/data",
54 "num_of_replicas": "0",
55 "num_of_shards": "1"
56 },
57
58 "cassandra": {
59 "concurrent_reads": "32",
60 "num_tokens": "256",
61 "data_dir": "/var/lib/cassandra/data",
62 "hinted_handoff_enabled": "true",
63 "cassandra_user": "asdc_user",
64 "cassandra_password": "Aa1234%^!",
65 "concurrent_writes": "32",
66 "cluster_name": "SDC-CS-",
67 "multithreaded_compaction": "false",
68 "cache_dir": "/var/lib/cassandra/saved_caches",
69 "log_file": "/var/lib/cassandra/log/system.log",
70 "phi_convict_threshold": "8",
71 "commitlog_dir": "/var/lib/cassandra/commitlog"
72 }
73 }
74}