blob: 5d6eaef94e16f8fa4fbf12b549816e6d30635e83 [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": {
11 "CS_VIP": "sdc-cs.onap-sdc",
12 "BE_VIP": "sdc-be.onap-sdc",
13 "FE_VIP": "sdc-fe.onap-sdc",
14 "ES_VIP": "sdc-es.onap-sdc",
15 "interfaces": {
16 "application": "eth0",
17 "private": "eth0"
18 },
19 "ECompP": {
Bharath Thiruveedula50c17b52017-12-11 23:43:32 +053020 "ecomp_rest_url": "http://portalapps.onap-portal:8989/ONAPPORTAL/auxapi",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040021 "ueb_url_list": "dmaap.onap-message-router, dmaap.onap-message-router",
22 "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
23 "app_key": "x9UfO7JsDn8BESVX",
24 "inbox_name": "ECOMP-PORTAL-INBOX",
Bharath Thiruveedula50c17b52017-12-11 23:43:32 +053025 "ecomp_redirect_url": "http://portalapps.onap-portal: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",
32 "fqdn": ["dmaap.onap-message-router", "dmaap.onap-message-router"]
33 },
34 "Nodes": {
35 "CS": "sdc-cs.onap-sdc",
36 "BE": "sdc-be.onap-sdc",
37 "FE": "sdc-fe.onap-sdc",
38 "ES": "sdc-es.onap-sdc"
39 }
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}