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 | "interfaces": { |
| 14 | "application": "eth0", |
| 15 | "private": "eth1" |
Yuli Shlosberg | f0407bb | 2020-01-23 11:21:29 +0200 | [diff] [blame] | 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", |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 27 | "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal", |
| 28 | "fqdn": ["10.0.11.1", "10.0.11.1"] |
Yuli Shlosberg | f0407bb | 2020-01-23 11:21:29 +0200 | [diff] [blame] | 29 | }, |
| 30 | "Nodes": { |
| 31 | "CS": [ |
| 32 | "yyy" |
| 33 | ], |
| 34 | "BE": "yyy", |
| 35 | "ONBOARDING_BE": "yyy", |
Ofir Sonsino | 474fdab | 2020-01-26 15:48:38 +0200 | [diff] [blame] | 36 | "FE": "yyy" |
Yuli Shlosberg | f0407bb | 2020-01-23 11:21:29 +0200 | [diff] [blame] | 37 | }, |
| 38 | "VnfRepo": { |
| 39 | "vnfRepoPort": "8702", |
| 40 | "vnfRepoHost": "10.0.14.1" |
JvD_Ericsson | 366d0b7 | 2021-09-22 10:19:08 +0100 | [diff] [blame] | 41 | }, |
| 42 | "HelmValidator": { |
| 43 | "validator_enabled": false, |
| 44 | "helm_version": "v3", |
| 45 | "deployable": true, |
| 46 | "lintable": true, |
| 47 | "strict_lintable": false, |
| 48 | "validator_url": "http://helm-validator:8080/validate" |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 49 | } |
| 50 | }, |
| 51 | "override_attributes": { |
| 52 | "FE": { |
| 53 | "http_port": "8181", |
Petr Ospalý | 968cd1f | 2019-09-20 05:51:37 +0200 | [diff] [blame] | 54 | "https_port": "9443", |
| 55 | "domain_name": "sdc" |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 56 | }, |
| 57 | "BE": { |
| 58 | "http_port": "8080", |
Petr Ospalý | 968cd1f | 2019-09-20 05:51:37 +0200 | [diff] [blame] | 59 | "https_port": "8443", |
| 60 | "domain_name": "sdc" |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 61 | }, |
| 62 | "ONBOARDING_BE": { |
| 63 | "http_port": "8081", |
| 64 | "https_port": "8445", |
Petr Ospalý | 968cd1f | 2019-09-20 05:51:37 +0200 | [diff] [blame] | 65 | "domain_name": "sdc", |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 66 | "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/" |
| 67 | }, |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 68 | "cassandra": { |
| 69 | "cassandra_port": 9042, |
| 70 | "concurrent_reads": "32", |
| 71 | "num_tokens": "256", |
| 72 | "data_dir": "/var/lib/cassandra/data", |
| 73 | "hinted_handoff_enabled": "true", |
| 74 | "cassandra_user": "asdc_user", |
| 75 | "cassandra_password": "Aa1234%^!", |
| 76 | "concurrent_writes": "32", |
| 77 | "cluster_name": "SDC-CS", |
| 78 | "datacenter_name": "SDC-CS", |
| 79 | "multithreaded_compaction": "false", |
| 80 | "cache_dir": "/var/lib/cassandra/saved_caches", |
| 81 | "log_file": "/var/lib/cassandra/log/system.log", |
| 82 | "phi_convict_threshold": "8", |
| 83 | "commitlog_dir": "/var/lib/cassandra/commitlog", |
k.kedron | bdd46a6 | 2020-03-19 10:32:35 +0100 | [diff] [blame] | 84 | "socket_read_timeout": "40000", |
| 85 | "socket_connect_timeout": "40000", |
| 86 | "janusgraph_connection_timeout": "20000", |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 87 | "replication_factor": "1" |
Yuli Shlosberg | f0407bb | 2020-01-23 11:21:29 +0200 | [diff] [blame] | 88 | }, |
| 89 | "DMAAP": { |
| 90 | "consumer": { |
| 91 | "host": "dcae-mrtr.com:3905", |
| 92 | "topic": "operationalEnvironmentEvent", |
| 93 | "serviceName": "dcae-mrtr.com:3905/events", |
| 94 | "environment": "TEST", |
| 95 | "partner": "BOT_R", |
| 96 | "username": "user1@sdc.com", |
| 97 | "password": "password==" |
| 98 | }, |
| 99 | "producer": { |
| 100 | "host": "olsd004.com:3905", |
| 101 | "topic": "SDC-FACADE-NOTIF-v1 ", |
| 102 | "serviceName": "dmaap.com:3905/events", |
| 103 | "environment": "TEST", |
| 104 | "username": "user1@sdc.com", |
| 105 | "password": "password==" |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 106 | } |
| 107 | } |
Yuli Shlosberg | f0407bb | 2020-01-23 11:21:29 +0200 | [diff] [blame] | 108 | } |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 109 | } |