commit | 0a3f67614eed2f39b3caaadfeaf6375ecf11172d | [log] [tgz] |
---|---|---|
author | Tommy Carpenter <tc677g@att.com> | Wed Nov 06 09:24:16 2019 -0500 |
committer | Tommy Carpenter <tc677g@att.com> | Wed Nov 20 14:13:15 2019 -0500 |
tree | cd5a86c8bb58aa839fc4cb08063f2d10789ba601 | |
parent | 50487bf719884e6a339b48ee5971d757837287b2 [diff] |
Implement Delete timeouts * Implements new logic around when instances are deleted. See flowcharts in docs/. Basically timeouts now trigger to actually delete instances from a1s database, and these timeouts are configurable. * Eliminates the barrier to deleting an instance when no xapp evdr replied (via timeouts) * Add two new ENV variables that control timeouts * Make unit tests more modular so new workflows can be tested easily * Changes the API for ../status to return a richer structure * Clean up unused items in the integration tests helm chart * Removed "RMR_RCV_RETRY_INTERVAL" leftovers since this isn't used anymore Issue-ID: RICPLT-2619 Signed-off-by: Tommy Carpenter <tc677g@att.com> Change-Id: I5b2f9cc3a6e8da7fe636a4cde085a5e1a3770f62
The xApp A1 mediator exposes a generic REST API by which xApps can receive and send northbound messages. The A1 mediator will take the payload from such generic REST messages, validate the payload, and then communicate the payload to the xApp via RMR messaging.
Please see documentation in the docs/ subdirectory.