blob: 67e237a51f9930a6f0857eac62af0bb9530505ca [file] [log] [blame]
Mandeep Khindad6ea9872017-06-24 11:49:37 -04001{
Mandeep Khindaa1047f42018-03-22 02:12:15 +00002 "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 Khindad6ea9872017-06-24 11:49:37 -04009
Mandeep Khindaa1047f42018-03-22 02:12:15 +000010 "default_attributes": {
11 "disableHttp": false,
BorislavG1ffbd992018-04-24 07:56:27 +000012 "CS_VIP": "sdc-cs.{{include "common.namespace" .}}",
13 "BE_VIP": "sdc-be.{{include "common.namespace" .}}",
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000014 "ONBOARDING_BE_VIP": "sdc-onboarding-be.{{include "common.namespace" .}}",
Areli, Fuss (af732p)307fdc72018-05-29 14:40:03 +030015 "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" .}}",
BorislavG1ffbd992018-04-24 07:56:27 +000018 "FE_VIP": "sdc-fe.{{include "common.namespace" .}}",
19 "ES_VIP": "sdc-es.{{include "common.namespace" .}}",
20 "KB_VIP": "sdc-kb.{{include "common.namespace" .}}",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040021 "interfaces": {
22 "application": "eth0",
23 "private": "eth0"
24 },
Mandeep Khindaa1047f42018-03-22 02:12:15 +000025 "ECompP": {
BorislavG1ffbd992018-04-24 07:56:27 +000026 "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 Khindad6ea9872017-06-24 11:49:37 -040028 "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
29 "app_key": "x9UfO7JsDn8BESVX",
30 "inbox_name": "ECOMP-PORTAL-INBOX",
BorislavG1ffbd992018-04-24 07:56:27 +000031 "ecomp_redirect_url": "http://portal-app.{{include "common.namespace" .}}:8989/ONAPPORTAL/login.htm",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040032 "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
Mandeep Khindaa1047f42018-03-22 02:12:15 +000033 "decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
Mandeep Khindad6ea9872017-06-24 11:49:37 -040034 },
35 "UEB": {
36 "PublicKey": "iPIxkpAMI8qTcQj8",
37 "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000038 "fqdn": [
39 "message-router.{{include "common.namespace" .}}",
40 "message-router.{{include "common.namespace" .}}"
41 ]
Mandeep Khindad6ea9872017-06-24 11:49:37 -040042 },
43 "Nodes": {
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000044 "CS": [
45 "sdc-cs.{{include "common.namespace" .}}"
46 ],
BorislavG1ffbd992018-04-24 07:56:27 +000047 "BE": "sdc-be.{{include "common.namespace" .}}",
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000048 "ONBOARDING_BE": "sdc-onboarding-be.{{include "common.namespace" .}}",
BorislavG1ffbd992018-04-24 07:56:27 +000049 "FE": "sdc-fe.{{include "common.namespace" .}}",
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000050 "ES": [
51 "sdc-es.{{include "common.namespace" .}}"
52 ],
BorislavG1ffbd992018-04-24 07:56:27 +000053 "KB": "sdc-kb.{{include "common.namespace" .}}"
Mandeep Khindaa1047f42018-03-22 02:12:15 +000054 },
55 "Plugins": {
56 "DCAE": {
Areli, Fuss (af732p)307fdc72018-05-29 14:40:03 +030057 "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 Khindaa1047f42018-03-22 02:12:15 +000059 },
Michael Lando1b713c82018-07-31 21:02:54 +030060 "DCAE-TAB": {
Areli, Fuss (af732p)307fdc72018-05-29 14:40:03 +030061 "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 Lando1b713c82018-07-31 21:02:54 +030063 },
Mandeep Khindaa1047f42018-03-22 02:12:15 +000064 "WORKFLOW": {
priyanshu3af9db62018-08-16 16:23:52 +053065 "workflow_discovery_url": "http://sdc-wfd-fe.{{include "common.namespace" .}}:8080",
66 "workflow_source_url": "http://sdc.workflow.plugin.simpledemo.onap.org:30256"
Mandeep Khindaa1047f42018-03-22 02:12:15 +000067 }
68 },
69 "VnfRepo": {
70 "vnfRepoPort": "{{.Values.config.environment.vnfRepoPort}}",
Michael Lando65f60bc2018-05-16 00:38:09 +030071 "vnfRepoHost": "refrepo.{{include "common.namespace" .}}"
Mandeep Khindad6ea9872017-06-24 11:49:37 -040072 }
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 Khinda51a8b1b2018-04-24 20:05:32 +000083 "ONBOARDING_BE": {
84 "http_port": "8081",
85 "https_port": "8445"
86 },
Mandeep Khindad6ea9872017-06-24 11:49:37 -040087 "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 Lando1b713c82018-07-31 21:02:54 +0300104 "datacenter_name": "SDC-CS-",
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400105 "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 Khindaa1047f42018-03-22 02:12:15 +0000109 "commitlog_dir": "/var/lib/cassandra/commitlog",
110 "socket_read_timeout": "20000",
111 "socket_connect_timeout": "20000",
112 "titan_connection_timeout": "10000"
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400113 }
114 }
BorislavG1ffbd992018-04-24 07:56:27 +0000115}