blob: 5c7e83575d22c01b761add3dd134705621bf9104 [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": {
Tal Gitelman7cb0f892018-01-07 19:06:47 +020011 "disableHttp": false,
Michael Lando451a3402017-02-19 10:28:42 +020012 "CS_VIP": "yyy",
13 "BE_VIP": "yyy",
Avi Zivc175a0d2018-03-15 13:21:44 +020014 "ONBOARDING_BE_VIP": "yyy",
Michael Lando451a3402017-02-19 10:28:42 +020015 "FE_VIP": "yyy",
16 "ES_VIP": "yyy",
Tal Gitelman51d50f02017-12-10 18:55:03 +020017 "KB_VIP": "yyy",
Areli, Fuss (af732p)332a0bd2018-05-01 12:11:06 +030018 "DCAE_BE_VIP": "yyy",
19 "DCAE_FE_VIP": "yyy",
Michael Lando451a3402017-02-19 10:28:42 +020020 "interfaces": {
21 "application": "eth0",
22 "private": "eth1"
23 },
24 "ECompP": {
Michael Landod7cc2df2017-10-24 23:10:45 +030025 "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi",
Tal Gitelman51d50f02017-12-10 18:55:03 +020026 "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
Tal Gitelman7d05e162018-10-10 14:52:54 +030027 "cipher_key": "AGLDdG4D04BKm2IxIWEr8o==",
28 "portal_user": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=",
29 "portal_pass": "j85yNhyIs7zKYbR1VlwEfNhS6b7Om4l0Gx5O8931sCI="
Tal Gitelman51d50f02017-12-10 18:55:03 +020030 },
Michael Lando451a3402017-02-19 10:28:42 +020031 "UEB": {
32 "PublicKey": "iPIxkpAMI8qTcQj8",
33 "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
Grinberg Motib47f06a2017-02-23 17:57:18 +020034 "fqdn": ["10.0.11.1", "10.0.11.1"]
Michael Lando451a3402017-02-19 10:28:42 +020035 },
36 "Nodes": {
Areli, Fuss (af732p)c033cdc2018-04-24 13:59:00 +030037 "CS": [
38 "yyy"
39 ],
Avi Zivc175a0d2018-03-15 13:21:44 +020040 "BE": "yyy",
41 "ONBOARDING_BE": "yyy",
42 "FE": "yyy",
Areli, Fuss (af732p)c033cdc2018-04-24 13:59:00 +030043 "ES": [
44 "yyy"
45 ],
46 "KB": "yyy"
Idan Amit2c285722017-12-29 09:40:43 +020047 },
Idan Amit71904f22018-02-13 10:38:16 +020048 "Plugins": {
Idan Amit2c285722017-12-29 09:40:43 +020049 "DCAE": {
Areli, Fuss (af732p)062d4c12018-06-03 18:49:19 +030050 "dcae_discovery_url": "http://yyy:8183/dcaed/#/demo",
51 "dcae_source_url": "http://yyy:8183/dcaed/#/demo"
Idan Amit2c285722017-12-29 09:40:43 +020052 },
Michael Lando5b593492018-07-29 16:13:45 +030053 "DCAE-TAB": {
54 "dcae_dt_discovery_url": "yyy",
55 "dcae_dt_source_url": "yyy"
56 },
Idan Amit2c285722017-12-29 09:40:43 +020057 "WORKFLOW": {
Idan Amit71904f22018-02-13 10:38:16 +020058 "workflow_discovery_url": "yyy",
59 "workflow_source_url": "yyy"
Idan Amit2c285722017-12-29 09:40:43 +020060 }
Idan Amit71904f22018-02-13 10:38:16 +020061 },
Yuli Shlosberge56a2a82018-02-25 14:39:45 +020062 "VnfRepo": {
63 "vnfRepoPort": "8702",
Michael Landoedb9d332018-05-16 01:27:14 +030064 "vnfRepoHost": "10.0.14.1"
Yuli Shlosberge56a2a82018-02-25 14:39:45 +020065 }
Michael Lando451a3402017-02-19 10:28:42 +020066 },
67 "override_attributes": {
68 "FE": {
69 "http_port": "8181",
70 "https_port": "9443"
71 },
72 "BE": {
73 "http_port": "8080",
74 "https_port": "8443"
75 },
Avi Zivc175a0d2018-03-15 13:21:44 +020076 "ONBOARDING_BE": {
77 "http_port": "8081",
78 "https_port": "8445"
79 },
Michael Lando451a3402017-02-19 10:28:42 +020080 "elasticsearch": {
81 "cluster_name": "SDC-ES-",
82 "ES_path_home": "/usr/share/elasticsearch",
83 "ES_path_data": "/usr/share/elasticsearch/data",
84 "num_of_replicas": "0",
85 "num_of_shards": "1"
86 },
87
88 "cassandra": {
89 "concurrent_reads": "32",
90 "num_tokens": "256",
91 "data_dir": "/var/lib/cassandra/data",
92 "hinted_handoff_enabled": "true",
93 "cassandra_user": "asdc_user",
94 "cassandra_password": "Aa1234%^!",
95 "concurrent_writes": "32",
96 "cluster_name": "SDC-CS-",
Michael Lando5b593492018-07-29 16:13:45 +030097 "datacenter_name": "SDC-CS-",
Michael Lando451a3402017-02-19 10:28:42 +020098 "multithreaded_compaction": "false",
99 "cache_dir": "/var/lib/cassandra/saved_caches",
100 "log_file": "/var/lib/cassandra/log/system.log",
101 "phi_convict_threshold": "8",
Michael Lando50ffa6b2018-01-08 10:52:07 +0200102 "commitlog_dir": "/var/lib/cassandra/commitlog",
103 "socket_read_timeout": "20000",
104 "socket_connect_timeout": "20000",
105 "titan_connection_timeout": "10000"
Michael Lando451a3402017-02-19 10:28:42 +0200106 }
107 }
108}
109