diff options
author | Blackwell, Ian (ib733q) <IanB@amdocs.com> | 2018-04-03 17:28:44 +0100 |
---|---|---|
committer | Blackwell, Ian (ib733q) <IanB@amdocs.com> | 2018-04-03 17:28:44 +0100 |
commit | 7b1f813441f94261f43ec4f5bb0944ad2570fbdf (patch) | |
tree | 7c5a2d1f378b2a0b358905e82d21cce73f3e1d6d /src/test/resources | |
parent | 4dd316529148d07059d844197cdb676806bdc0c6 (diff) |
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) <IanB@amdocs.com>
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/imagedataexample.json | 1 |
1 files changed, 1 insertions, 0 deletions
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 |