blob: c2c50d1548fa27ded83dc76a3a1670e11c688d46 [file] [log] [blame]
JulienBeb1679462020-08-19 11:12:59 +02001{
2 "name": "${it.env.name}",
3 "description": "OpenSource-${it.env.name}",
4 "json_class": "Chef::Environment",
5 "chef_type": "environment",
6
7 "default_attributes": {
8 "disableHttp": false,
9 "CS_VIP": "sdc-cs",
10 "BE_VIP": "sdc-BE",
11 "ONBOARDING_BE_VIP": "sdc-onboard-BE",
12 "FE_VIP": "sdc-FE",
JulienBeb1679462020-08-19 11:12:59 +020013 "interfaces": {
14 "application": "eth0",
15 "private": "eth1"
16 },
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",
27 "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
28 "fqdn": ["10.0.11.1", "10.0.11.1"]
29 },
efiacor425ebb12022-08-12 13:14:17 +010030 "Kafka": {
31 "bootstrap": "kafka-bootstrap-int:9092"
32 },
33 "DistributionTopics": {
34 "notificationTopicName": "SDC-DISTR-NOTIF-TOPIC-INT"
35 },
JulienBeb1679462020-08-19 11:12:59 +020036 "Nodes": {
37 "CS": [
38 "sdc-cs"
39 ],
40 "BE": "sdc-BE",
41 "ONBOARDING_BE": "sdc-onboard-BE",
42 "FE": "sdc-FE"
43 },
44 "VnfRepo": {
45 "vnfRepoPort": "8702",
46 "vnfRepoHost": "10.0.14.1"
Joanna Jeremicze3de4c92021-04-21 13:59:12 +020047 },
48 "HelmValidator": {
Piotr Marcinkiewiczc8bc4d42021-05-26 09:45:45 +020049 "validator_enabled": true,
Joanna Jeremicze3de4c92021-04-21 13:59:12 +020050 "helm_version": "v3",
51 "deployable": true,
Piotr Marcinkiewiczc8bc4d42021-05-26 09:45:45 +020052 "lintable": true,
53 "strict_lintable": false,
54 "validator_url": "http://helm-validator:8080/validate"
JulienBeb1679462020-08-19 11:12:59 +020055 }
56 },
57 "override_attributes": {
58 "FE": {
59 "http_port": "8181",
60 "https_port": "9443",
61 "domain_name": "sdc"
62 },
63 "BE": {
64 "http_port": "8080",
65 "https_port": "8443",
66 "domain_name": "sdc"
67 },
68 "ONBOARDING_BE": {
69 "http_port": "8081",
70 "https_port": "8445",
71 "domain_name": "sdc",
72 "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
73 },
74 "cassandra": {
75 "cassandra_port": 9042,
76 "concurrent_reads": "32",
77 "num_tokens": "256",
78 "data_dir": "/var/lib/cassandra/data",
79 "hinted_handoff_enabled": "true",
80 "cassandra_user": "${it.sdc.user}",
81 "cassandra_password": "${it.sdc.password}",
82 "concurrent_writes": "32",
83 "cluster_name": "${it.sdc.cluster.name}",
84 "datacenter_name": "${it.sdc.cluster.name}",
85 "multithreaded_compaction": "false",
86 "cache_dir": "/var/lib/cassandra/saved_caches",
87 "log_file": "/var/lib/cassandra/log/system.log",
88 "phi_convict_threshold": "8",
89 "commitlog_dir": "/var/lib/cassandra/commitlog",
90 "socket_read_timeout": "40000",
91 "socket_connect_timeout": "40000",
92 "janusgraph_connection_timeout": "20000",
93 "replication_factor": "1"
94 },
95 "DMAAP": {
96 "consumer": {
97 "host": "dcae-mrtr.com:3905",
98 "topic": "operationalEnvironmentEvent",
99 "serviceName": "dcae-mrtr.com:3905/events",
100 "environment": "${it.env.name}",
101 "partner": "BOT_R",
102 "username": "user1@sdc.com",
103 "password": "password=="
104 },
105 "producer": {
106 "host": "olsd004.com:3905",
107 "topic": "SDC-FACADE-NOTIF-v1 ",
108 "serviceName": "dmaap.com:3905/events",
109 "environment": "${it.env.name}",
110 "username": "user1@sdc.com",
111 "password": "password=="
112 }
113 }
114 }
115}