Updates: 98/2898/4 2.1.5
authorTommy Carpenter <tc677g@att.com>
Fri, 20 Mar 2020 14:02:46 +0000 (10:02 -0400)
committerTommy Carpenter <tc677g@att.com>
Fri, 20 Mar 2020 16:27:06 +0000 (12:27 -0400)
commit102b89592db01d8361a754c11a85699e5d2e965c
tree34a70a8625fd6a98fae5e4f06292203f63ebb1d1
parent4014a85d3cc546bf39ffa64c5cfe6e21944d2afb
Updates:

    * Switch to python3.8
    * Switch to SI95 from NNG (rmr v3 vs rmr v1)
    * The switch to SI95 led to a rabbit hole in which we eventually discovered that rmr_send may sometimes block for an arbitrary period of time. Because of this issue, a1's sends are now threaded. Please see the longer comment about this in a1rmr.
    * Bump version of py xapp frame (SDL used only) in A1
    * Bump version of go xapp frame (0.0.24 -> 0.4.2) in integration tests
    * Add some additional logging in A1

Issue-ID: RIC-156
Change-Id: I8ed5356bea60a3ccea6fa2d03981ad634b98bab1
Signed-off-by: Tommy Carpenter <tc677g@att.com>
17 files changed:
Dockerfile
Dockerfile-Unit-Test
a1/a1rmr.py
a1/controller.py
container-tag.yaml
docs/developer-guide.rst
docs/release-notes.rst
integration_tests/a1mediator/Chart.yaml
integration_tests/install_rmr.sh
integration_tests/test_a1.tavern.yaml
integration_tests/testxappcode/Dockerfile-delay-receiver
integration_tests/testxappcode/Dockerfile-query-receiver
integration_tests/testxappcode/Dockerfile-test-receiver
integration_tests/testxappcode/go.mod
rmr-version.yaml
setup.py
tox.ini