summaryrefslogtreecommitdiffstats
path: root/standalone
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2018-01-29 16:20:28 +0800
committershentao <shentao@chinamobile.com>2018-01-29 16:20:36 +0800
commit7acb391d04f2efdac6e6306c208ae1586c23ffd9 (patch)
tree15f7309dd86c0bd11092ee98a3ccc459e2c1bb0e /standalone
parente6a9f95aec91bb0ef3ef91006c30a1d7daf87d8a (diff)
Fix monitor bug about alarm record update
Change-Id: Ieb08e334aa50747b61baa63bf78b277546ace029 Issue-ID: USECASEUI-101 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'standalone')
-rw-r--r--standalone/src/main/assembly/resources/topologyD_data.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/standalone/src/main/assembly/resources/topologyD_data.json b/standalone/src/main/assembly/resources/topologyD_data.json
new file mode 100644
index 00000000..b945ae3a
--- /dev/null
+++ b/standalone/src/main/assembly/resources/topologyD_data.json
@@ -0,0 +1,21 @@
+{
+ "services":[
+ {"ServiceName":"VoLTE"},
+ {"ServiceName":"VoLTE_1"}
+ ],
+ "networkServices":[
+ {"nsName":"ns1","parentService":"VoLTE"},
+ {"nsName":"ns2","parentService":"VoLTE"},
+ {"nsName":"ns3","parentService":"VoLTE"}
+ ],
+ "VNFS":[
+ {"vnfName":"vnf_a_1","parentNS":"ns1"},
+ {"vnfName":"vnf_a_2","parentNS":"ns1"},
+ {"vnfName":"vnf_a_3","parentNS":"ns1"},
+ {"vnfName":"vnf_b_1","parentNS":"ns2"},
+ {"vnfName":"vnf_b_2","parentNS":"ns2"},
+ {"vnfName":"vnf_b_3","parentNS":"ns2"},
+ {"vnfName":"vnf_c_1","parentNS":"ns3"},
+ {"vnfName":"vnf_c_1","parentNS":"ns3"}
+ ]
+} \ No newline at end of file