blob: d73893960f94921c07241386b30202b5866735ab [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=",
26 "portal_pass": "j85yNhyIs7zKYbR1VlwEfNhS6b7Om4l0Gx5O8931sCI="
Tal Gitelman51d50f02017-12-10 18:55:03 +020027 },
Michael Lando451a3402017-02-19 10:28:42 +020028 "UEB": {
29 "PublicKey": "iPIxkpAMI8qTcQj8",
30 "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
Grinberg Motib47f06a2017-02-23 17:57:18 +020031 "fqdn": ["10.0.11.1", "10.0.11.1"]
Michael Lando451a3402017-02-19 10:28:42 +020032 },
33 "Nodes": {
Areli, Fuss (af732p)c033cdc2018-04-24 13:59:00 +030034 "CS": [
35 "yyy"
36 ],
Avi Zivc175a0d2018-03-15 13:21:44 +020037 "BE": "yyy",
38 "ONBOARDING_BE": "yyy",
39 "FE": "yyy",
Areli, Fuss (af732p)c033cdc2018-04-24 13:59:00 +030040 "ES": [
41 "yyy"
42 ],
43 "KB": "yyy"
Idan Amit2c285722017-12-29 09:40:43 +020044 },
Idan Amit71904f22018-02-13 10:38:16 +020045 "Plugins": {
Idan Amit2c285722017-12-29 09:40:43 +020046 "DCAE": {
Areli, Fuss (af732p)062d4c12018-06-03 18:49:19 +030047 "dcae_discovery_url": "http://yyy:8183/dcaed/#/demo",
48 "dcae_source_url": "http://yyy:8183/dcaed/#/demo"
Idan Amit2c285722017-12-29 09:40:43 +020049 },
Michael Lando5b593492018-07-29 16:13:45 +030050 "DCAE-TAB": {
51 "dcae_dt_discovery_url": "yyy",
52 "dcae_dt_source_url": "yyy"
53 },
Idan Amit2c285722017-12-29 09:40:43 +020054 "WORKFLOW": {
Idan Amit71904f22018-02-13 10:38:16 +020055 "workflow_discovery_url": "yyy",
56 "workflow_source_url": "yyy"
Idan Amit2c285722017-12-29 09:40:43 +020057 }
Idan Amit71904f22018-02-13 10:38:16 +020058 },
Yuli Shlosberge56a2a82018-02-25 14:39:45 +020059 "VnfRepo": {
60 "vnfRepoPort": "8702",
Michael Landoedb9d332018-05-16 01:27:14 +030061 "vnfRepoHost": "10.0.14.1"
Yuli Shlosberge56a2a82018-02-25 14:39:45 +020062 }
Michael Lando451a3402017-02-19 10:28:42 +020063 },
64 "override_attributes": {
65 "FE": {
66 "http_port": "8181",
67 "https_port": "9443"
68 },
69 "BE": {
70 "http_port": "8080",
71 "https_port": "8443"
72 },
Avi Zivc175a0d2018-03-15 13:21:44 +020073 "ONBOARDING_BE": {
74 "http_port": "8081",
avigaffad8906a02018-11-18 16:01:07 +020075 "https_port": "8445",
76 "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
Avi Zivc175a0d2018-03-15 13:21:44 +020077 },
Michael Lando451a3402017-02-19 10:28:42 +020078 "elasticsearch": {
79 "cluster_name": "SDC-ES-",
80 "ES_path_home": "/usr/share/elasticsearch",
81 "ES_path_data": "/usr/share/elasticsearch/data",
82 "num_of_replicas": "0",
83 "num_of_shards": "1"
84 },
85
86 "cassandra": {
87 "concurrent_reads": "32",
88 "num_tokens": "256",
89 "data_dir": "/var/lib/cassandra/data",
90 "hinted_handoff_enabled": "true",
91 "cassandra_user": "asdc_user",
92 "cassandra_password": "Aa1234%^!",
93 "concurrent_writes": "32",
94 "cluster_name": "SDC-CS-",
Michael Lando5b593492018-07-29 16:13:45 +030095 "datacenter_name": "SDC-CS-",
Michael Lando451a3402017-02-19 10:28:42 +020096 "multithreaded_compaction": "false",
97 "cache_dir": "/var/lib/cassandra/saved_caches",
98 "log_file": "/var/lib/cassandra/log/system.log",
99 "phi_convict_threshold": "8",
Michael Lando50ffa6b2018-01-08 10:52:07 +0200100 "commitlog_dir": "/var/lib/cassandra/commitlog",
101 "socket_read_timeout": "20000",
102 "socket_connect_timeout": "20000",
103 "titan_connection_timeout": "10000"
Michael Lando451a3402017-02-19 10:28:42 +0200104 }
105 }
106}
107