Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | { |
| 2 | "name": "xxx", |
| 3 | "description": "OpenSource-xxx", |
| 4 | "cookbook_versions": { |
| 5 | "Deploy-SDandC": "= 1.0.0" |
| 6 | }, |
| 7 | "json_class": "Chef::Environment", |
| 8 | "chef_type": "environment", |
| 9 | |
| 10 | "default_attributes": { |
Tal Gitelman | 8c2d513 | 2017-12-24 21:22:51 +0200 | [diff] [blame^] | 11 | "disableHttp": false, |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 12 | "CS_VIP": "yyy", |
| 13 | "BE_VIP": "yyy", |
| 14 | "FE_VIP": "yyy", |
| 15 | "ES_VIP": "yyy", |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 16 | "KB_VIP": "yyy", |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 17 | "interfaces": { |
| 18 | "application": "eth0", |
| 19 | "private": "eth1" |
| 20 | }, |
| 21 | "ECompP": { |
Michael Lando | d7cc2df | 2017-10-24 23:10:45 +0300 | [diff] [blame] | 22 | "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi", |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 23 | "ueb_url_list": "10.0.11.1,10.0.11.1", |
| 24 | "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu", |
| 25 | "app_key": "x9UfO7JsDn8BESVX", |
| 26 | "inbox_name": "ECOMP-PORTAL-INBOX", |
| 27 | "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm", |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 28 | "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1", |
| 29 | "decryption_key": "AGLDdG4D04BKm2IxIWEr8o==" |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 30 | }, |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 31 | "UEB": { |
| 32 | "PublicKey": "iPIxkpAMI8qTcQj8", |
| 33 | "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal", |
Grinberg Moti | b47f06a | 2017-02-23 17:57:18 +0200 | [diff] [blame] | 34 | "fqdn": ["10.0.11.1", "10.0.11.1"] |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 35 | }, |
| 36 | "Nodes": { |
| 37 | "CS": "yyy", |
| 38 | "BE": "yyy", |
| 39 | "FE": "yyy", |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 40 | "ES": "yyy", |
| 41 | "KB": "yyy" |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 42 | } |
| 43 | }, |
| 44 | "override_attributes": { |
| 45 | "FE": { |
| 46 | "http_port": "8181", |
| 47 | "https_port": "9443" |
| 48 | }, |
| 49 | "BE": { |
| 50 | "http_port": "8080", |
| 51 | "https_port": "8443" |
| 52 | }, |
| 53 | "elasticsearch": { |
| 54 | "cluster_name": "SDC-ES-", |
| 55 | "ES_path_home": "/usr/share/elasticsearch", |
| 56 | "ES_path_data": "/usr/share/elasticsearch/data", |
| 57 | "num_of_replicas": "0", |
| 58 | "num_of_shards": "1" |
| 59 | }, |
| 60 | |
| 61 | "cassandra": { |
| 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 | "multithreaded_compaction": "false", |
| 71 | "cache_dir": "/var/lib/cassandra/saved_caches", |
| 72 | "log_file": "/var/lib/cassandra/log/system.log", |
| 73 | "phi_convict_threshold": "8", |
| 74 | "commitlog_dir": "/var/lib/cassandra/commitlog" |
| 75 | } |
| 76 | } |
| 77 | } |
| 78 | |