Towards release 1.0.0 (for O-RAN A) 55/955/7
authorTommy Carpenter <tc677g@att.com>
Thu, 12 Sep 2019 20:24:10 +0000 (16:24 -0400)
committerTommy Carpenter <tc677g@att.com>
Tue, 17 Sep 2019 14:28:26 +0000 (10:28 -0400)
commit40caa314d23122f0bd25c0e66b65d10303538164
treec85d91c6161b5f27f84f308c76830b70dc58b938
parentd1cc75a2ca8d41cecb8bd67f9bc934c53035b43b
Towards release 1.0.0 (for O-RAN A)

- Implement the Release A spec in openapi.yaml
- Rework A1 to follow that spec
- Remove rmr_mapping now that we use policyid as the mtype to send and a well known mtype for the ACKs
- Add the delay receiver test to the tavern integration tests
- Remove unneeded ENV variables from helm charts
- Switch away from builder images to avoid quicksand; upgrade rmr at our own pace

Change-Id: I62de4c7b9b06fbdc309c4c07213b76400036c95e
Signed-off-by: Tommy Carpenter <tc677g@att.com>
33 files changed:
Dockerfile
Dockerfile-Unit-Test
a1/a1rmr.py
a1/controller.py
a1/data.py [new file with mode: 0644]
a1/exceptions.py
a1/openapi.yaml
a1/utils.py
container-tag.yaml
docs/index.rst
docs/release-notes.rst
integration_tests/Dockerfile
integration_tests/Dockerfile-Bombard [deleted file]
integration_tests/a1mediator/Chart.yaml
integration_tests/a1mediator/files/ricmanifest.json
integration_tests/a1mediator/templates/config.yaml
integration_tests/a1mediator/templates/deployment.yaml
integration_tests/a1mediator/templates/ingress.yaml [deleted file]
integration_tests/a1mediator/values.yaml
integration_tests/receiver.py
integration_tests/test_a1.tavern.yaml
integration_tests/test_local.rt
integration_tests/testreceiver/templates/config.yaml
integration_tests/testreceiver/templates/deployment.yaml
integration_tests/testreceiver/values.yaml
setup.py
tests/fixtures/ricmanifest.json
tests/fixtures/rmr_string_int_mapping.txt [deleted file]
tests/test_controller.py
tests/test_utils.py
tests/testing_helpers.py
tox-integration.ini
tox.ini