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", |
| 13 | "ES_VIP": "yyy", |
| 14 | "KB_VIP": "yyy", |
| 15 | "DCAE_BE_VIP": "yyy", |
| 16 | "DCAE_FE_VIP": "yyy", |
| 17 | "DCAE_TOSCA_LAB_VIP": "yyy", |
| 18 | "interfaces": { |
| 19 | "application": "eth0", |
| 20 | "private": "eth1" |
| 21 | }, |
| 22 | "ECompP": { |
| 23 | "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi", |
| 24 | "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm", |
| 25 | "cipher_key": "AGLDdG4D04BKm2IxIWEr8o==", |
| 26 | "portal_user": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=", |
| 27 | "portal_pass": "j85yNhyIs7zKYbR1VlwEfNhS6b7Om4l0Gx5O8931sCI=", |
| 28 | "portal_app_name": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=" |
| 29 | }, |
| 30 | "UEB": { |
| 31 | "PublicKey": "iPIxkpAMI8qTcQj8", |
| 32 | "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal", |
| 33 | "fqdn": ["10.0.11.1", "10.0.11.1"] |
| 34 | }, |
| 35 | "Nodes": { |
| 36 | "CS": [ |
| 37 | "yyy" |
Areli, Fuss (af732p) | c033cdc | 2018-04-24 13:59:00 +0300 | [diff] [blame] | 38 | ], |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 39 | "BE": "yyy", |
| 40 | "ONBOARDING_BE": "yyy", |
| 41 | "FE": "yyy", |
| 42 | "ES": [ |
| 43 | "yyy" |
Areli, Fuss (af732p) | c033cdc | 2018-04-24 13:59:00 +0300 | [diff] [blame] | 44 | ], |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 45 | "KB": "yyy" |
| 46 | }, |
| 47 | "VnfRepo": { |
| 48 | "vnfRepoPort": "8702", |
| 49 | "vnfRepoHost": "10.0.14.1" |
| 50 | } |
| 51 | }, |
| 52 | "override_attributes": { |
| 53 | "FE": { |
| 54 | "http_port": "8181", |
| 55 | "https_port": "9443" |
| 56 | }, |
| 57 | "BE": { |
| 58 | "http_port": "8080", |
| 59 | "https_port": "8443" |
| 60 | }, |
| 61 | "ONBOARDING_BE": { |
| 62 | "http_port": "8081", |
| 63 | "https_port": "8445", |
| 64 | "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/" |
| 65 | }, |
| 66 | "elasticsearch": { |
| 67 | "cluster_name": "SDC-ES-", |
| 68 | "ES_path_home": "/usr/share/elasticsearch", |
| 69 | "ES_path_data": "/usr/share/elasticsearch/data", |
| 70 | "num_of_replicas": "0", |
| 71 | "num_of_shards": "1" |
| 72 | }, |
| 73 | "cassandra": { |
| 74 | "cassandra_port": 9042, |
| 75 | "concurrent_reads": "32", |
| 76 | "num_tokens": "256", |
| 77 | "data_dir": "/var/lib/cassandra/data", |
| 78 | "hinted_handoff_enabled": "true", |
| 79 | "cassandra_user": "asdc_user", |
| 80 | "cassandra_password": "Aa1234%^!", |
| 81 | "concurrent_writes": "32", |
| 82 | "cluster_name": "SDC-CS", |
| 83 | "datacenter_name": "SDC-CS", |
| 84 | "multithreaded_compaction": "false", |
| 85 | "cache_dir": "/var/lib/cassandra/saved_caches", |
| 86 | "log_file": "/var/lib/cassandra/log/system.log", |
| 87 | "phi_convict_threshold": "8", |
| 88 | "commitlog_dir": "/var/lib/cassandra/commitlog", |
| 89 | "socket_read_timeout": "20000", |
| 90 | "socket_connect_timeout": "20000", |
shrikantawachar | 2623c84 | 2019-05-20 12:11:54 +0530 | [diff] [blame] | 91 | "janusgraph_connection_timeout": "10000", |
kaihlavi | b481fd5 | 2019-06-07 11:25:58 +0300 | [diff] [blame] | 92 | "replication_factor": "1" |
| 93 | } |
| 94 | } |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 95 | } |
| 96 | |