From f7fe639b5990cf84eadc69f844aa0fa12e817cac Mon Sep 17 00:00:00 2001 From: "shashikanth.vh" Date: Fri, 23 Nov 2018 10:36:03 +0530 Subject: [PATCH] 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 --- installation/src/main/properties/generic-resource-api-dg.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6