blob: e71e53b01d126c290e0b65ea026501ffe0fcb5f5 [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 },
30 "Nodes": {
31 "CS": [
32 "sdc-cs"
33 ],
34 "BE": "sdc-BE",
35 "ONBOARDING_BE": "sdc-onboard-BE",
36 "FE": "sdc-FE"
37 },
38 "VnfRepo": {
39 "vnfRepoPort": "8702",
40 "vnfRepoHost": "10.0.14.1"
Joanna Jeremicze3de4c92021-04-21 13:59:12 +020041 },
42 "HelmValidator": {
43 "validator_enabled": false,
44 "helm_version": "v3",
45 "deployable": true,
46 "lintable": false,
47 "strict_lintable": false
JulienBeb1679462020-08-19 11:12:59 +020048 }
49 },
50 "override_attributes": {
51 "FE": {
52 "http_port": "8181",
53 "https_port": "9443",
54 "domain_name": "sdc"
55 },
56 "BE": {
57 "http_port": "8080",
58 "https_port": "8443",
59 "domain_name": "sdc"
60 },
61 "ONBOARDING_BE": {
62 "http_port": "8081",
63 "https_port": "8445",
64 "domain_name": "sdc",
65 "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
66 },
67 "cassandra": {
68 "cassandra_port": 9042,
69 "concurrent_reads": "32",
70 "num_tokens": "256",
71 "data_dir": "/var/lib/cassandra/data",
72 "hinted_handoff_enabled": "true",
73 "cassandra_user": "${it.sdc.user}",
74 "cassandra_password": "${it.sdc.password}",
75 "concurrent_writes": "32",
76 "cluster_name": "${it.sdc.cluster.name}",
77 "datacenter_name": "${it.sdc.cluster.name}",
78 "multithreaded_compaction": "false",
79 "cache_dir": "/var/lib/cassandra/saved_caches",
80 "log_file": "/var/lib/cassandra/log/system.log",
81 "phi_convict_threshold": "8",
82 "commitlog_dir": "/var/lib/cassandra/commitlog",
83 "socket_read_timeout": "40000",
84 "socket_connect_timeout": "40000",
85 "janusgraph_connection_timeout": "20000",
86 "replication_factor": "1"
87 },
88 "DMAAP": {
89 "consumer": {
90 "host": "dcae-mrtr.com:3905",
91 "topic": "operationalEnvironmentEvent",
92 "serviceName": "dcae-mrtr.com:3905/events",
93 "environment": "${it.env.name}",
94 "partner": "BOT_R",
95 "username": "user1@sdc.com",
96 "password": "password=="
97 },
98 "producer": {
99 "host": "olsd004.com:3905",
100 "topic": "SDC-FACADE-NOTIF-v1 ",
101 "serviceName": "dmaap.com:3905/events",
102 "environment": "${it.env.name}",
103 "username": "user1@sdc.com",
104 "password": "password=="
105 }
106 }
107 }
108}