summaryrefslogtreecommitdiffstats
path: root/ms/gra/gra-app/src/test/resources/allotted-resource-item.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-04-23 13:02:22 -0400
committerDan Timoney <dtimoney@att.com>2021-04-23 15:48:50 -0400
commitbf2bea4aaee161d82c8093f8b723f0fd9b57a115 (patch)
tree0f784c234b444f0479dad7b3eb6fb3c1e502cd6d /ms/gra/gra-app/src/test/resources/allotted-resource-item.json
parent5c4184f9312d00166dea77b5a16ae400c669f473 (diff)
Refactor GRA to separate docker creation from application code
Refactor GRA so that application jar is created in a separate maven module from the docker build. Issue-ID: SDNC-1527 Change-Id: I4a9af7fe4df14faaf683588bc2567fcc3346886e Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms/gra/gra-app/src/test/resources/allotted-resource-item.json')
-rw-r--r--ms/gra/gra-app/src/test/resources/allotted-resource-item.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/ms/gra/gra-app/src/test/resources/allotted-resource-item.json b/ms/gra/gra-app/src/test/resources/allotted-resource-item.json
new file mode 100644
index 0000000..5aa3371
--- /dev/null
+++ b/ms/gra/gra-app/src/test/resources/allotted-resource-item.json
@@ -0,0 +1,29 @@
+{
+ "allotted-resource-id": "ar2",
+ "allotted-resource-data": {
+ "allotted-resource-oper-status": {
+ "create-timestamp": "2020-11-24T12:41:01.796Z",
+ "order-status": "Active"
+ },
+ "contrail-route-topology": {
+ "contrail-route-assignments": {
+ "contrail-id": "cr2",
+ "dest-network": {
+ "network-id": "19cdfce4-9124-4bbf-83bd-5140931bb519",
+ "network-role": "pktmirror"
+ },
+ "fq-name": "default-domain.GRP-27529-T-IST-13C.GRP-27529-T-SIL-13C_gn_SCTPA_IP_net_12_dyh2b_GRP-27529-T-SIL-13C_gn_SCTPA_IP_pktmirror_policy_32",
+ "source-network": {
+ "network-id": "1610d17a-fb91-48ac-9d4c-43f739fdbe54",
+ "network-role": "GRP-27529-T-SIL-13C_gn_SCTPA_IP"
+ }
+ },
+ "allotted-resource-identifiers": {
+ "allotted-resource-id": "ar2",
+ "allotted-resource-type": "contrail-route",
+ "allotted-resource-name": "GRP-27529-T-SIL-13C_gn_SCTPA_IP_net_12_dyh2b_GRP-27529-T-SIL-13C_gn_SCTPA_IP_pktmirror_policy_32",
+ "parent-service-instance-id": "service1"
+ }
+ }
+ }
+} \ No newline at end of file