From 9a55549bd44151c424d3033692f677d697f4f1a5 Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Fri, 19 May 2017 11:31:27 -0400 Subject: Add the necessary tools for resources and logbacks Change-Id: Ia86de3587ffafe98c427f0fcfd45d2e6453f6db2 Signed-off-by: Venkata Harish K Kajur --- .../bundleconfig-local/etc/appprops/aaiconfig.properties | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties') diff --git a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties index 46f9856..ad651d2 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties +++ b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties @@ -21,14 +21,17 @@ aai.transaction.logging=true aai.transaction.logging.get=true aai.transaction.logging.post=true +aai.tools.enableBasicAuth=true +aai.tools.username=AAI +aai.tools.password=AAI ecm.openstack.tenantid=b0a529aba48440a39e0caf1aea9b27e3 aai.avpn.interim.laginterface=ae0 -aai.server.url.base=https://localhost:8443/aai/ -aai.server.url=https://localhost:8443/aai/v10/ -aai.global.callback.url=https://localhost:8443/aai/ +aai.server.url.base=https://localhost:8447/aai/ +aai.server.url=https://localhost:8447/aai/v10/ +aai.global.callback.url=https://localhost:8447/aai/ aai.auth.cspcookies_on=false aai.dbmodel.filename=ex5.json @@ -57,7 +60,7 @@ aai.precheck.cloudinfrastructure.complex.defaults.region=US # single primary server aai.primary.filetransfer.serverlist=ONAPserverTBD -aai.primary.filetransfer.primarycheck=echo:8443/aai/util/echo +aai.primary.filetransfer.primarycheck=echo:8447/aai/util/echo aai.primary.filetransfer.pingtimeout=5000 aai.primary.filetransfer.pingcount=5 -- cgit 1.2.3-korg