Add acumos adapter project 80/98380/3
authorAndrew Gauld <agauld@att.com>
Wed, 13 Nov 2019 18:09:32 +0000 (18:09 +0000)
committerAndrew Gauld <agauld@att.com>
Fri, 15 Nov 2019 20:23:42 +0000 (20:23 +0000)
commit849da15d5b7ddc68e4c2b90b603fc8948d4b5e6d
treeb0d3d6e7dcd1551c007a7212dfdb369720707a22
parent3f67c400813a60e4b8f9327e20eccc9033dc1b0b
Add acumos adapter project

Signed-off-by: Andrew Gauld <agauld@att.com>
Issue-ID: DCAEGEN2-1860
Change-Id: Ib22fd2aa61fe7761bacf85e69540d11803c7acee
Signed-off-by: Andrew Gauld <agauld@att.com>
33 files changed:
adapter/acumos/Changelog.md [new file with mode: 0644]
adapter/acumos/Dockerfile [new file with mode: 0644]
adapter/acumos/LICENSE.txt [new file with mode: 0644]
adapter/acumos/README.md [new file with mode: 0644]
adapter/acumos/aoconversion/__init__.py [new file with mode: 0644]
adapter/acumos/aoconversion/adapter.py [new file with mode: 0644]
adapter/acumos/aoconversion/convert.py [new file with mode: 0644]
adapter/acumos/aoconversion/dataformat_gen.py [new file with mode: 0644]
adapter/acumos/aoconversion/docker_gen.py [new file with mode: 0644]
adapter/acumos/aoconversion/exceptions.py [new file with mode: 0644]
adapter/acumos/aoconversion/index.html [new file with mode: 0644]
adapter/acumos/aoconversion/scanner.py [new file with mode: 0644]
adapter/acumos/aoconversion/spec_gen.py [new file with mode: 0644]
adapter/acumos/aoconversion/utils.py [new file with mode: 0644]
adapter/acumos/pom.xml [new file with mode: 0644]
adapter/acumos/setup.py [new file with mode: 0644]
adapter/acumos/tests/fixtures/README.md [new file with mode: 0644]
adapter/acumos/tests/fixtures/dataformat_101.json [new file with mode: 0644]
adapter/acumos/tests/fixtures/dcae-cli-v2_component-spec-schema.json [new file with mode: 0644]
adapter/acumos/tests/fixtures/jsdraft4schema.json [new file with mode: 0644]
adapter/acumos/tests/fixtures/models/ArgsList_1.0.0_dcae_data_format.json [new file with mode: 0644]
adapter/acumos/tests/fixtures/models/SumOut_1.0.0_dcae_data_format.json [new file with mode: 0644]
adapter/acumos/tests/fixtures/models/example-model-listofm/example_model.py [new file with mode: 0644]
adapter/acumos/tests/fixtures/models/example-model-listofm/metadata.json [new file with mode: 0644]
adapter/acumos/tests/fixtures/models/example-model-listofm/model.proto [new file with mode: 0644]
adapter/acumos/tests/fixtures/models/example-model/metadata.json [new file with mode: 0644]
adapter/acumos/tests/fixtures/models/example-model/model.proto [new file with mode: 0644]
adapter/acumos/tests/test_df.py [new file with mode: 0644]
adapter/acumos/tests/test_docker.py [new file with mode: 0644]
adapter/acumos/tests/test_fed.py [new file with mode: 0644]
adapter/acumos/tests/test_spec.py [new file with mode: 0644]
adapter/acumos/tests/testing_helpers.py [new file with mode: 0644]
adapter/acumos/tox.ini [new file with mode: 0644]