blob: 2d99ab0c3ab9c196a7722f74d5797f039c45e87f [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": {
k.kedronc784bbd2019-09-05 18:28:16 +020011 "disableHttp": true,
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" .}}",
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" .}}",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040019 "interfaces": {
20 "application": "eth0",
21 "private": "eth0"
22 },
Mandeep Khindaa1047f42018-03-22 02:12:15 +000023 "ECompP": {
Ofir Sonsinodaaf1c92020-03-12 19:28:12 +020024 "ecomp_rest_url": "https://portal-app.{{include "common.namespace" .}}:8443/ONAPPORTAL/auxapi",
BorislavG1ffbd992018-04-24 07:56:27 +000025 "ueb_url_list": "message-router.{{include "common.namespace" .}}, message-router.{{include "common.namespace" .}}",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040026 "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
27 "app_key": "x9UfO7JsDn8BESVX",
28 "inbox_name": "ECOMP-PORTAL-INBOX",
Ofir Sonsinodaaf1c92020-03-12 19:28:12 +020029 "ecomp_redirect_url": "https://portal-app.{{include "common.namespace" .}}:30225/ONAPPORTAL/login.htm",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040030 "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
Mandeep Khindaa1047f42018-03-22 02:12:15 +000031 "decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
Mandeep Khindad6ea9872017-06-24 11:49:37 -040032 },
33 "UEB": {
34 "PublicKey": "iPIxkpAMI8qTcQj8",
35 "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000036 "fqdn": [
37 "message-router.{{include "common.namespace" .}}",
38 "message-router.{{include "common.namespace" .}}"
39 ]
Mandeep Khindad6ea9872017-06-24 11:49:37 -040040 },
41 "Nodes": {
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000042 "CS": [
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000043 "{{.Values.global.cassandra.serviceName}}.{{include "common.namespace" .}}"
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000044 ],
BorislavG1ffbd992018-04-24 07:56:27 +000045 "BE": "sdc-be.{{include "common.namespace" .}}",
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000046 "ONBOARDING_BE": "sdc-onboarding-be.{{include "common.namespace" .}}",
shrek2000f336f6d2020-02-25 16:11:26 +020047 "FE": "sdc-fe.{{include "common.namespace" .}}"
Mandeep Khindaa1047f42018-03-22 02:12:15 +000048 },
Mandeep Khindaa1047f42018-03-22 02:12:15 +000049 "VnfRepo": {
50 "vnfRepoPort": "{{.Values.config.environment.vnfRepoPort}}",
Michael Lando65f60bc2018-05-16 00:38:09 +030051 "vnfRepoHost": "refrepo.{{include "common.namespace" .}}"
Mandeep Khindad6ea9872017-06-24 11:49:37 -040052 }
53 },
54 "override_attributes": {
55 "FE": {
56 "http_port": "8181",
57 "https_port": "9443"
58 },
59 "BE": {
60 "http_port": "8080",
61 "https_port": "8443"
62 },
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000063 "ONBOARDING_BE": {
64 "http_port": "8081",
priyanshu36cede62018-11-20 13:05:12 +020065 "https_port": "8445",
66 "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
Mandeep Khinda51a8b1b2018-04-24 20:05:32 +000067 },
Mandeep Khindad6ea9872017-06-24 11:49:37 -040068 "cassandra": {
Areli, Fuss (af732p)6c9e6002019-04-04 15:47:22 +030069 "cassandra_port": 9042,
Mandeep Khindad6ea9872017-06-24 11:49:37 -040070 "concurrent_reads": "32",
71 "num_tokens": "256",
72 "data_dir": "/var/lib/cassandra/data",
73 "hinted_handoff_enabled": "true",
74 "cassandra_user": "asdc_user",
75 "cassandra_password": "Aa1234%^!",
76 "concurrent_writes": "32",
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000077 "cluster_name": "{{.Values.global.cassandra.clusterName}}",
78 "datacenter_name": "{{.Values.global.cassandra.dataCenter}}",
Mandeep Khindad6ea9872017-06-24 11:49:37 -040079 "multithreaded_compaction": "false",
80 "cache_dir": "/var/lib/cassandra/saved_caches",
81 "log_file": "/var/lib/cassandra/log/system.log",
82 "phi_convict_threshold": "8",
Mandeep Khindaa1047f42018-03-22 02:12:15 +000083 "commitlog_dir": "/var/lib/cassandra/commitlog",
84 "socket_read_timeout": "20000",
85 "socket_connect_timeout": "20000",
shrikantawacharca99d772019-06-12 15:57:09 +053086 "janusgraph_connection_timeout": "10000",
Mahendra Raghuwanshi35f83f52019-03-20 10:42:49 +000087 "replication_factor": "{{.Values.global.cassandra.replicaCount}}"
shrek2000f336f6d2020-02-25 16:11:26 +020088 },
89 "DMAAP": {
90 "consumer": {
91 "host": "dcae-mrtr.com:3905",
92 "topic": "operationalEnvironmentEvent",
93 "serviceName": "dcae-mrtr.com:3905/events",
94 "environment": "TEST",
95 "partner": "BOT_R",
96 "username": "user1@sdc.com",
97 "password": "password=="
98 },
99 "producer": {
100 "host": "olsd004.com:3905",
101 "topic": "SDC-FACADE-NOTIF-v1 ",
102 "serviceName": "dmaap.com:3905/events",
103 "environment": "TEST",
104 "username": "user1@sdc.com",
105 "password": "password=="
106 }
107 }
Mandeep Khindad6ea9872017-06-24 11:49:37 -0400108 }
BorislavG1ffbd992018-04-24 07:56:27 +0000109}