blob: ceecd6a7733936da151839e6ff6f6361307386d1 [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 "DCAE_BE_VIP": "yyy",
14 "DCAE_FE_VIP": "yyy",
15 "DCAE_TOSCA_LAB_VIP": "yyy",
16 "interfaces": {
17 "application": "eth0",
18 "private": "eth1"
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +020019 },
20 "ECompP": {
21 "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi",
22 "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
23 "cipher_key": "AGLDdG4D04BKm2IxIWEr8o==",
24 "portal_user": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=",
25 "portal_pass": "j85yNhyIs7zKYbR1VlwEfNhS6b7Om4l0Gx5O8931sCI=",
26 "portal_app_name": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA="
27 },
28 "UEB": {
29 "PublicKey": "iPIxkpAMI8qTcQj8",
kaihlavib481fd52019-06-07 11:25:58 +030030 "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
31 "fqdn": ["10.0.11.1", "10.0.11.1"]
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +020032 },
33 "Nodes": {
34 "CS": [
35 "yyy"
36 ],
37 "BE": "yyy",
38 "ONBOARDING_BE": "yyy",
Ofir Sonsino474fdab2020-01-26 15:48:38 +020039 "FE": "yyy"
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +020040 },
41 "VnfRepo": {
42 "vnfRepoPort": "8702",
43 "vnfRepoHost": "10.0.14.1"
kaihlavib481fd52019-06-07 11:25:58 +030044 }
45 },
46 "override_attributes": {
47 "FE": {
48 "http_port": "8181",
Petr Ospalý968cd1f2019-09-20 05:51:37 +020049 "https_port": "9443",
50 "domain_name": "sdc"
kaihlavib481fd52019-06-07 11:25:58 +030051 },
52 "BE": {
53 "http_port": "8080",
Petr Ospalý968cd1f2019-09-20 05:51:37 +020054 "https_port": "8443",
55 "domain_name": "sdc"
kaihlavib481fd52019-06-07 11:25:58 +030056 },
57 "ONBOARDING_BE": {
58 "http_port": "8081",
59 "https_port": "8445",
Petr Ospalý968cd1f2019-09-20 05:51:37 +020060 "domain_name": "sdc",
kaihlavib481fd52019-06-07 11:25:58 +030061 "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
62 },
kaihlavib481fd52019-06-07 11:25:58 +030063 "cassandra": {
64 "cassandra_port": 9042,
65 "concurrent_reads": "32",
66 "num_tokens": "256",
67 "data_dir": "/var/lib/cassandra/data",
68 "hinted_handoff_enabled": "true",
69 "cassandra_user": "asdc_user",
70 "cassandra_password": "Aa1234%^!",
71 "concurrent_writes": "32",
72 "cluster_name": "SDC-CS",
73 "datacenter_name": "SDC-CS",
74 "multithreaded_compaction": "false",
75 "cache_dir": "/var/lib/cassandra/saved_caches",
76 "log_file": "/var/lib/cassandra/log/system.log",
77 "phi_convict_threshold": "8",
78 "commitlog_dir": "/var/lib/cassandra/commitlog",
79 "socket_read_timeout": "20000",
80 "socket_connect_timeout": "20000",
shrikantawachar2623c842019-05-20 12:11:54 +053081 "janusgraph_connection_timeout": "10000",
kaihlavib481fd52019-06-07 11:25:58 +030082 "replication_factor": "1"
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +020083 },
84 "DMAAP": {
85 "consumer": {
86 "host": "dcae-mrtr.com:3905",
87 "topic": "operationalEnvironmentEvent",
88 "serviceName": "dcae-mrtr.com:3905/events",
89 "environment": "TEST",
90 "partner": "BOT_R",
91 "username": "user1@sdc.com",
92 "password": "password=="
93 },
94 "producer": {
95 "host": "olsd004.com:3905",
96 "topic": "SDC-FACADE-NOTIF-v1 ",
97 "serviceName": "dmaap.com:3905/events",
98 "environment": "TEST",
99 "username": "user1@sdc.com",
100 "password": "password=="
kaihlavib481fd52019-06-07 11:25:58 +0300101 }
102 }
Yuli Shlosbergf0407bb2020-01-23 11:21:29 +0200103 }
Michael Lando451a3402017-02-19 10:28:42 +0200104}