9073f2c562d25072e0b9bdd227dca56d66fd12ad
[sdc.git] / sdc-os-chef / environments / Template.json
1 {
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": {
11         "disableHttp": false,
12         "CS_VIP": "yyy",
13         "BE_VIP": "yyy",
14         "ONBOARDING_BE_VIP": "yyy",
15         "FE_VIP": "yyy",
16         "ES_VIP": "yyy",
17         "KB_VIP": "yyy",
18         "interfaces": {
19             "application": "eth0",
20             "private": "eth1"
21         },
22                 "ECompP": {
23                     "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi",
24             "ueb_url_list": "10.0.11.1,10.0.11.1",
25             "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
26             "app_key": "x9UfO7JsDn8BESVX",
27             "inbox_name": "ECOMP-PORTAL-INBOX",
28             "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
29             "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
30                         "decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
31         },
32         "UEB": {
33             "PublicKey": "iPIxkpAMI8qTcQj8",
34             "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
35             "fqdn": ["10.0.11.1", "10.0.11.1"]
36         },
37         "Nodes": {
38             "CS":            "yyy",
39             "BE":            "yyy",
40             "ONBOARDING_BE": "yyy",
41             "FE":            "yyy",
42             "ES":            "yyy",
43             "KB":            "yyy"
44         },
45         "Plugins": {
46             "DCAE": {
47                 "dcae_discovery_url": "yyy",
48                 "dcae_source_url": "yyy"
49             },
50             "WORKFLOW": {
51                 "workflow_discovery_url": "yyy",
52                 "workflow_source_url": "yyy"
53             }
54         },
55            "VnfRepo": {
56              "vnfRepoPort": "8702",
57              "vnfRepoHost": "192.168.50.5"
58            }
59     },
60     "override_attributes": {
61         "FE": {
62             "http_port": "8181",
63             "https_port": "9443"
64         },
65         "BE": {
66             "http_port": "8080",
67             "https_port": "8443"
68         },
69         "ONBOARDING_BE": {
70             "http_port": "8081",
71             "https_port": "8445"
72         },
73         "elasticsearch": {
74             "cluster_name": "SDC-ES-",
75             "ES_path_home": "/usr/share/elasticsearch",
76             "ES_path_data": "/usr/share/elasticsearch/data",
77             "num_of_replicas": "0",
78             "num_of_shards": "1"
79         },
80
81         "cassandra": {
82             "concurrent_reads": "32",
83             "num_tokens": "256",
84             "data_dir": "/var/lib/cassandra/data",
85             "hinted_handoff_enabled": "true",
86             "cassandra_user": "asdc_user",
87             "cassandra_password": "Aa1234%^!",
88             "concurrent_writes": "32",
89             "cluster_name": "SDC-CS-",
90             "multithreaded_compaction": "false",
91             "cache_dir": "/var/lib/cassandra/saved_caches",
92             "log_file": "/var/lib/cassandra/log/system.log",
93             "phi_convict_threshold": "8",
94             "commitlog_dir": "/var/lib/cassandra/commitlog",
95             "socket_read_timeout": "20000",
96             "socket_connect_timeout": "20000",
97             "titan_connection_timeout": "10000"
98         }
99     }
100 }
101