Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 1 | { |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 2 | "name": "{{ .Values.global.env.name }}", |
| 3 | "description": "OpenSource-{{ .Values.global.env.name }}", |
| 4 | "cookbook_versions": { |
| 5 | "Deploy-SDandC": "= 1.0.0" |
| 6 | }, |
| 7 | "json_class": "Chef::Environment", |
| 8 | "chef_type": "environment", |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 9 | |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 10 | "default_attributes": { |
| 11 | "disableHttp": false, |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 12 | "CS_VIP": "sdc-cs.{{include "common.namespace" .}}", |
| 13 | "BE_VIP": "sdc-be.{{include "common.namespace" .}}", |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 14 | "ONBOARDING_BE_VIP": "sdc-onboarding-be.{{include "common.namespace" .}}", |
Areli, Fuss (af732p) | 307fdc7 | 2018-05-29 14:40:03 +0300 | [diff] [blame^] | 15 | "DCAE_BE_VIP": "sdc-dcae-be.{{include "common.namespace" .}}", |
| 16 | "DCAE_FE_VIP": "sdc-dcae-fe.{{include "common.namespace" .}}", |
| 17 | "DCAE_TOSCA_LAB_VIP": "sdc-dcae-tosca-lab.{{include "common.namespace" .}}", |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 18 | "FE_VIP": "sdc-fe.{{include "common.namespace" .}}", |
| 19 | "ES_VIP": "sdc-es.{{include "common.namespace" .}}", |
| 20 | "KB_VIP": "sdc-kb.{{include "common.namespace" .}}", |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 21 | "interfaces": { |
| 22 | "application": "eth0", |
| 23 | "private": "eth0" |
| 24 | }, |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 25 | "ECompP": { |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 26 | "ecomp_rest_url": "http://portal-app.{{include "common.namespace" .}}:8989/ONAPPORTAL/auxapi", |
| 27 | "ueb_url_list": "message-router.{{include "common.namespace" .}}, message-router.{{include "common.namespace" .}}", |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 28 | "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu", |
| 29 | "app_key": "x9UfO7JsDn8BESVX", |
| 30 | "inbox_name": "ECOMP-PORTAL-INBOX", |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 31 | "ecomp_redirect_url": "http://portal-app.{{include "common.namespace" .}}:8989/ONAPPORTAL/login.htm", |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 32 | "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1", |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 33 | "decryption_key": "AGLDdG4D04BKm2IxIWEr8o==" |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 34 | }, |
| 35 | "UEB": { |
| 36 | "PublicKey": "iPIxkpAMI8qTcQj8", |
| 37 | "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal", |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 38 | "fqdn": [ |
| 39 | "message-router.{{include "common.namespace" .}}", |
| 40 | "message-router.{{include "common.namespace" .}}" |
| 41 | ] |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 42 | }, |
| 43 | "Nodes": { |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 44 | "CS": [ |
| 45 | "sdc-cs.{{include "common.namespace" .}}" |
| 46 | ], |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 47 | "BE": "sdc-be.{{include "common.namespace" .}}", |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 48 | "ONBOARDING_BE": "sdc-onboarding-be.{{include "common.namespace" .}}", |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 49 | "FE": "sdc-fe.{{include "common.namespace" .}}", |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 50 | "ES": [ |
| 51 | "sdc-es.{{include "common.namespace" .}}" |
| 52 | ], |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 53 | "KB": "sdc-kb.{{include "common.namespace" .}}" |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 54 | }, |
| 55 | "Plugins": { |
| 56 | "DCAE": { |
Areli, Fuss (af732p) | 307fdc7 | 2018-05-29 14:40:03 +0300 | [diff] [blame^] | 57 | "dcae_discovery_url": "http://sdc-dcae-fe.{{include "common.namespace" .}}:8183/dcaed/#/home", |
| 58 | "dcae_source_url": "http://sdc.dcae.plugin.simpledemo.onap.org:30263/dcaed/#/home" |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 59 | }, |
Michael Lando | 1b713c8 | 2018-07-31 21:02:54 +0300 | [diff] [blame] | 60 | "DCAE-TAB": { |
Areli, Fuss (af732p) | 307fdc7 | 2018-05-29 14:40:03 +0300 | [diff] [blame^] | 61 | "dcae_dt_discovery_url": "http://sdc-dcae-dt.{{include "common.namespace" .}}:8186/dcae/#/dcae/home", |
| 62 | "dcae_dt_source_url": "http://sdc.dcae.plugin.simpledemo.onap.org:30265/dcae/#/dcae/home" |
Michael Lando | 1b713c8 | 2018-07-31 21:02:54 +0300 | [diff] [blame] | 63 | }, |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 64 | "WORKFLOW": { |
priyanshu | 3af9db6 | 2018-08-16 16:23:52 +0530 | [diff] [blame] | 65 | "workflow_discovery_url": "http://sdc-wfd-fe.{{include "common.namespace" .}}:8080", |
| 66 | "workflow_source_url": "http://sdc.workflow.plugin.simpledemo.onap.org:30256" |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 67 | } |
| 68 | }, |
| 69 | "VnfRepo": { |
| 70 | "vnfRepoPort": "{{.Values.config.environment.vnfRepoPort}}", |
Michael Lando | 65f60bc | 2018-05-16 00:38:09 +0300 | [diff] [blame] | 71 | "vnfRepoHost": "refrepo.{{include "common.namespace" .}}" |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 72 | } |
| 73 | }, |
| 74 | "override_attributes": { |
| 75 | "FE": { |
| 76 | "http_port": "8181", |
| 77 | "https_port": "9443" |
| 78 | }, |
| 79 | "BE": { |
| 80 | "http_port": "8080", |
| 81 | "https_port": "8443" |
| 82 | }, |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 83 | "ONBOARDING_BE": { |
| 84 | "http_port": "8081", |
| 85 | "https_port": "8445" |
| 86 | }, |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 87 | "elasticsearch": { |
| 88 | "cluster_name": "SDC-ES-", |
| 89 | "ES_path_home": "/usr/share/elasticsearch", |
| 90 | "ES_path_data": "/usr/share/elasticsearch/data", |
| 91 | "num_of_replicas": "0", |
| 92 | "num_of_shards": "1" |
| 93 | }, |
| 94 | |
| 95 | "cassandra": { |
| 96 | "concurrent_reads": "32", |
| 97 | "num_tokens": "256", |
| 98 | "data_dir": "/var/lib/cassandra/data", |
| 99 | "hinted_handoff_enabled": "true", |
| 100 | "cassandra_user": "asdc_user", |
| 101 | "cassandra_password": "Aa1234%^!", |
| 102 | "concurrent_writes": "32", |
| 103 | "cluster_name": "SDC-CS-", |
Michael Lando | 1b713c8 | 2018-07-31 21:02:54 +0300 | [diff] [blame] | 104 | "datacenter_name": "SDC-CS-", |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 105 | "multithreaded_compaction": "false", |
| 106 | "cache_dir": "/var/lib/cassandra/saved_caches", |
| 107 | "log_file": "/var/lib/cassandra/log/system.log", |
| 108 | "phi_convict_threshold": "8", |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 109 | "commitlog_dir": "/var/lib/cassandra/commitlog", |
| 110 | "socket_read_timeout": "20000", |
| 111 | "socket_connect_timeout": "20000", |
| 112 | "titan_connection_timeout": "10000" |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 113 | } |
| 114 | } |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 115 | } |