diff options
author | Michael Lando <ml636r@att.com> | 2017-02-27 21:51:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-27 21:51:41 +0000 |
commit | 9b074cd5feb1ec7f2bfacb3730632a5c55645ca4 (patch) | |
tree | 699fef07426730c784d1dd03202c8d8c65d463bb | |
parent | 33d78d887168bffc3e71dc9ac1b3569ef13bc12c (diff) | |
parent | b47f06a132752b5cddf20fcbf81e3349ecdf0302 (diff) |
Merge "change ueb external ip"
-rw-r--r-- | sdc-os-chef/environments/Template.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json index d055cdfe53..a19f7cf9fd 100644 --- a/sdc-os-chef/environments/Template.json +++ b/sdc-os-chef/environments/Template.json @@ -18,7 +18,7 @@ }, "ECompP": { "ecomp_rest_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/auxapi", - "ueb_url_list": "23.253.97.75,10.0.11.1", + "ueb_url_list": "10.0.11.1,10.0.11.1", "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu", "app_key": "x9UfO7JsDn8BESVX", "inbox_name": "ECOMP-PORTAL-INBOX", @@ -29,7 +29,7 @@ "UEB": { "PublicKey": "iPIxkpAMI8qTcQj8", "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal", - "fqdn": ["23.253.97.75", "10.0.11.1"] + "fqdn": ["10.0.11.1", "10.0.11.1"] }, "Nodes": { "CS": "yyy", |