aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2020-01-23 11:21:29 +0200
committerYuli Shlosberg <ys9693@att.com>2020-01-23 11:21:29 +0200
commitf0407bbf38d551fbda45402f83617789c03e2661 (patch)
treed6833f993e6cc8ef4b83a6f08a806dd242162227
parent8f967e47b95c78c129c81abd09d0934678451f3d (diff)
Fix CSIT - adding missing parameters to template.json
Issue-ID: SDC-2732 Signed-off-by: Yuli Shlosberg <ys9693@att.com> Change-Id: Id4fd22b905e7f94725c6a3d83a8650453cbacb2f
-rw-r--r--sdc-os-chef/environments/Template.json74
1 files changed, 46 insertions, 28 deletions
diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json
index f9e5b6dfd4..651d64d81b 100644
--- a/sdc-os-chef/environments/Template.json
+++ b/sdc-os-chef/environments/Template.json
@@ -18,35 +18,35 @@
"interfaces": {
"application": "eth0",
"private": "eth1"
- },
- "ECompP": {
- "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi",
- "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
- "cipher_key": "AGLDdG4D04BKm2IxIWEr8o==",
- "portal_user": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=",
- "portal_pass": "j85yNhyIs7zKYbR1VlwEfNhS6b7Om4l0Gx5O8931sCI=",
- "portal_app_name": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA="
- },
- "UEB": {
- "PublicKey": "iPIxkpAMI8qTcQj8",
+ },
+ "ECompP": {
+ "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi",
+ "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
+ "cipher_key": "AGLDdG4D04BKm2IxIWEr8o==",
+ "portal_user": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=",
+ "portal_pass": "j85yNhyIs7zKYbR1VlwEfNhS6b7Om4l0Gx5O8931sCI=",
+ "portal_app_name": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA="
+ },
+ "UEB": {
+ "PublicKey": "iPIxkpAMI8qTcQj8",
"SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
"fqdn": ["10.0.11.1", "10.0.11.1"]
- },
- "Nodes": {
- "CS": [
- "yyy"
- ],
- "BE": "yyy",
- "ONBOARDING_BE": "yyy",
- "FE": "yyy",
- "ES": [
- "yyy"
- ],
- "KB": "yyy"
- },
- "VnfRepo": {
- "vnfRepoPort": "8702",
- "vnfRepoHost": "10.0.14.1"
+ },
+ "Nodes": {
+ "CS": [
+ "yyy"
+ ],
+ "BE": "yyy",
+ "ONBOARDING_BE": "yyy",
+ "FE": "yyy",
+ "ES": [
+ "yyy"
+ ],
+ "KB": "yyy"
+ },
+ "VnfRepo": {
+ "vnfRepoPort": "8702",
+ "vnfRepoHost": "10.0.14.1"
}
},
"override_attributes": {
@@ -93,7 +93,25 @@
"socket_connect_timeout": "20000",
"janusgraph_connection_timeout": "10000",
"replication_factor": "1"
+ },
+ "DMAAP": {
+ "consumer": {
+ "host": "dcae-mrtr.com:3905",
+ "topic": "operationalEnvironmentEvent",
+ "serviceName": "dcae-mrtr.com:3905/events",
+ "environment": "TEST",
+ "partner": "BOT_R",
+ "username": "user1@sdc.com",
+ "password": "password=="
+ },
+ "producer": {
+ "host": "olsd004.com:3905",
+ "topic": "SDC-FACADE-NOTIF-v1 ",
+ "serviceName": "dmaap.com:3905/events",
+ "environment": "TEST",
+ "username": "user1@sdc.com",
+ "password": "password=="
}
}
+ }
}
-