Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 1 | { |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 2 | "name": "{{ .Values.env.name }}", |
| 3 | "description": "OpenSource-{{ .Values.env.name }}", |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 4 | "cookbook_versions": { |
| 5 | "Deploy-SDandC": "= 1.0.0" |
| 6 | }, |
| 7 | "json_class": "Chef::Environment", |
| 8 | "chef_type": "environment", |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 9 | |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 10 | "default_attributes": { |
IlanaP | cbed68b | 2020-03-16 14:13:45 +0200 | [diff] [blame] | 11 | "disableHttp": {{ .Values.global.security.disableHttp }}, |
Mahendra Raghuwanshi | 35f83f5 | 2019-03-20 10:42:49 +0000 | [diff] [blame] | 12 | "CS_VIP": "{{.Values.global.cassandra.serviceName}}.{{include "common.namespace" .}}", |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 13 | "BE_VIP": "sdc-be.{{include "common.namespace" .}}", |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 14 | "ONBOARDING_BE_VIP": "sdc-onboarding-be.{{include "common.namespace" .}}", |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 15 | "FE_VIP": "sdc-fe.{{include "common.namespace" .}}", |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 16 | "interfaces": { |
| 17 | "application": "eth0", |
| 18 | "private": "eth0" |
| 19 | }, |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 20 | "ECompP": { |
Ofir Sonsino | daaf1c9 | 2020-03-12 19:28:12 +0200 | [diff] [blame] | 21 | "ecomp_rest_url": "https://portal-app.{{include "common.namespace" .}}:8443/ONAPPORTAL/auxapi", |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 22 | "ueb_url_list": "message-router.{{include "common.namespace" .}}, message-router.{{include "common.namespace" .}}", |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 23 | "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu", |
| 24 | "app_key": "x9UfO7JsDn8BESVX", |
| 25 | "inbox_name": "ECOMP-PORTAL-INBOX", |
Ofir Sonsino | daaf1c9 | 2020-03-12 19:28:12 +0200 | [diff] [blame] | 26 | "ecomp_redirect_url": "https://portal-app.{{include "common.namespace" .}}:30225/ONAPPORTAL/login.htm", |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 27 | "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1", |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 28 | "decryption_key": "AGLDdG4D04BKm2IxIWEr8o==" |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 29 | }, |
| 30 | "UEB": { |
| 31 | "PublicKey": "iPIxkpAMI8qTcQj8", |
| 32 | "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal", |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 33 | "fqdn": [ |
| 34 | "message-router.{{include "common.namespace" .}}", |
| 35 | "message-router.{{include "common.namespace" .}}" |
| 36 | ] |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 37 | }, |
| 38 | "Nodes": { |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 39 | "CS": [ |
Mahendra Raghuwanshi | 35f83f5 | 2019-03-20 10:42:49 +0000 | [diff] [blame] | 40 | "{{.Values.global.cassandra.serviceName}}.{{include "common.namespace" .}}" |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 41 | ], |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 42 | "BE": "sdc-be.{{include "common.namespace" .}}", |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 43 | "ONBOARDING_BE": "sdc-onboarding-be.{{include "common.namespace" .}}", |
shrek2000 | f336f6d | 2020-02-25 16:11:26 +0200 | [diff] [blame] | 44 | "FE": "sdc-fe.{{include "common.namespace" .}}" |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 45 | }, |
Mandeep Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 46 | "VnfRepo": { |
| 47 | "vnfRepoPort": "{{.Values.config.environment.vnfRepoPort}}", |
Michael Lando | 65f60bc | 2018-05-16 00:38:09 +0300 | [diff] [blame] | 48 | "vnfRepoHost": "refrepo.{{include "common.namespace" .}}" |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 49 | } |
| 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 Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 60 | "ONBOARDING_BE": { |
| 61 | "http_port": "8081", |
priyanshu | 36cede6 | 2018-11-20 13:05:12 +0200 | [diff] [blame] | 62 | "https_port": "8445", |
| 63 | "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/" |
Mandeep Khinda | 51a8b1b | 2018-04-24 20:05:32 +0000 | [diff] [blame] | 64 | }, |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 65 | "cassandra": { |
Areli, Fuss (af732p) | 6c9e600 | 2019-04-04 15:47:22 +0300 | [diff] [blame] | 66 | "cassandra_port": 9042, |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 67 | "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 Raghuwanshi | 35f83f5 | 2019-03-20 10:42:49 +0000 | [diff] [blame] | 74 | "cluster_name": "{{.Values.global.cassandra.clusterName}}", |
| 75 | "datacenter_name": "{{.Values.global.cassandra.dataCenter}}", |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 76 | "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 Khinda | a1047f4 | 2018-03-22 02:12:15 +0000 | [diff] [blame] | 80 | "commitlog_dir": "/var/lib/cassandra/commitlog", |
| 81 | "socket_read_timeout": "20000", |
| 82 | "socket_connect_timeout": "20000", |
shrikantawachar | ca99d77 | 2019-06-12 15:57:09 +0530 | [diff] [blame] | 83 | "janusgraph_connection_timeout": "10000", |
Mahendra Raghuwanshi | 35f83f5 | 2019-03-20 10:42:49 +0000 | [diff] [blame] | 84 | "replication_factor": "{{.Values.global.cassandra.replicaCount}}" |
shrek2000 | f336f6d | 2020-02-25 16:11:26 +0200 | [diff] [blame] | 85 | }, |
| 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.kedron | 2774ab1 | 2020-03-26 11:13:46 +0100 | [diff] [blame] | 104 | }, |
| 105 | "jetty": { |
| 106 | "keystore_pwd": "${KEYSTORE_PASS}", |
ChrisC | 742a7b2 | 2020-09-04 11:29:57 +0200 | [diff] [blame] | 107 | "truststore_pwd": "${TRUSTSTORE_PASS}", |
| 108 | "keymanager_pwd": "${KEYMANAGER_PASS}" |
shrek2000 | f336f6d | 2020-02-25 16:11:26 +0200 | [diff] [blame] | 109 | } |
Mandeep Khinda | d6ea987 | 2017-06-24 11:49:37 -0400 | [diff] [blame] | 110 | } |
BorislavG | 1ffbd99 | 2018-04-24 07:56:27 +0000 | [diff] [blame] | 111 | } |