b4b836100bc9109aec090e4443dd08e4ebf2a69d
[sdc.git] / sdc-os-chef / environments / Template.json
1 {
2    "name": "xxx",
3    "description": "OpenSource-xxx",
4    "json_class": "Chef::Environment",
5    "chef_type": "environment",
6
7    "default_attributes": {
8       "disableHttp": false,
9       "CS_VIP": "yyy",
10       "BE_VIP": "yyy",
11       "ONBOARDING_BE_VIP": "yyy",
12       "FE_VIP": "yyy",
13       "interfaces": {
14          "application": "eth0",
15          "private": "eth1"
16       },
17       "ECompP": {
18          "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi",
19          "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
20          "cipher_key": "AGLDdG4D04BKm2IxIWEr8o==",
21          "portal_user": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=",
22          "portal_pass": "j85yNhyIs7zKYbR1VlwEfNhS6b7Om4l0Gx5O8931sCI=",
23          "portal_app_name": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA="
24       },
25       "UEB": {
26          "PublicKey": "iPIxkpAMI8qTcQj8",
27          "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
28          "fqdn": ["10.0.11.1", "10.0.11.1"]
29       },
30       "Nodes": {
31          "CS": [
32             "yyy"
33          ],
34          "BE":            "yyy",
35          "ONBOARDING_BE": "yyy",
36          "FE":            "yyy"
37       },
38       "VnfRepo": {
39          "vnfRepoPort": "8702",
40          "vnfRepoHost": "10.0.14.1"
41       }
42    },
43    "override_attributes": {
44       "FE": {
45          "http_port": "8181",
46          "https_port": "9443",
47          "domain_name": "sdc"
48       },
49       "BE": {
50          "http_port": "8080",
51          "https_port": "8443",
52          "domain_name": "sdc"
53       },
54       "ONBOARDING_BE": {
55          "http_port": "8081",
56          "https_port": "8445",
57          "domain_name": "sdc",
58          "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
59       },
60       "cassandra": {
61          "cassandra_port": 9042,
62          "concurrent_reads": "32",
63          "num_tokens": "256",
64          "data_dir": "/var/lib/cassandra/data",
65          "hinted_handoff_enabled": "true",
66          "cassandra_user": "asdc_user",
67          "cassandra_password": "Aa1234%^!",
68          "concurrent_writes": "32",
69          "cluster_name": "SDC-CS",
70          "datacenter_name": "SDC-CS",
71          "multithreaded_compaction": "false",
72          "cache_dir": "/var/lib/cassandra/saved_caches",
73          "log_file": "/var/lib/cassandra/log/system.log",
74          "phi_convict_threshold": "8",
75          "commitlog_dir": "/var/lib/cassandra/commitlog",
76          "socket_read_timeout": "40000",
77          "socket_connect_timeout": "40000",
78          "janusgraph_connection_timeout": "20000",
79          "replication_factor": "1"
80       },
81       "DMAAP": {
82          "consumer": {
83             "host": "dcae-mrtr.com:3905",
84             "topic": "operationalEnvironmentEvent",
85             "serviceName": "dcae-mrtr.com:3905/events",
86             "environment": "TEST",
87             "partner": "BOT_R",
88             "username": "user1@sdc.com",
89             "password": "password=="
90          },
91          "producer": {
92             "host": "olsd004.com:3905",
93             "topic": "SDC-FACADE-NOTIF-v1 ",
94             "serviceName": "dmaap.com:3905/events",
95             "environment": "TEST",
96             "username": "user1@sdc.com",
97             "password": "password=="
98          }
99       }
100    }
101 }