Towards A1 v1.0.0 72/972/6
authorTommy Carpenter <tc677g@att.com>
Wed, 18 Sep 2019 14:45:50 +0000 (10:45 -0400)
committerTommy Carpenter <tc677g@att.com>
Thu, 19 Sep 2019 14:53:38 +0000 (10:53 -0400)
commit91ae88989c82b08b9fb69a28f838d6b80681d953
tree9284d49686c010131733f9b966f11a62c3e7f59b
parentbb5ad70e6a48771e7ace7874bf6c9fa7df49100f
Towards A1 v1.0.0

- Implement type PUT
- Implement type GET
- Remove RIC manifest
- Read type GET to get schema for instance PUT
- Remove Utils (no longer needed)
- lots more tests

Change-Id: I8facd9fd9d388a9087ba856bf781397397ac2ad3
Signed-off-by: Tommy Carpenter <tc677g@att.com>
19 files changed:
a1/controller.py
a1/data.py
a1/exceptions.py
a1/openapi.yaml
a1/run.py
a1/utils.py [deleted file]
container-tag.yaml
docs/release-notes.rst
integration_tests/a1mediator/Chart.yaml
integration_tests/a1mediator/templates/config.yaml
integration_tests/a1mediator/templates/deployment.yaml
integration_tests/test_a1.tavern.yaml
setup.py
tests/conftest.py [new file with mode: 0644]
tests/fixtures/ricmanifest.json [deleted file]
tests/test_controller.py
tests/test_utils.py [deleted file]
tests/testing_helpers.py [deleted file]
tox-integration.ini