Display per port rx/tx statistics in service node of sfc GUI 05/27105/5
authorHongli Chen <[email protected]>
Tue, 29 Sep 2015 18:20:14 +0000 (02:20 +0800)
committerHongli Chen <[email protected]>
Tue, 29 Sep 2015 18:21:33 +0000 (02:21 +0800)
commit0b81e84a0e4b56c2b4f936eb49518ea2607b281f
tree4141d3ab61efa9aee34a89676808acb2977333d3
parent54e1a26360da7ab2634388e5077fc229f5989dba
Display per port rx/tx statistics in service node of sfc GUI
 -Add per port rx/tx statistics in service-function-description-monitor-report.yang
 -Add the rest API of service-function-state
 -Display per port rx/tx statistics from netconf server in service node of sfc GUI

Change-Id: Ic68d850545eb0a835d5aaf3e81e0a62a4d508ac6
Signed-off-by: Hongli Chen <[email protected]>
18 files changed:
sfc-model/src/main/yang/service-function-description-monitor-report.yang
sfc-netconf/src/main/java/org/opendaylight/sfc/sfc_netconf/provider/listener/SfcNetconfNodeDataListener.java
sfc-provider/src/main/java/org/opendaylight/sfc/provider/OpendaylightSfc.java
sfc-provider/src/main/java/org/opendaylight/sfc/provider/api/SfcProviderServiceFunctionAPI.java
sfc-sb-rest/src/main/java/org/opendaylight/controller/config/yang/config/sfc_sb_rest_provider/impl/SfcSbRestProviderModule.java
sfc-sb-rest/src/main/java/org/opendaylight/sfc/sbrest/json/SfstateExporterFactory.java [new file with mode: 0644]
sfc-sb-rest/src/main/java/org/opendaylight/sfc/sbrest/provider/listener/SbRestSfstateEntryDataListener.java [new file with mode: 0644]
sfc-sb-rest/src/main/java/org/opendaylight/sfc/sbrest/provider/task/SbRestSfstateTask.java [new file with mode: 0644]
sfc-sb-rest/src/test/java/org/opendaylight/sfc/sbrest/json/SfstateExporterTest.java [new file with mode: 0644]
sfc-sb-rest/src/test/java/org/opendaylight/sfc/sbrest/provider/task/SbRestSfstateTaskTest.java [new file with mode: 0644]
sfc-sb-rest/src/test/resources/SfstateJsonStrings/FullTest.json [new file with mode: 0644]
sfc-sb-rest/src/test/resources/SfstateJsonStrings/NameOnly.json [new file with mode: 0644]
sfc-ui/src/main/resources/pages/assets/data/locale-en_US.json
sfc-ui/src/main/resources/pages/src/app/sfc/servicenode/servicenode.controller.js
sfc-ui/src/main/resources/pages/src/app/sfc/servicenode/servicenode.controller.spec.js
sfc-ui/src/main/resources/pages/src/app/sfc/servicenode/servicenode.services.js
sfc-ui/src/main/resources/pages/src/app/sfc/sfc.services.js
sfc-ui/src/main/resources/pages/src/app/sfc/sfc.services.spec.js