Add msb register code
authoryoubowu <wu.youbo@zte.com.cn>
Wed, 8 Mar 2017 09:22:05 +0000 (17:22 +0800)
committer6092002067 <wu.youbo@zte.com.cn>
Thu, 9 Mar 2017 01:24:37 +0000 (09:24 +0800)
commitd55c83c257914112016a9205b6ed81b73116a42a
treeb7d28555552e2f09f5199abc4efd1caf42fc815f
parentbbd681988347c0a055def849abbb2e8dccb72d45
Add msb register code

Issue-ID:HOLMES-51

Change-Id: I5f12140459a22d16aa7b51884a3d54dd2aac4c8e
Signed-off-by: youbowu <wu.youbo@zte.com.cn>
holmes-actions/pom.xml
holmes-actions/src/main/java/org/openo/holmes/common/api/entity/ServiceNode.java [new file with mode: 0644]
holmes-actions/src/main/java/org/openo/holmes/common/api/entity/ServiceRegisterEntity.java [new file with mode: 0644]
holmes-actions/src/main/java/org/openo/holmes/common/config/MicroServiceConfig.java [new file with mode: 0644]
holmes-actions/src/main/java/org/openo/holmes/common/constant/AlarmConst.java
holmes-actions/src/main/java/org/openo/holmes/common/utils/MSBRegisterUtil.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/api/entity/ServiceNodeTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/openo/holmes/common/api/entity/ServiceRegisterEntityTest.java [new file with mode: 0644]
pom.xml