diff options
author | shashikanth.vh <shashikanth.vh@huawei.com> | 2018-11-23 10:36:03 +0530 |
---|---|---|
committer | Gaurav Agrawal <gaurav.agrawal@huawei.com> | 2018-11-23 05:27:12 +0000 |
commit | 016060dc5d2ffc751e748dc6d6a71c3a36f105e0 (patch) | |
tree | 1e5de1e520467f46099eb0e7e936c194e94e3914 /installation | |
parent | bd2ccbfb71cbc2dd147944dd9cad45960edccd16 (diff) |
update oof hostname in the url
oof return unknown host for the hostname
http://oof.api.simpledemo.onap.org:8698/api/oof/v1/route
host name is modified to oof-osdf, so url should be as below
http://oof-osdf:8698/api/oof/v1/route
Change-Id: I326d6653988ccf565987ddc817f7161658fe29ec
Issue-ID: SDNC-532
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Former-commit-id: f7fe639b5990cf84eadc69f844aa0fa12e817cac
Diffstat (limited to 'installation')
-rw-r--r-- | installation/src/main/properties/generic-resource-api-dg.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index f7fd5657..16d5987f 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -9,7 +9,7 @@ restapi.trustStoreFileName=/opt/onap/sdnc/data/stores/truststore.openecomp.clien restapi.trustStorePassword=adminadmin restapi.keyStoreFileName=/opt/onap/sdnc/data/stores/sdnc.p12 restapi.keyStorePassword=adminadmin -restapi.connection-oof-url=http://oof.api.simpledemo.onap.org:8698/api/oof/v1/route +restapi.connection-oof-url=http://oof-osdf:8698/api/oof/v1/route naming.gen-name.url=http://neng-serv:8080 naming.gen-name.user=ccsdkapps naming.gen-name.pwd=ccsdkapps |