From 7b1f813441f94261f43ec4f5bb0944ad2570fbdf Mon Sep 17 00:00:00 2001 From: "Blackwell, Ian (ib733q)" Date: Tue, 3 Apr 2018 17:28:44 +0100 Subject: Revisions made to the Model Loader to use Babel Change the Model Loader to use the Babel micro service. Responsibility for transformation of ASDC TOSCA models, the yaml files, has been moved from ASDC and placed into the Bable microservice. Model Loader will forward any CSAR received from ASDC and delegate transformation to Babel. Babel will return the transformed TOSCA models to Model Loader which will then ingest them into the A&AI Inventory. Issue-ID: AAI-987 Change-Id: I99594770b51b00cb7dcc0f30706060ae27cd94c5 Signed-off-by: Blackwell, Ian (ib733q) --- ajsc-shared-config/etc/logback.xml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'ajsc-shared-config/etc/logback.xml') diff --git a/ajsc-shared-config/etc/logback.xml b/ajsc-shared-config/etc/logback.xml index d596247..68c805e 100644 --- a/ajsc-shared-config/etc/logback.xml +++ b/ajsc-shared-config/etc/logback.xml @@ -55,7 +55,6 @@ - ${logDirectory}/${auditLogName}.log @@ -72,7 +71,6 @@ - ${logDirectory}/${metricsLogName}.log @@ -89,7 +87,6 @@ - ${logDirectory}/${debugLogName}.log @@ -107,7 +104,6 @@ true - @@ -115,19 +111,6 @@ - - - - - - - - - - - - - -- cgit 1.2.3-korg