blob: 57834c474cba246f022112e35ba644bf5f0ef01e [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001{
2 "name": "xxx",
3 "description": "OpenSource-xxx",
Michael Lando451a3402017-02-19 10:28:42 +02004 "json_class": "Chef::Environment",
5 "chef_type": "environment",
6
7 "default_attributes": {
Tal Gitelman7cb0f892018-01-07 19:06:47 +02008 "disableHttp": false,
Michael Lando451a3402017-02-19 10:28:42 +02009 "CS_VIP": "yyy",
10 "BE_VIP": "yyy",
Avi Zivc175a0d2018-03-15 13:21:44 +020011 "ONBOARDING_BE_VIP": "yyy",
Michael Lando451a3402017-02-19 10:28:42 +020012 "FE_VIP": "yyy",
13 "ES_VIP": "yyy",
Tal Gitelman51d50f02017-12-10 18:55:03 +020014 "KB_VIP": "yyy",
Areli, Fuss (af732p)332a0bd2018-05-01 12:11:06 +030015 "DCAE_BE_VIP": "yyy",
16 "DCAE_FE_VIP": "yyy",
Michael Lando451a3402017-02-19 10:28:42 +020017 "interfaces": {
18 "application": "eth0",
19 "private": "eth1"
20 },
21 "ECompP": {
Michael Landod7cc2df2017-10-24 23:10:45 +030022 "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi",
Tal Gitelman51d50f02017-12-10 18:55:03 +020023 "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
Tal Gitelman7d05e162018-10-10 14:52:54 +030024 "cipher_key": "AGLDdG4D04BKm2IxIWEr8o==",
25 "portal_user": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=",
Tal Gitelmand8bdab02018-11-29 11:57:23 +020026 "portal_pass": "j85yNhyIs7zKYbR1VlwEfNhS6b7Om4l0Gx5O8931sCI=",
27 "portal_app_name": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA="
Tal Gitelman51d50f02017-12-10 18:55:03 +020028 },
Michael Lando451a3402017-02-19 10:28:42 +020029 "UEB": {
30 "PublicKey": "iPIxkpAMI8qTcQj8",
31 "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
Grinberg Motib47f06a2017-02-23 17:57:18 +020032 "fqdn": ["10.0.11.1", "10.0.11.1"]
Michael Lando451a3402017-02-19 10:28:42 +020033 },
34 "Nodes": {
Areli, Fuss (af732p)c033cdc2018-04-24 13:59:00 +030035 "CS": [
36 "yyy"
37 ],
Avi Zivc175a0d2018-03-15 13:21:44 +020038 "BE": "yyy",
39 "ONBOARDING_BE": "yyy",
40 "FE": "yyy",
Areli, Fuss (af732p)c033cdc2018-04-24 13:59:00 +030041 "ES": [
42 "yyy"
43 ],
44 "KB": "yyy"
Idan Amit2c285722017-12-29 09:40:43 +020045 },
shrikantawachard139e092019-01-16 12:37:16 +053046 "VnfRepo": {
Yuli Shlosberge56a2a82018-02-25 14:39:45 +020047 "vnfRepoPort": "8702",
Michael Landoedb9d332018-05-16 01:27:14 +030048 "vnfRepoHost": "10.0.14.1"
Yuli Shlosberge56a2a82018-02-25 14:39:45 +020049 }
Michael Lando451a3402017-02-19 10:28:42 +020050 },
51 "override_attributes": {
52 "FE": {
53 "http_port": "8181",
54 "https_port": "9443"
55 },
56 "BE": {
57 "http_port": "8080",
58 "https_port": "8443"
59 },
Avi Zivc175a0d2018-03-15 13:21:44 +020060 "ONBOARDING_BE": {
61 "http_port": "8081",
avigaffad8906a02018-11-18 16:01:07 +020062 "https_port": "8445",
63 "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
Avi Zivc175a0d2018-03-15 13:21:44 +020064 },
Michael Lando451a3402017-02-19 10:28:42 +020065 "elasticsearch": {
66 "cluster_name": "SDC-ES-",
67 "ES_path_home": "/usr/share/elasticsearch",
68 "ES_path_data": "/usr/share/elasticsearch/data",
69 "num_of_replicas": "0",
70 "num_of_shards": "1"
71 },
72
73 "cassandra": {
74 "concurrent_reads": "32",
75 "num_tokens": "256",
76 "data_dir": "/var/lib/cassandra/data",
77 "hinted_handoff_enabled": "true",
78 "cassandra_user": "asdc_user",
79 "cassandra_password": "Aa1234%^!",
80 "concurrent_writes": "32",
81 "cluster_name": "SDC-CS-",
Michael Lando5b593492018-07-29 16:13:45 +030082 "datacenter_name": "SDC-CS-",
Michael Lando451a3402017-02-19 10:28:42 +020083 "multithreaded_compaction": "false",
84 "cache_dir": "/var/lib/cassandra/saved_caches",
85 "log_file": "/var/lib/cassandra/log/system.log",
86 "phi_convict_threshold": "8",
Michael Lando50ffa6b2018-01-08 10:52:07 +020087 "commitlog_dir": "/var/lib/cassandra/commitlog",
88 "socket_read_timeout": "20000",
89 "socket_connect_timeout": "20000",
90 "titan_connection_timeout": "10000"
Michael Lando451a3402017-02-19 10:28:42 +020091 }
92 }
93}
94