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) --- src/test/resources/imagedataexample.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/test/resources/imagedataexample.json (limited to 'src/test/resources/imagedataexample.json') diff --git a/src/test/resources/imagedataexample.json b/src/test/resources/imagedataexample.json new file mode 100644 index 0000000..17dc525 --- /dev/null +++ b/src/test/resources/imagedataexample.json @@ -0,0 +1 @@ +[{\"application\":\"ATT (Tosca)\",\"application-vendor\":\"VM00\",\"application-version\":\"3.16.1\"},{\"application\":\"ATT (Tosca)\",\"application-vendor\":\"VM00\",\"application-version\":\"3.16.9\"},{\"application\":\"ATT (Tosca)\",\"application-vendor\":\"VM01\",\"application-version\":\"3.16.1\"},{\"application\":\"ATT (Tosca)\",\"application-vendor\":\"VM01\",\"application-version\":\"3.16.9\"}] \ No newline at end of file -- cgit 1.2.3-korg