A1 v2.1.0 43/2143/10 2.1.0
authorTommy Carpenter <tc677g@att.com>
Thu, 2 Jan 2020 19:38:21 +0000 (14:38 -0500)
committerTommy Carpenter <tc677g@att.com>
Wed, 8 Jan 2020 17:45:24 +0000 (12:45 -0500)
commitccb4a69e473cab6db7e8d52a04f9b4922528e24f
tree7ca8459be84c3e8c96861bb002477a7e16dc98d8
parent07163755b8d0eac60ec18867b1cde1f41176de83
A1 v2.1.0

* Represents a resillent version of 2.0.0 that uses Redis for persistence
* Now relies on SDL and dbaas; SDL is the python interface library to dbaas
* Adds a 503 http code to nearly all http methods, as A1 now depends on an upstream system
* Integration tests have a copy of a dbaas helm chart, however the goal is to simplify that deployment per RIC-45
* Unit tests have a mockup of SDL, however again the goal is to simplify as SDL grows per RIC-44

Change-Id: I703a60788c98dc81218dbe5275fb3899635ec26d
Signed-off-by: Tommy Carpenter <tc677g@att.com>
18 files changed:
a1/controller.py
a1/data.py
a1/openapi.yaml
container-tag.yaml
docs/release-notes.rst
integration_tests/a1mediator/Chart.yaml
integration_tests/a1mediator/templates/deployment.yaml
integration_tests/dbaas-service/Chart.yaml [new file with mode: 0644]
integration_tests/dbaas-service/README [new file with mode: 0644]
integration_tests/dbaas-service/templates/deployment.yaml [new file with mode: 0644]
integration_tests/dbaas-service/templates/service.yaml [new file with mode: 0644]
integration_tests/dbaas-service/values.yaml [new file with mode: 0644]
integration_tests/getlogs.sh
setup.py
tests/a1test_helpers.py [new file with mode: 0644]
tests/test_controller.py
tests/test_data.py
tox-integration.ini