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