blob: 369d22489df96051087a102f2e49c5fe51dc857e [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 },
efiacor425ebb12022-08-12 13:14:17 +010030 "Kafka": {
31 "bootstrap": "kafka-bootstrap:9092"
32 },
33 "DistributionTopics": {
34 "notificationTopicName": "SDC-DISTR-NOTIF-TOPIC",
35 "statusTopicName": "SDC-DISTR-STATUS-TOPIC"
36 },
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +020037 "Nodes": {
38 "CS": [
39 "yyy"
40 ],
41 "BE": "yyy",
42 "ONBOARDING_BE": "yyy",
Ofir Sonsino474fdab2020-01-26 15:48:38 +020043 "FE": "yyy"
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +020044 },
45 "VnfRepo": {
46 "vnfRepoPort": "8702",
47 "vnfRepoHost": "10.0.14.1"
JvD_Ericsson366d0b72021-09-22 10:19:08 +010048 },
49 "HelmValidator": {
50 "validator_enabled": false,
51 "helm_version": "v3",
52 "deployable": true,
53 "lintable": true,
54 "strict_lintable": false,
55 "validator_url": "http://helm-validator:8080/validate"
kaihlavib481fd52019-06-07 11:25:58 +030056 }
57 },
58 "override_attributes": {
59 "FE": {
60 "http_port": "8181",
Petr Ospalý968cd1f2019-09-20 05:51:37 +020061 "https_port": "9443",
62 "domain_name": "sdc"
kaihlavib481fd52019-06-07 11:25:58 +030063 },
64 "BE": {
65 "http_port": "8080",
Petr Ospalý968cd1f2019-09-20 05:51:37 +020066 "https_port": "8443",
67 "domain_name": "sdc"
kaihlavib481fd52019-06-07 11:25:58 +030068 },
69 "ONBOARDING_BE": {
70 "http_port": "8081",
71 "https_port": "8445",
Petr Ospalý968cd1f2019-09-20 05:51:37 +020072 "domain_name": "sdc",
kaihlavib481fd52019-06-07 11:25:58 +030073 "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
74 },
kaihlavib481fd52019-06-07 11:25:58 +030075 "cassandra": {
76 "cassandra_port": 9042,
77 "concurrent_reads": "32",
78 "num_tokens": "256",
79 "data_dir": "/var/lib/cassandra/data",
80 "hinted_handoff_enabled": "true",
81 "cassandra_user": "asdc_user",
82 "cassandra_password": "Aa1234%^!",
83 "concurrent_writes": "32",
84 "cluster_name": "SDC-CS",
85 "datacenter_name": "SDC-CS",
86 "multithreaded_compaction": "false",
87 "cache_dir": "/var/lib/cassandra/saved_caches",
88 "log_file": "/var/lib/cassandra/log/system.log",
89 "phi_convict_threshold": "8",
90 "commitlog_dir": "/var/lib/cassandra/commitlog",
k.kedronbdd46a62020-03-19 10:32:35 +010091 "socket_read_timeout": "40000",
92 "socket_connect_timeout": "40000",
93 "janusgraph_connection_timeout": "20000",
vasrazc6d49ae2023-09-26 14:22:31 +010094 "replication_factor": "1",
95 "cassandra_keystore_path": "cassandra_keystore_path",
96 "cassandra_keystore_password": "cassandra_keystore_password",
97 "cassandra_truststore_path": "cassandra_truststore_path",
98 "cassandra_truststore_password": "cassandra_truststore_password"
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +020099 },
100 "DMAAP": {
101 "consumer": {
102 "host": "dcae-mrtr.com:3905",
103 "topic": "operationalEnvironmentEvent",
104 "serviceName": "dcae-mrtr.com:3905/events",
105 "environment": "TEST",
106 "partner": "BOT_R",
107 "username": "user1@sdc.com",
108 "password": "password=="
109 },
110 "producer": {
111 "host": "olsd004.com:3905",
112 "topic": "SDC-FACADE-NOTIF-v1 ",
113 "serviceName": "dmaap.com:3905/events",
114 "environment": "TEST",
115 "username": "user1@sdc.com",
116 "password": "password=="
kaihlavib481fd52019-06-07 11:25:58 +0300117 }
118 }
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +0200119 }
Michael Lando451a3402017-02-19 10:28:42 +0200120}