diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-03-21 08:34:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-21 08:34:31 +0000 |
commit | 10414799b301d26fee6195ab0128fd3dde140b0a (patch) | |
tree | 23d4ac22ef92b5e2d3a59538b107f1132662bd7d /deployment/zip | |
parent | 5d2f93c6fb594fb0197a082a4cf1ba6aea0ead02 (diff) | |
parent | 36ba4897bed80bcc0cbbd803ae590fdb58a2e995 (diff) |
Merge changes Iff25510f,I599e74e7
* changes:
Add default URLs for supported ONAP services
Fix SECURITY ISSUES
Diffstat (limited to 'deployment/zip')
-rw-r--r-- | deployment/zip/src/main/release/data/onap-beijing-profile.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deployment/zip/src/main/release/data/onap-beijing-profile.json b/deployment/zip/src/main/release/data/onap-beijing-profile.json index 0c186e11..5cd58c4c 100644 --- a/deployment/zip/src/main/release/data/onap-beijing-profile.json +++ b/deployment/zip/src/main/release/data/onap-beijing-profile.json @@ -2,7 +2,7 @@ { "product" : "onap-beijing", "name" : "aai:host-url", - "value" : "" + "value" : "https://192.168.17.35:30233" }, { "product" : "onap-beijing", @@ -17,12 +17,12 @@ { "product" : "onap-beijing", "name" : "msb:host-url", - "value" : "" + "value" : "http://192.168.17.35:30081" }, { "product" : "onap-beijing", "name" : "sdc:host-url", - "value" : "" + "value" : "http://192.168.17.35:30206" }, { "product" : "onap-beijing", @@ -37,7 +37,7 @@ { "product" : "onap-beijing", "name" : "so:host-url", - "value" : "" + "value" : "http://192.168.17.35:30223" }, { "product" : "onap-beijing", |