blob: b4b836100bc9109aec090e4443dd08e4ebf2a69d [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"
kaihlavib481fd52019-06-07 11:25:58 +030041 }
42 },
43 "override_attributes": {
44 "FE": {
45 "http_port": "8181",
Petr Ospalý968cd1f2019-09-20 05:51:37 +020046 "https_port": "9443",
47 "domain_name": "sdc"
kaihlavib481fd52019-06-07 11:25:58 +030048 },
49 "BE": {
50 "http_port": "8080",
Petr Ospalý968cd1f2019-09-20 05:51:37 +020051 "https_port": "8443",
52 "domain_name": "sdc"
kaihlavib481fd52019-06-07 11:25:58 +030053 },
54 "ONBOARDING_BE": {
55 "http_port": "8081",
56 "https_port": "8445",
Petr Ospalý968cd1f2019-09-20 05:51:37 +020057 "domain_name": "sdc",
kaihlavib481fd52019-06-07 11:25:58 +030058 "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
59 },
kaihlavib481fd52019-06-07 11:25:58 +030060 "cassandra": {
61 "cassandra_port": 9042,
62 "concurrent_reads": "32",
63 "num_tokens": "256",
64 "data_dir": "/var/lib/cassandra/data",
65 "hinted_handoff_enabled": "true",
66 "cassandra_user": "asdc_user",
67 "cassandra_password": "Aa1234%^!",
68 "concurrent_writes": "32",
69 "cluster_name": "SDC-CS",
70 "datacenter_name": "SDC-CS",
71 "multithreaded_compaction": "false",
72 "cache_dir": "/var/lib/cassandra/saved_caches",
73 "log_file": "/var/lib/cassandra/log/system.log",
74 "phi_convict_threshold": "8",
75 "commitlog_dir": "/var/lib/cassandra/commitlog",
k.kedronbdd46a62020-03-19 10:32:35 +010076 "socket_read_timeout": "40000",
77 "socket_connect_timeout": "40000",
78 "janusgraph_connection_timeout": "20000",
kaihlavib481fd52019-06-07 11:25:58 +030079 "replication_factor": "1"
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +020080 },
81 "DMAAP": {
82 "consumer": {
83 "host": "dcae-mrtr.com:3905",
84 "topic": "operationalEnvironmentEvent",
85 "serviceName": "dcae-mrtr.com:3905/events",
86 "environment": "TEST",
87 "partner": "BOT_R",
88 "username": "user1@sdc.com",
89 "password": "password=="
90 },
91 "producer": {
92 "host": "olsd004.com:3905",
93 "topic": "SDC-FACADE-NOTIF-v1 ",
94 "serviceName": "dmaap.com:3905/events",
95 "environment": "TEST",
96 "username": "user1@sdc.com",
97 "password": "password=="
kaihlavib481fd52019-06-07 11:25:58 +030098 }
99 }
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +0200100 }
Michael Lando451a3402017-02-19 10:28:42 +0200101}