Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | { |
| 2 | "name": "xxx", |
| 3 | "description": "OpenSource-xxx", |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 4 | "json_class": "Chef::Environment", |
| 5 | "chef_type": "environment", |
| 6 | |
| 7 | "default_attributes": { |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 8 | "disableHttp": false, |
| 9 | "CS_VIP": "yyy", |
| 10 | "BE_VIP": "yyy", |
| 11 | "ONBOARDING_BE_VIP": "yyy", |
| 12 | "FE_VIP": "yyy", |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 13 | "DCAE_BE_VIP": "yyy", |
| 14 | "DCAE_FE_VIP": "yyy", |
| 15 | "DCAE_TOSCA_LAB_VIP": "yyy", |
| 16 | "interfaces": { |
| 17 | "application": "eth0", |
| 18 | "private": "eth1" |
Yuli Shlosberg | f0407bb | 2020-01-23 11:21:29 +0200 | [diff] [blame] | 19 | }, |
| 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", |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 30 | "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal", |
| 31 | "fqdn": ["10.0.11.1", "10.0.11.1"] |
Yuli Shlosberg | f0407bb | 2020-01-23 11:21:29 +0200 | [diff] [blame] | 32 | }, |
| 33 | "Nodes": { |
| 34 | "CS": [ |
| 35 | "yyy" |
| 36 | ], |
| 37 | "BE": "yyy", |
| 38 | "ONBOARDING_BE": "yyy", |
Ofir Sonsino | 474fdab | 2020-01-26 15:48:38 +0200 | [diff] [blame^] | 39 | "FE": "yyy" |
Yuli Shlosberg | f0407bb | 2020-01-23 11:21:29 +0200 | [diff] [blame] | 40 | }, |
| 41 | "VnfRepo": { |
| 42 | "vnfRepoPort": "8702", |
| 43 | "vnfRepoHost": "10.0.14.1" |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 44 | } |
| 45 | }, |
| 46 | "override_attributes": { |
| 47 | "FE": { |
| 48 | "http_port": "8181", |
Petr Ospalý | 968cd1f | 2019-09-20 05:51:37 +0200 | [diff] [blame] | 49 | "https_port": "9443", |
| 50 | "domain_name": "sdc" |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 51 | }, |
| 52 | "BE": { |
| 53 | "http_port": "8080", |
Petr Ospalý | 968cd1f | 2019-09-20 05:51:37 +0200 | [diff] [blame] | 54 | "https_port": "8443", |
| 55 | "domain_name": "sdc" |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 56 | }, |
| 57 | "ONBOARDING_BE": { |
| 58 | "http_port": "8081", |
| 59 | "https_port": "8445", |
Petr Ospalý | 968cd1f | 2019-09-20 05:51:37 +0200 | [diff] [blame] | 60 | "domain_name": "sdc", |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 61 | "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/" |
| 62 | }, |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 63 | "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", |
shrikantawachar | 2623c84 | 2019-05-20 12:11:54 +0530 | [diff] [blame] | 81 | "janusgraph_connection_timeout": "10000", |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 82 | "replication_factor": "1" |
Yuli Shlosberg | f0407bb | 2020-01-23 11:21:29 +0200 | [diff] [blame] | 83 | }, |
| 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==" |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 101 | } |
| 102 | } |
Yuli Shlosberg | f0407bb | 2020-01-23 11:21:29 +0200 | [diff] [blame] | 103 | } |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 104 | } |