blob: 79428f73c691a800c5aa02699cc4fb65b98aa73e [file] [log] [blame]
Mandeep Khindad6ea9872017-06-24 11:49:37 -04001{
ChrisC742a7b22020-09-04 11:29:57 +02002 "name": "{{ .Values.env.name }}",
3 "description": "OpenSource-{{ .Values.env.name }}",
Mandeep Khindaa1047f42018-03-22 02:12:15 +00004 "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": {
IlanaPcbed68b2020-03-16 14:13:45 +020011 "disableHttp": {{ .Values.global.security.disableHttp }},
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000012 "CS_VIP": "{{.Values.global.cassandra.serviceName}}.{{include "common.namespace" .}}",
BorislavG1ffbd992018-04-24 07:56:27 +000013 "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" .}}",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040016 "interfaces": {
17 "application": "eth0",
18 "private": "eth0"
19 },
Mandeep Khindaa1047f42018-03-22 02:12:15 +000020 "ECompP": {
Ofir Sonsinodaaf1c92020-03-12 19:28:12 +020021 "ecomp_rest_url": "https://portal-app.{{include "common.namespace" .}}:8443/ONAPPORTAL/auxapi",
BorislavG1ffbd992018-04-24 07:56:27 +000022 "ueb_url_list": "message-router.{{include "common.namespace" .}}, message-router.{{include "common.namespace" .}}",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040023 "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
24 "app_key": "x9UfO7JsDn8BESVX",
25 "inbox_name": "ECOMP-PORTAL-INBOX",
Ofir Sonsinodaaf1c92020-03-12 19:28:12 +020026 "ecomp_redirect_url": "https://portal-app.{{include "common.namespace" .}}:30225/ONAPPORTAL/login.htm",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040027 "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
Mandeep Khindaa1047f42018-03-22 02:12:15 +000028 "decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
Mandeep Khindad6ea9872017-06-24 11:49:37 -040029 },
30 "UEB": {
31 "PublicKey": "iPIxkpAMI8qTcQj8",
32 "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000033 "fqdn": [
34 "message-router.{{include "common.namespace" .}}",
35 "message-router.{{include "common.namespace" .}}"
36 ]
Mandeep Khindad6ea9872017-06-24 11:49:37 -040037 },
38 "Nodes": {
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000039 "CS": [
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000040 "{{.Values.global.cassandra.serviceName}}.{{include "common.namespace" .}}"
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000041 ],
BorislavG1ffbd992018-04-24 07:56:27 +000042 "BE": "sdc-be.{{include "common.namespace" .}}",
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000043 "ONBOARDING_BE": "sdc-onboarding-be.{{include "common.namespace" .}}",
shrek2000f336f6d2020-02-25 16:11:26 +020044 "FE": "sdc-fe.{{include "common.namespace" .}}"
Mandeep Khindaa1047f42018-03-22 02:12:15 +000045 },
Mandeep Khindaa1047f42018-03-22 02:12:15 +000046 "VnfRepo": {
47 "vnfRepoPort": "{{.Values.config.environment.vnfRepoPort}}",
Michael Lando65f60bc2018-05-16 00:38:09 +030048 "vnfRepoHost": "refrepo.{{include "common.namespace" .}}"
Mandeep Khindad6ea9872017-06-24 11:49:37 -040049 }
50 },
51 "override_attributes": {
52 "FE": {
53 "http_port": "8181",
54 "https_port": "9443"
55 },
56 "BE": {
57 "http_port": "8080",
58 "https_port": "8443"
59 },
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000060 "ONBOARDING_BE": {
61 "http_port": "8081",
priyanshu36cede62018-11-20 13:05:12 +020062 "https_port": "8445",
63 "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000064 },
Mandeep Khindad6ea9872017-06-24 11:49:37 -040065 "cassandra": {
Areli, Fuss (af732p)6c9e6002019-04-04 15:47:22 +030066 "cassandra_port": 9042,
Mandeep Khindad6ea9872017-06-24 11:49:37 -040067 "concurrent_reads": "32",
68 "num_tokens": "256",
69 "data_dir": "/var/lib/cassandra/data",
70 "hinted_handoff_enabled": "true",
71 "cassandra_user": "asdc_user",
72 "cassandra_password": "Aa1234%^!",
73 "concurrent_writes": "32",
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000074 "cluster_name": "{{.Values.global.cassandra.clusterName}}",
75 "datacenter_name": "{{.Values.global.cassandra.dataCenter}}",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040076 "multithreaded_compaction": "false",
77 "cache_dir": "/var/lib/cassandra/saved_caches",
78 "log_file": "/var/lib/cassandra/log/system.log",
79 "phi_convict_threshold": "8",
Mandeep Khindaa1047f42018-03-22 02:12:15 +000080 "commitlog_dir": "/var/lib/cassandra/commitlog",
81 "socket_read_timeout": "20000",
82 "socket_connect_timeout": "20000",
shrikantawacharca99d772019-06-12 15:57:09 +053083 "janusgraph_connection_timeout": "10000",
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000084 "replication_factor": "{{.Values.global.cassandra.replicaCount}}"
shrek2000f336f6d2020-02-25 16:11:26 +020085 },
86 "DMAAP": {
87 "consumer": {
88 "host": "dcae-mrtr.com:3905",
89 "topic": "operationalEnvironmentEvent",
90 "serviceName": "dcae-mrtr.com:3905/events",
91 "environment": "TEST",
92 "partner": "BOT_R",
93 "username": "user1@sdc.com",
94 "password": "password=="
95 },
96 "producer": {
97 "host": "olsd004.com:3905",
98 "topic": "SDC-FACADE-NOTIF-v1 ",
99 "serviceName": "dmaap.com:3905/events",
100 "environment": "TEST",
101 "username": "user1@sdc.com",
102 "password": "password=="
103 }
k.kedron2774ab12020-03-26 11:13:46 +0100104 },
105 "jetty": {
106 "keystore_pwd": "${KEYSTORE_PASS}",
ChrisC742a7b22020-09-04 11:29:57 +0200107 "truststore_pwd": "${TRUSTSTORE_PASS}",
108 "keymanager_pwd": "${KEYMANAGER_PASS}"
shrek2000f336f6d2020-02-25 16:11:26 +0200109 }
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400110 }
BorislavG1ffbd992018-04-24 07:56:27 +0000111}