summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14Change the Version of Lombok to 1.16.8Guangrong Fu1-1/+1
Change-Id: I70ca9617881384e423d33bef570ff64f1dbd1707 Issue-ID: HOLMES-46 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-14Add the Health Check InterfaceGuangrong Fu1-0/+42
Change-Id: I962382e68c03cd99dd15edb6203b16a2d212b8ed Issue-ID: HOLMES-51 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-12add dmaap polling requestShiwei Tian2-0/+98
Issue-ID: HOLMES-29 Change-Id: I5ce9b7439b6fcf37e0e2ae245bc54458d294b069 Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
2017-09-12add MQ consumerShiwei Tian2-0/+303
Issue-ID: HOLMES-47 Change-Id: I16109e668ca20819af2e53de906387ec12907e7b Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
2017-09-12modify drools engineShiwei Tian2-229/+11
Issue-ID: HOLMES-47 Change-Id: I30272a90f776edb11c9a4e3d399025440a40c02f Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
2017-09-12add dsa dependence to pomShiwei Tian2-0/+9
Issue-ID: HOLMES-47 Change-Id: I72d1033bb5a3387c2bb965f175944587df50024c Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I6d645989c610c31ba01530c091215f7b5fcaaaae Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-07Add HOSTNAME to the DockerfileGuangrong Fu1-0/+2
Change-Id: I22aa5fea2bf2e876865eea23de451942eeec3807 Issue-ID: HOLMES-45 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-06Change the API PathGuangrong Fu3-4/+5
Change the API path from onapapi to api Change-Id: I62ee0a3d4e4b24de5aa40d4ca8bb92e6e78d9d1d Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-06Expose the port in the DockerfileGuangrong Fu1-0/+2
Change-Id: I7eea3eda4c560f4e201b0692aacb0a80d342ce4b Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-05Change the DB from MySQL to PostgreSQLGuangrong Fu4-14/+13
Change-Id: I654c872040b4c77f1abee1576bd3952a7ec56f79 Issue-ID: HOLMES-49 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-03Change the alpine to ubuntuGuangrong Fu1-28/+13
Change the image from alpine o ubuntu Change-Id: Icde580dc16dda755a0f7a45e829e43e22d43af1e Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-03Introduce MSB Java SDKGuangrong Fu3-16/+46
Regiser the services using MSB Java SDK Change-Id: I2aa89fdcc243e49de48ec0ebd39d80579ec22ea6 Issue-ID: HOLMES-48 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-03Set the confidential info for ActiveMQGuangrong Fu1-0/+2
Change the defaut username and password for MQ topics Change-Id: I244a8229a4cacae439975a3245da3625639408fa Issue-ID: HOLMES-43 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-02Add ActiveMQ to the Docker ImageGuangrong Fu1-6/+11
Add ActiveMQ related configurations Change-Id: I01363eb2dcbd29f095c88dd2f6f100aa33b0d1cf Issue-ID: HOLMES-43 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-02Add ActiveMQGuangrong Fu1-2/+8
Start ActiveMQ before starting the Holmes service Change-Id: Ic22f6dbf9643ffd7f19618f77215c613a622db02 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-02Expose the host IP to the serviceGuangrong Fu1-0/+3
Expose the host IP to the service Change-Id: I298b6a333a654b73a8d35cf6e9a008a098a1fad7 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-01Add DB information into the shell scriptGuangrong Fu1-0/+5
Add DB information before starting the service Change-Id: I3b289719e2c9a7124e03b14a272ce583ef6de55a Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-30Merge "Change the parent in the pom.xml to oparent"tang peng1-5/+4
2017-08-30Change the parent in the pom.xml to oparentGuangrong Fu1-5/+4
Change the parent in the pom.xml to oparent Change-Id: If509074a23e530a30df75fbdfe1786985f993b18 Issue-ID: HOLMES-35 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-28Modify the configruation for docker-makingGuangrongFu3-3/+12
Add some dependencies in the pom.xml Change the main path of the entrypoint of the app Change-Id: I8242b9502fff28e5c90a111a95cd996db47d0ffc Issue-ID: HOLMES-39 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-08-27Merge "Change the command line from CMD to ENTRYPOINT"tang peng1-1/+1
2017-08-26Change the command line from CMD to ENTRYPOINTGuangrong Fu1-1/+1
ENTRYPOINT as a substitute of CMD Change-Id: Ib751f17cf384f5b6d9101ac4e3b0bba40bb1089b Issue-ID: HOLMES-42 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-24Add the verion explicitlyGuangrongFu1-0/+1
Add the version info to the pom file Change-Id: I21c8ce7c7efc9f27ca6154cccb9c48ab8513dee4 Issue-ID: HOLMES-41 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-08-24Add version.propertiesGuangrongFu1-0/+13
Add version.properties for *-release-version jobs Change-Id: Ibb271beb847ba4e67fe08ba7e5a96322b390c531 Issue-ID: HOLMES-41 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-08-23Add a Dockerfile for Docker-makingGuangrong Fu3-152/+263
Change the package file from *.zip to *.tar.gz for Linux Add a Dockerfile Change-Id: I9b8213822961bf0997bc32c8ed667b0ea8b3843e Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-07Correct the contents of License.txtGuangrong Fu1-1005/+356
Update the license info Change-Id: Ic20f450159316d85be4c5e1c44e4748307be6301 Issue-ID: HOLMES-32 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-07Change the groupid from openo to onapGuangrong Fu32-135/+101
Change the groupid and package paths to onap. Change-Id: Ie2f9926d418fbb434509a0d740efa95148ab58de Issue-ID: HOLMES-8 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-03-16Fix compileRulev2.0.0release/mercury64070008011-4/+4
Change-Id: Iccf00f37ead7c330e3ca82882166b753f16a5bdb Issue-ID: HOLMES-47 Signed-off-by: FengLiang <feng.liang1@zte.com.cn>
2017-03-15Fix test and restructureFengLiang2-196/+68
Change-Id: Ia971f87d86f5b849aca68ac96606beec6091e2fb Issue-ID: HOLMES-47 Signed-off-by: FengLiang <feng.liang1@zte.com.cn>
2017-03-14Fix the rule engine not reset the fault60920020672-362/+308
Issue-ID: HOLMES-47 Change-Id: I24a4c78d4fbddb1e5602fde0ac13a881d9e055ac Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-14Optimize the Registration Logic of MSBGuangrongFu1-4/+4
Change-Id: I3b53f4df5ce98301763e1c3f90a9f380a4459674 Issue-ID: HOLMES-50 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-03-14Optimize the Registration Logic of MSBGuangrongFu3-28/+48
Change-Id: I5be5a069d389081fad2b4a6fae558799716d91b6 Issue-ID: HOLMES-50 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-03-13Modify the URI of the MicroserviceGuangrongFu2-3/+3
Change-Id: Ib8931ab80267073d51df1c5a8d1976e9568a8852 Issue-ID: HOLMES-50 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-03-13Change the method returns the result60920020671-7/+6
Change-Id: I2847f9b81d2b96214c56fe7188b4d6d94af60672 Issue-ID: HOLMES-47 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-13Change the Type of Return to StringGuangrongFu1-2/+3
Change-Id: Iba90d0696deca3f82bc5ff6fafe6e9fcb0896cf9 Issue-ID: HOLMES-50 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-03-12Add Logs for Result CheckingGuangrongFu1-0/+1
Change-Id: I81bdc8e6ab5b3c8b876c69d49b8891fa84c794fc Issue-ID: HOLMES-50 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-03-11Modify service nameyoubowu1-2/+2
Issue-ID: HOLMES-47 Change-Id: I33bf32f12370fedb22fce92d6ee8448579b7fdb5 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-09Merge "Delete old msbAddr in yml"Guangrong Fu1-4/+0
2017-03-09Delete old msbAddr in ymlFengLiang1-4/+0
Change-Id: I9c2fb7e760c85c50fa9cb9a89221bfcf6e49fdd8 Issue-ID: HOLMES-47 Signed-off-by: FengLiang <feng.liang1@zte.com.cn>
2017-03-09Merge "Delete old msbAddr"Guangrong Fu1-8/+0
2017-03-09Delete old msbAddrFengLiang1-8/+0
Change-Id: I153b4d3f8ee290712454cef9bee32f799807628e Issue-ID: HOLMES-47 Signed-off-by: FengLiang <feng.liang1@zte.com.cn>
2017-03-09Merge "Add register msb"Guangrong Fu1-0/+28
2017-03-09Add register msbFengLiang1-0/+28
Change-Id: Id6e87b4c243c78d88207e196d71948f04bd028fe Issue-ID: HOLMES-47 Signed-off-by: FengLiang <feng.liang1@zte.com.cn>
2017-03-06Merge "Fix the Contents of the Licence"Guangrong Fu1-1005/+356
2017-03-06Fix the Contents of the LicenceGuangrongFu1-1005/+356
Change-Id: I5d9856bcff231f629505d4d3c3ab0c89f058c52c Issue-ID: HOLMES-48 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-03-06Modify MQ listener modeFengLiang2-47/+133
Change-Id: Ided322b55ed1baff351edb03239fc06e32da3844 Issue-ID: HOLMES-47 Signed-off-by: FengLiang <feng.liang1@zte.com.cn>
2017-03-06Merge "Modify sql and restructure"Guangrong Fu1-1/+1
2017-03-06Modify sql and restructureFengLiang1-1/+1
Change-Id: Iee6e133336e4b4c9c92c6a3065f7dfbc02c4f7eb Issue-ID:HOLMES-47 Signed-off-by: FengLiang <feng.liang1@zte.com.cn>
2017-03-04Modify db user for enginetangpeng1-2/+2
Change-Id: Ie654908880eaebfe78ef44b020f29202140b5e91 Issue-ID: HOLMES-47 Signed-off-by: tangpeng <tang.peng5@zte.com.cn>