blob: 52240457e1d79702db49bb61dd35c0e55c01145d [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" .}}",
BorislavG1ffbd992018-04-24 07:56:27 +000015 "FE_VIP": "sdc-fe.{{include "common.namespace" .}}",
16 "ES_VIP": "sdc-es.{{include "common.namespace" .}}",
17 "KB_VIP": "sdc-kb.{{include "common.namespace" .}}",
Michael Lando1b713c82018-07-31 21:02:54 +030018 "DCAE_BE_VIP": "",
19 "DCAE_FE_VIP": "",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040020 "interfaces": {
21 "application": "eth0",
22 "private": "eth0"
23 },
Mandeep Khindaa1047f42018-03-22 02:12:15 +000024 "ECompP": {
BorislavG1ffbd992018-04-24 07:56:27 +000025 "ecomp_rest_url": "http://portal-app.{{include "common.namespace" .}}:8989/ONAPPORTAL/auxapi",
26 "ueb_url_list": "message-router.{{include "common.namespace" .}}, message-router.{{include "common.namespace" .}}",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040027 "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
28 "app_key": "x9UfO7JsDn8BESVX",
29 "inbox_name": "ECOMP-PORTAL-INBOX",
BorislavG1ffbd992018-04-24 07:56:27 +000030 "ecomp_redirect_url": "http://portal-app.{{include "common.namespace" .}}:8989/ONAPPORTAL/login.htm",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040031 "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
Mandeep Khindaa1047f42018-03-22 02:12:15 +000032 "decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
Mandeep Khindad6ea9872017-06-24 11:49:37 -040033 },
34 "UEB": {
35 "PublicKey": "iPIxkpAMI8qTcQj8",
36 "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000037 "fqdn": [
38 "message-router.{{include "common.namespace" .}}",
39 "message-router.{{include "common.namespace" .}}"
40 ]
Mandeep Khindad6ea9872017-06-24 11:49:37 -040041 },
42 "Nodes": {
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000043 "CS": [
44 "sdc-cs.{{include "common.namespace" .}}"
45 ],
BorislavG1ffbd992018-04-24 07:56:27 +000046 "BE": "sdc-be.{{include "common.namespace" .}}",
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000047 "ONBOARDING_BE": "sdc-onboarding-be.{{include "common.namespace" .}}",
BorislavG1ffbd992018-04-24 07:56:27 +000048 "FE": "sdc-fe.{{include "common.namespace" .}}",
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000049 "ES": [
50 "sdc-es.{{include "common.namespace" .}}"
51 ],
BorislavG1ffbd992018-04-24 07:56:27 +000052 "KB": "sdc-kb.{{include "common.namespace" .}}"
Mandeep Khindaa1047f42018-03-22 02:12:15 +000053 },
54 "Plugins": {
55 "DCAE": {
56 "dcae_discovery_url": "{{.Values.config.environment.dcaeUrl}}",
57 "dcae_source_url": "{{.Values.config.environment.dcaeUrl}}"
58 },
Michael Lando1b713c82018-07-31 21:02:54 +030059 "DCAE-TAB": {
60 "dcae_dt_discovery_url": "",
61 "dcae_dt_source_url": ""
62 },
Mandeep Khindaa1047f42018-03-22 02:12:15 +000063 "WORKFLOW": {
priyanshu3af9db62018-08-16 16:23:52 +053064 "workflow_discovery_url": "http://sdc-wfd-fe.{{include "common.namespace" .}}:8080",
65 "workflow_source_url": "http://sdc.workflow.plugin.simpledemo.onap.org:30256"
Mandeep Khindaa1047f42018-03-22 02:12:15 +000066 }
67 },
68 "VnfRepo": {
69 "vnfRepoPort": "{{.Values.config.environment.vnfRepoPort}}",
Michael Lando65f60bc2018-05-16 00:38:09 +030070 "vnfRepoHost": "refrepo.{{include "common.namespace" .}}"
Mandeep Khindad6ea9872017-06-24 11:49:37 -040071 }
72 },
73 "override_attributes": {
74 "FE": {
75 "http_port": "8181",
76 "https_port": "9443"
77 },
78 "BE": {
79 "http_port": "8080",
80 "https_port": "8443"
81 },
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000082 "ONBOARDING_BE": {
83 "http_port": "8081",
84 "https_port": "8445"
85 },
Mandeep Khindad6ea9872017-06-24 11:49:37 -040086 "elasticsearch": {
87 "cluster_name": "SDC-ES-",
88 "ES_path_home": "/usr/share/elasticsearch",
89 "ES_path_data": "/usr/share/elasticsearch/data",
90 "num_of_replicas": "0",
91 "num_of_shards": "1"
92 },
93
94 "cassandra": {
95 "concurrent_reads": "32",
96 "num_tokens": "256",
97 "data_dir": "/var/lib/cassandra/data",
98 "hinted_handoff_enabled": "true",
99 "cassandra_user": "asdc_user",
100 "cassandra_password": "Aa1234%^!",
101 "concurrent_writes": "32",
102 "cluster_name": "SDC-CS-",
Michael Lando1b713c82018-07-31 21:02:54 +0300103 "datacenter_name": "SDC-CS-",
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400104 "multithreaded_compaction": "false",
105 "cache_dir": "/var/lib/cassandra/saved_caches",
106 "log_file": "/var/lib/cassandra/log/system.log",
107 "phi_convict_threshold": "8",
Mandeep Khindaa1047f42018-03-22 02:12:15 +0000108 "commitlog_dir": "/var/lib/cassandra/commitlog",
109 "socket_read_timeout": "20000",
110 "socket_connect_timeout": "20000",
111 "titan_connection_timeout": "10000"
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400112 }
113 }
BorislavG1ffbd992018-04-24 07:56:27 +0000114}