update AAF url 62/94162/1
authorTaka Cho <takamune.cho@att.com>
Thu, 22 Aug 2019 20:50:45 +0000 (16:50 -0400)
committerTaka Cho <takamune.cho@att.com>
Thu, 22 Aug 2019 20:51:39 +0000 (16:51 -0400)
the old URL is not
working with AAF 2.1.15 image

Issue-ID: AAF-942
Change-Id: I83cabb1048ccd87313784d45ffe27c967d9502c3
Signed-off-by: Taka Cho <takamune.cho@att.com>
kubernetes/appc/resources/config/appc/opt/onap/appc/data/properties/cadi.properties

index 0e8b71c..e7399f6 100644 (file)
@@ -19,7 +19,7 @@
 ###
 #hostname=localhost
 
-cadi_loglevel=INFO
+cadi_loglevel=DEBUG
 cadi_bath_convert=/opt/onap/appc/data/properties/bath_config.csv
 
 ############################################################
@@ -48,11 +48,11 @@ cadi_longitude=-122.26147
 aaf_locate_url=https://aaf-locate.{{.Release.Namespace}}:8095
 
 # AAF URL
-aaf_url=https://AAF_LOCATE_URL/AAF_NS.service:2.0
+aaf_url=https://AAF_LOCATE_URL/onap.org.osaaf.aaf.service:2.1
 
 # AAF Environment Designation
 aaf_env=DEV
 
 # OAuth2 Endpoints
-aaf_oauth2_token_url=https://AAF_LOCATE_URL/AAF_NS.token:2.0/token
-aaf_oauth2_introspect_url=https://AAF_LOCATE_URL/AAF_NS.introspect:2.0/introspect
+aaf_oauth2_token_url=https://AAF_LOCATE_URL/onap.org.osaaf.aaf.token:2.1/token
+aaf_oauth2_introspect_url=https://AAF_LOCATE_URL/onap.org.osaaf.aaf.introspect:2.1/introspect