79428f73c691a800c5aa02699cc4fb65b98aa73e
[oom.git] / kubernetes / sdc / resources / config / environments / AUTO.json
1 {
2     "name": "{{ .Values.env.name }}",
3     "description": "OpenSource-{{ .Values.env.name }}",
4     "cookbook_versions": {
5         "Deploy-SDandC": "= 1.0.0"
6     },
7     "json_class": "Chef::Environment",
8     "chef_type": "environment",
9
10     "default_attributes": {
11         "disableHttp": {{ .Values.global.security.disableHttp }},
12         "CS_VIP": "{{.Values.global.cassandra.serviceName}}.{{include "common.namespace" .}}",
13         "BE_VIP": "sdc-be.{{include "common.namespace" .}}",
14         "ONBOARDING_BE_VIP": "sdc-onboarding-be.{{include "common.namespace" .}}",
15         "FE_VIP": "sdc-fe.{{include "common.namespace" .}}",
16         "interfaces": {
17             "application": "eth0",
18             "private": "eth0"
19         },
20         "ECompP": {
21             "ecomp_rest_url": "https://portal-app.{{include "common.namespace" .}}:8443/ONAPPORTAL/auxapi",
22             "ueb_url_list": "message-router.{{include "common.namespace" .}}, message-router.{{include "common.namespace" .}}",
23             "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
24             "app_key": "x9UfO7JsDn8BESVX",
25             "inbox_name": "ECOMP-PORTAL-INBOX",
26             "ecomp_redirect_url": "https://portal-app.{{include "common.namespace" .}}:30225/ONAPPORTAL/login.htm",
27             "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
28             "decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
29         },
30         "UEB": {
31             "PublicKey": "iPIxkpAMI8qTcQj8",
32             "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
33             "fqdn": [
34                 "message-router.{{include "common.namespace" .}}",
35                 "message-router.{{include "common.namespace" .}}"
36             ]
37         },
38         "Nodes": {
39             "CS": [
40                 "{{.Values.global.cassandra.serviceName}}.{{include "common.namespace" .}}"
41             ],
42             "BE": "sdc-be.{{include "common.namespace" .}}",
43             "ONBOARDING_BE": "sdc-onboarding-be.{{include "common.namespace" .}}",
44             "FE": "sdc-fe.{{include "common.namespace" .}}"
45         },
46         "VnfRepo": {
47             "vnfRepoPort": "{{.Values.config.environment.vnfRepoPort}}",
48             "vnfRepoHost": "refrepo.{{include "common.namespace" .}}"
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         },
60         "ONBOARDING_BE": {
61             "http_port": "8081",
62             "https_port": "8445",
63             "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
64         },
65         "cassandra": {
66             "cassandra_port": 9042,
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",
74             "cluster_name": "{{.Values.global.cassandra.clusterName}}",
75             "datacenter_name": "{{.Values.global.cassandra.dataCenter}}",
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",
80             "commitlog_dir": "/var/lib/cassandra/commitlog",
81             "socket_read_timeout": "20000",
82             "socket_connect_timeout": "20000",
83             "janusgraph_connection_timeout": "10000",
84             "replication_factor": "{{.Values.global.cassandra.replicaCount}}"
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          }
104       },
105       "jetty": {
106          "keystore_pwd": "${KEYSTORE_PASS}",
107          "truststore_pwd": "${TRUSTSTORE_PASS}",
108          "keymanager_pwd": "${KEYMANAGER_PASS}"
109       }
110     }
111 }