From 696b3aab041353afd74e26c0b9a569d0b1b9e254 Mon Sep 17 00:00:00 2001 From: Geora Barsky Date: Fri, 12 Oct 2018 11:46:52 -0400 Subject: Adding API Mapping infrastructure Issue-ID: LOG-391 Change-Id: I30d954bcdf1cf0748bb5249cbf10defb8dbc8ff6 Signed-off-by: Geora Barsky --- config/application.properties | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'config/application.properties') diff --git a/config/application.properties b/config/application.properties index 6ad4731..8fc2503 100644 --- a/config/application.properties +++ b/config/application.properties @@ -18,7 +18,8 @@ spring.jersey.type=filter spring.mvc.urls=swagger,docs,prometheus,auditevents,info,heapdump,autoconfig,beans,loggers,dump,env,trace,health,configprops,mappings,metrics,webjars - +camel.springboot.xmlRoutes = file:config/dynamic/routes/*.route +service.xml.beans = config/dynamic/conf/*.xml server.contextPath=/sdnccontextbuilder/v1 spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration @@ -46,3 +47,20 @@ sdnc.genericResourcePath=/restconf/config/GENERIC-RESOURCE-API:services/service/ #Servlet context parameters server.context_parameters.p-name=value #context parameter with p-name as key and value as value. + +# AAI REST Client Configuration +aai.serviceName=10.12.6.120 +aai.servicePort=30233 +aai.username=AAI +aai.password=OBF:1gfr1ev31gg7 +aai.httpProtocol=https +aai.connectionTimeout=5000 +aai.readTimeout=1000 + +# HTTP Basic Authorization credentials for AAI Rest Service API +aai.http.userId=admin +aai.http.password=OBF:1u2a1toa1w8v1tok1u30 + +aai.searchNodeQuery=/aai/v11/search/nodes-query?search-node-type=service-instance&filter=service-instance-id:EQUALS: +aai.customerQuery=/aai/v11/business/customers/customer/ + -- cgit 1.2.3-korg