Add standalone dmaap-mr deployment
Add standalone dmaap-mr docker-compose file
Add network name in docker-compose
Add dmaap-mr msg to get policy-schema
Issue-ID: NONRTRIC-269
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Change-Id: Id5e8969da77fa3f4f993a324bbf6257d281afc43
diff --git a/docker-compose/data/testdata/dmaap-msg-policy-schemas-get.json b/docker-compose/data/testdata/dmaap-msg-policy-schemas-get.json
new file mode 100644
index 0000000..05a7975
--- /dev/null
+++ b/docker-compose/data/testdata/dmaap-msg-policy-schemas-get.json
@@ -0,0 +1,13 @@
+[
+ {
+ "type": "request",
+ "correlationId": "c09ac7d1-de62-0016-2000-e63701125557-201",
+ "target": "policy-agent",
+ "timestamp": "2019-05-14T11:44:51.36Z",
+ "apiVersion": "1.0",
+ "originatorId": "849e6c6b420",
+ "requestId": "23343221",
+ "operation": "GET",
+ "url": "/policy_schemas?ric=ric1"
+ }
+]