blob: 5d11261f051ca5f78f124a95cc27cc909fe632de [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001{
2 "name": "xxx",
3 "description": "OpenSource-xxx",
4 "cookbook_versions": {
5 "Deploy-SDandC": "= 1.0.0"
6 },
7 "json_class": "Chef::Environment",
8 "chef_type": "environment",
9
10 "default_attributes": {
Tal Gitelman7cb0f892018-01-07 19:06:47 +020011 "disableHttp": false,
Michael Lando451a3402017-02-19 10:28:42 +020012 "CS_VIP": "yyy",
13 "BE_VIP": "yyy",
14 "FE_VIP": "yyy",
15 "ES_VIP": "yyy",
Tal Gitelman51d50f02017-12-10 18:55:03 +020016 "KB_VIP": "yyy",
Michael Lando451a3402017-02-19 10:28:42 +020017 "interfaces": {
18 "application": "eth0",
19 "private": "eth1"
20 },
21 "ECompP": {
Michael Landod7cc2df2017-10-24 23:10:45 +030022 "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi",
Tal Gitelman51d50f02017-12-10 18:55:03 +020023 "ueb_url_list": "10.0.11.1,10.0.11.1",
24 "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
25 "app_key": "x9UfO7JsDn8BESVX",
26 "inbox_name": "ECOMP-PORTAL-INBOX",
27 "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
Michael Lando451a3402017-02-19 10:28:42 +020028 "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
29 "decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
Tal Gitelman51d50f02017-12-10 18:55:03 +020030 },
Michael Lando451a3402017-02-19 10:28:42 +020031 "UEB": {
32 "PublicKey": "iPIxkpAMI8qTcQj8",
33 "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
Grinberg Motib47f06a2017-02-23 17:57:18 +020034 "fqdn": ["10.0.11.1", "10.0.11.1"]
Michael Lando451a3402017-02-19 10:28:42 +020035 },
36 "Nodes": {
37 "CS": "yyy",
38 "BE": "yyy",
39 "FE": "yyy",
Tal Gitelman51d50f02017-12-10 18:55:03 +020040 "ES": "yyy",
41 "KB": "yyy"
Idan Amit2c285722017-12-29 09:40:43 +020042 },
43 "Designers": {
44 "DCAE": {
Idan Amit5197c8b2018-01-15 14:31:42 +020045 "dcae_protocol": "yyy",
Idan Amit30e728d2018-01-18 19:07:38 +020046 "dcae_host": "yyy",
47 "dcae_port": "yyy"
Idan Amit2c285722017-12-29 09:40:43 +020048 },
49 "WORKFLOW": {
Idan Amit5197c8b2018-01-15 14:31:42 +020050 "workflow_protocol": "yyy",
Idan Amit30e728d2018-01-18 19:07:38 +020051 "workflow_host": "yyy",
52 "workflow_port": "yyy"
Idan Amit2c285722017-12-29 09:40:43 +020053 }
Michael Lando451a3402017-02-19 10:28:42 +020054 }
55 },
56 "override_attributes": {
57 "FE": {
58 "http_port": "8181",
59 "https_port": "9443"
60 },
61 "BE": {
62 "http_port": "8080",
63 "https_port": "8443"
64 },
65 "elasticsearch": {
66 "cluster_name": "SDC-ES-",
67 "ES_path_home": "/usr/share/elasticsearch",
68 "ES_path_data": "/usr/share/elasticsearch/data",
69 "num_of_replicas": "0",
70 "num_of_shards": "1"
71 },
72
73 "cassandra": {
74 "concurrent_reads": "32",
75 "num_tokens": "256",
76 "data_dir": "/var/lib/cassandra/data",
77 "hinted_handoff_enabled": "true",
78 "cassandra_user": "asdc_user",
79 "cassandra_password": "Aa1234%^!",
80 "concurrent_writes": "32",
81 "cluster_name": "SDC-CS-",
82 "multithreaded_compaction": "false",
83 "cache_dir": "/var/lib/cassandra/saved_caches",
84 "log_file": "/var/lib/cassandra/log/system.log",
85 "phi_convict_threshold": "8",
Michael Lando50ffa6b2018-01-08 10:52:07 +020086 "commitlog_dir": "/var/lib/cassandra/commitlog",
87 "socket_read_timeout": "20000",
88 "socket_connect_timeout": "20000",
89 "titan_connection_timeout": "10000"
Michael Lando451a3402017-02-19 10:28:42 +020090 }
91 }
92}
93