Merge "Add missing naming policy for vFW_NextGen"
[oom.git] / kubernetes / sdc / resources / config / environments / AUTO.json
1 {
2     "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",
9
10     "default_attributes": {
11         "disableHttp": false,
12         "CS_VIP": "sdc-cs.{{include "common.namespace" .}}",
13         "BE_VIP": "sdc-be.{{include "common.namespace" .}}",
14         "ONBOARDING_BE_VIP": "sdc-onboarding-be.{{include "common.namespace" .}}",
15         "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" .}}",
18         "FE_VIP": "sdc-fe.{{include "common.namespace" .}}",
19         "ES_VIP": "sdc-es.{{include "common.namespace" .}}",
20         "KB_VIP": "sdc-kb.{{include "common.namespace" .}}",
21         "interfaces": {
22             "application": "eth0",
23             "private": "eth0"
24         },
25         "ECompP": {
26             "ecomp_rest_url": "http://portal-app.{{include "common.namespace" .}}:8989/ONAPPORTAL/auxapi",
27             "ueb_url_list": "message-router.{{include "common.namespace" .}}, message-router.{{include "common.namespace" .}}",
28             "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
29             "app_key": "x9UfO7JsDn8BESVX",
30             "inbox_name": "ECOMP-PORTAL-INBOX",
31             "ecomp_redirect_url": "http://portal-app.{{include "common.namespace" .}}:8989/ONAPPORTAL/login.htm",
32             "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
33             "decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
34         },
35         "UEB": {
36             "PublicKey": "iPIxkpAMI8qTcQj8",
37             "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
38             "fqdn": [
39                 "message-router.{{include "common.namespace" .}}",
40                 "message-router.{{include "common.namespace" .}}"
41             ]
42         },
43         "Nodes": {
44             "CS": [
45                 "sdc-cs.{{include "common.namespace" .}}"
46             ],
47             "BE": "sdc-be.{{include "common.namespace" .}}",
48             "ONBOARDING_BE": "sdc-onboarding-be.{{include "common.namespace" .}}",
49             "FE": "sdc-fe.{{include "common.namespace" .}}",
50             "ES": [
51                 "sdc-es.{{include "common.namespace" .}}"
52             ],
53             "KB": "sdc-kb.{{include "common.namespace" .}}"
54         },
55         "Plugins": {
56             "DCAE": {
57                 "dcae_discovery_url": "http://sdc-dcae-fe.{{include "common.namespace" .}}:8183/dcaed/#/home",
58                 "dcae_source_url": "http://sdc.dcae.plugin.simpledemo.onap.org:30263/dcaed/#/home"
59             },
60             "DCAE-TAB": {
61                 "dcae_dt_discovery_url": "http://sdc-dcae-dt.{{include "common.namespace" .}}:8186/dcae/#/dcae/home",
62                 "dcae_dt_source_url": "http://sdc.dcae.plugin.simpledemo.onap.org:30265/dcae/#/dcae/home"
63             },
64             "WORKFLOW": {
65                 "workflow_discovery_url": "http://sdc-wfd-fe.{{include "common.namespace" .}}:8080",
66                 "workflow_source_url": "http://sdc.workflow.plugin.simpledemo.onap.org:30256"
67             }
68         },
69         "VnfRepo": {
70             "vnfRepoPort": "{{.Values.config.environment.vnfRepoPort}}",
71             "vnfRepoHost": "refrepo.{{include "common.namespace" .}}"
72         }
73     },
74     "override_attributes": {
75         "FE": {
76             "http_port": "8181",
77             "https_port": "9443"
78         },
79         "BE": {
80             "http_port": "8080",
81             "https_port": "8443"
82         },
83         "ONBOARDING_BE": {
84             "http_port": "8081",
85             "https_port": "8445"
86         },
87         "elasticsearch": {
88             "cluster_name": "SDC-ES-",
89             "ES_path_home": "/usr/share/elasticsearch",
90             "ES_path_data": "/usr/share/elasticsearch/data",
91             "num_of_replicas": "0",
92             "num_of_shards": "1"
93         },
94
95         "cassandra": {
96             "concurrent_reads": "32",
97             "num_tokens": "256",
98             "data_dir": "/var/lib/cassandra/data",
99             "hinted_handoff_enabled": "true",
100             "cassandra_user": "asdc_user",
101             "cassandra_password": "Aa1234%^!",
102             "concurrent_writes": "32",
103             "cluster_name": "SDC-CS-",
104             "datacenter_name": "SDC-CS-",
105             "multithreaded_compaction": "false",
106             "cache_dir": "/var/lib/cassandra/saved_caches",
107             "log_file": "/var/lib/cassandra/log/system.log",
108             "phi_convict_threshold": "8",
109             "commitlog_dir": "/var/lib/cassandra/commitlog",
110             "socket_read_timeout": "20000",
111             "socket_connect_timeout": "20000",
112             "titan_connection_timeout": "10000"
113         }
114     }
115 }