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": { |
| 11 | "CS_VIP": "yyy", |
| 12 | "BE_VIP": "yyy", |
| 13 | "FE_VIP": "yyy", |
| 14 | "ES_VIP": "yyy", |
| 15 | "interfaces": { |
| 16 | "application": "eth0", |
| 17 | "private": "eth1" |
| 18 | }, |
| 19 | "ECompP": { |
Michael Lando | d7cc2df | 2017-10-24 23:10:45 +0300 | [diff] [blame] | 20 | "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi", |
Grinberg Moti | b47f06a | 2017-02-23 17:57:18 +0200 | [diff] [blame] | 21 | "ueb_url_list": "10.0.11.1,10.0.11.1", |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 22 | "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu", |
| 23 | "app_key": "x9UfO7JsDn8BESVX", |
| 24 | "inbox_name": "ECOMP-PORTAL-INBOX", |
| 25 | "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm", |
| 26 | "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1", |
| 27 | "decryption_key": "AGLDdG4D04BKm2IxIWEr8o==" |
| 28 | }, |
| 29 | "UEB": { |
| 30 | "PublicKey": "iPIxkpAMI8qTcQj8", |
| 31 | "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal", |
Grinberg Moti | b47f06a | 2017-02-23 17:57:18 +0200 | [diff] [blame] | 32 | "fqdn": ["10.0.11.1", "10.0.11.1"] |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 33 | }, |
| 34 | "Nodes": { |
| 35 | "CS": "yyy", |
| 36 | "BE": "yyy", |
| 37 | "FE": "yyy", |
| 38 | "ES": "yyy" |
| 39 | } |
| 40 | }, |
| 41 | "override_attributes": { |
| 42 | "FE": { |
| 43 | "http_port": "8181", |
| 44 | "https_port": "9443" |
| 45 | }, |
| 46 | "BE": { |
| 47 | "http_port": "8080", |
| 48 | "https_port": "8443" |
| 49 | }, |
| 50 | "elasticsearch": { |
| 51 | "cluster_name": "SDC-ES-", |
| 52 | "ES_path_home": "/usr/share/elasticsearch", |
| 53 | "ES_path_data": "/usr/share/elasticsearch/data", |
| 54 | "num_of_replicas": "0", |
| 55 | "num_of_shards": "1" |
| 56 | }, |
| 57 | |
| 58 | "cassandra": { |
| 59 | "concurrent_reads": "32", |
| 60 | "num_tokens": "256", |
| 61 | "data_dir": "/var/lib/cassandra/data", |
| 62 | "hinted_handoff_enabled": "true", |
| 63 | "cassandra_user": "asdc_user", |
| 64 | "cassandra_password": "Aa1234%^!", |
| 65 | "concurrent_writes": "32", |
| 66 | "cluster_name": "SDC-CS-", |
| 67 | "multithreaded_compaction": "false", |
| 68 | "cache_dir": "/var/lib/cassandra/saved_caches", |
| 69 | "log_file": "/var/lib/cassandra/log/system.log", |
| 70 | "phi_convict_threshold": "8", |
| 71 | "commitlog_dir": "/var/lib/cassandra/commitlog" |
| 72 | } |
| 73 | } |
| 74 | } |
| 75 | |