blob: 9cd371f830d70d7415cfc0ce47f1d022f7c4ff9c [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001{
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 "CS_VIP": "yyy",
12 "BE_VIP": "yyy",
13 "FE_VIP": "yyy",
14 "ES_VIP": "yyy",
Tal Gitelman51d50f02017-12-10 18:55:03 +020015 "KB_VIP": "yyy",
Michael Lando451a3402017-02-19 10:28:42 +020016 "interfaces": {
17 "application": "eth0",
18 "private": "eth1"
19 },
20 "ECompP": {
Michael Landod7cc2df2017-10-24 23:10:45 +030021 "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi",
Tal Gitelman51d50f02017-12-10 18:55:03 +020022 "ueb_url_list": "10.0.11.1,10.0.11.1",
23 "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
24 "app_key": "x9UfO7JsDn8BESVX",
25 "inbox_name": "ECOMP-PORTAL-INBOX",
26 "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
Michael Lando451a3402017-02-19 10:28:42 +020027 "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
28 "decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
Tal Gitelman51d50f02017-12-10 18:55:03 +020029 },
Michael Lando451a3402017-02-19 10:28:42 +020030 "UEB": {
31 "PublicKey": "iPIxkpAMI8qTcQj8",
32 "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
Grinberg Motib47f06a2017-02-23 17:57:18 +020033 "fqdn": ["10.0.11.1", "10.0.11.1"]
Michael Lando451a3402017-02-19 10:28:42 +020034 },
35 "Nodes": {
36 "CS": "yyy",
37 "BE": "yyy",
38 "FE": "yyy",
Tal Gitelman51d50f02017-12-10 18:55:03 +020039 "ES": "yyy",
40 "KB": "yyy"
Michael Lando451a3402017-02-19 10:28:42 +020041 }
42 },
43 "override_attributes": {
44 "FE": {
45 "http_port": "8181",
46 "https_port": "9443"
47 },
48 "BE": {
49 "http_port": "8080",
50 "https_port": "8443"
51 },
52 "elasticsearch": {
53 "cluster_name": "SDC-ES-",
54 "ES_path_home": "/usr/share/elasticsearch",
55 "ES_path_data": "/usr/share/elasticsearch/data",
56 "num_of_replicas": "0",
57 "num_of_shards": "1"
58 },
59
60 "cassandra": {
61 "concurrent_reads": "32",
62 "num_tokens": "256",
63 "data_dir": "/var/lib/cassandra/data",
64 "hinted_handoff_enabled": "true",
65 "cassandra_user": "asdc_user",
66 "cassandra_password": "Aa1234%^!",
67 "concurrent_writes": "32",
68 "cluster_name": "SDC-CS-",
69 "multithreaded_compaction": "false",
70 "cache_dir": "/var/lib/cassandra/saved_caches",
71 "log_file": "/var/lib/cassandra/log/system.log",
72 "phi_convict_threshold": "8",
73 "commitlog_dir": "/var/lib/cassandra/commitlog"
74 }
75 }
76}
77