blob: b0d908c93d59349fae7285755faba1c0291a59e9 [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": {
kaihlavib481fd52019-06-07 11:25:58 +03008 "disableHttp": false,
9 "CS_VIP": "yyy",
10 "BE_VIP": "yyy",
11 "ONBOARDING_BE_VIP": "yyy",
12 "FE_VIP": "yyy",
kaihlavib481fd52019-06-07 11:25:58 +030013 "interfaces": {
14 "application": "eth0",
15 "private": "eth1"
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +020016 },
17 "ECompP": {
18 "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi",
19 "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
20 "cipher_key": "AGLDdG4D04BKm2IxIWEr8o==",
21 "portal_user": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=",
22 "portal_pass": "j85yNhyIs7zKYbR1VlwEfNhS6b7Om4l0Gx5O8931sCI=",
23 "portal_app_name": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA="
24 },
25 "UEB": {
26 "PublicKey": "iPIxkpAMI8qTcQj8",
kaihlavib481fd52019-06-07 11:25:58 +030027 "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
28 "fqdn": ["10.0.11.1", "10.0.11.1"]
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +020029 },
30 "Nodes": {
31 "CS": [
32 "yyy"
33 ],
34 "BE": "yyy",
35 "ONBOARDING_BE": "yyy",
Ofir Sonsino474fdab2020-01-26 15:48:38 +020036 "FE": "yyy"
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +020037 },
38 "VnfRepo": {
39 "vnfRepoPort": "8702",
40 "vnfRepoHost": "10.0.14.1"
JvD_Ericsson366d0b72021-09-22 10:19:08 +010041 },
42 "HelmValidator": {
43 "validator_enabled": false,
44 "helm_version": "v3",
45 "deployable": true,
46 "lintable": true,
47 "strict_lintable": false,
48 "validator_url": "http://helm-validator:8080/validate"
kaihlavib481fd52019-06-07 11:25:58 +030049 }
50 },
51 "override_attributes": {
52 "FE": {
53 "http_port": "8181",
Petr Ospalý968cd1f2019-09-20 05:51:37 +020054 "https_port": "9443",
55 "domain_name": "sdc"
kaihlavib481fd52019-06-07 11:25:58 +030056 },
57 "BE": {
58 "http_port": "8080",
Petr Ospalý968cd1f2019-09-20 05:51:37 +020059 "https_port": "8443",
60 "domain_name": "sdc"
kaihlavib481fd52019-06-07 11:25:58 +030061 },
62 "ONBOARDING_BE": {
63 "http_port": "8081",
64 "https_port": "8445",
Petr Ospalý968cd1f2019-09-20 05:51:37 +020065 "domain_name": "sdc",
kaihlavib481fd52019-06-07 11:25:58 +030066 "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
67 },
kaihlavib481fd52019-06-07 11:25:58 +030068 "cassandra": {
69 "cassandra_port": 9042,
70 "concurrent_reads": "32",
71 "num_tokens": "256",
72 "data_dir": "/var/lib/cassandra/data",
73 "hinted_handoff_enabled": "true",
74 "cassandra_user": "asdc_user",
75 "cassandra_password": "Aa1234%^!",
76 "concurrent_writes": "32",
77 "cluster_name": "SDC-CS",
78 "datacenter_name": "SDC-CS",
79 "multithreaded_compaction": "false",
80 "cache_dir": "/var/lib/cassandra/saved_caches",
81 "log_file": "/var/lib/cassandra/log/system.log",
82 "phi_convict_threshold": "8",
83 "commitlog_dir": "/var/lib/cassandra/commitlog",
k.kedronbdd46a62020-03-19 10:32:35 +010084 "socket_read_timeout": "40000",
85 "socket_connect_timeout": "40000",
86 "janusgraph_connection_timeout": "20000",
kaihlavib481fd52019-06-07 11:25:58 +030087 "replication_factor": "1"
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +020088 },
89 "DMAAP": {
90 "consumer": {
91 "host": "dcae-mrtr.com:3905",
92 "topic": "operationalEnvironmentEvent",
93 "serviceName": "dcae-mrtr.com:3905/events",
94 "environment": "TEST",
95 "partner": "BOT_R",
96 "username": "user1@sdc.com",
97 "password": "password=="
98 },
99 "producer": {
100 "host": "olsd004.com:3905",
101 "topic": "SDC-FACADE-NOTIF-v1 ",
102 "serviceName": "dmaap.com:3905/events",
103 "environment": "TEST",
104 "username": "user1@sdc.com",
105 "password": "password=="
kaihlavib481fd52019-06-07 11:25:58 +0300106 }
107 }
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +0200108 }
Michael Lando451a3402017-02-19 10:28:42 +0200109}