blob: be9db4cd52a062fcf08c5d458fe4ad94a2dec82c [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 },
Mandeep Khindaa1047f42018-03-22 02:12:15 +000055 "VnfRepo": {
56 "vnfRepoPort": "{{.Values.config.environment.vnfRepoPort}}",
Michael Lando65f60bc2018-05-16 00:38:09 +030057 "vnfRepoHost": "refrepo.{{include "common.namespace" .}}"
Mandeep Khindad6ea9872017-06-24 11:49:37 -040058 }
59 },
60 "override_attributes": {
61 "FE": {
62 "http_port": "8181",
63 "https_port": "9443"
64 },
65 "BE": {
66 "http_port": "8080",
67 "https_port": "8443"
68 },
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000069 "ONBOARDING_BE": {
70 "http_port": "8081",
priyanshu36cede62018-11-20 13:05:12 +020071 "https_port": "8445",
72 "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000073 },
Mandeep Khindad6ea9872017-06-24 11:49:37 -040074 "elasticsearch": {
75 "cluster_name": "SDC-ES-",
76 "ES_path_home": "/usr/share/elasticsearch",
77 "ES_path_data": "/usr/share/elasticsearch/data",
78 "num_of_replicas": "0",
79 "num_of_shards": "1"
80 },
81
82 "cassandra": {
Areli, Fuss (af732p)6c9e6002019-04-04 15:47:22 +030083 "cassandra_port": 9042,
Mandeep Khindad6ea9872017-06-24 11:49:37 -040084 "concurrent_reads": "32",
85 "num_tokens": "256",
86 "data_dir": "/var/lib/cassandra/data",
87 "hinted_handoff_enabled": "true",
88 "cassandra_user": "asdc_user",
89 "cassandra_password": "Aa1234%^!",
90 "concurrent_writes": "32",
91 "cluster_name": "SDC-CS-",
Michael Lando1b713c82018-07-31 21:02:54 +030092 "datacenter_name": "SDC-CS-",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040093 "multithreaded_compaction": "false",
94 "cache_dir": "/var/lib/cassandra/saved_caches",
95 "log_file": "/var/lib/cassandra/log/system.log",
96 "phi_convict_threshold": "8",
Mandeep Khindaa1047f42018-03-22 02:12:15 +000097 "commitlog_dir": "/var/lib/cassandra/commitlog",
98 "socket_read_timeout": "20000",
99 "socket_connect_timeout": "20000",
100 "titan_connection_timeout": "10000"
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400101 }
102 }
BorislavG1ffbd992018-04-24 07:56:27 +0000103}