summaryrefslogtreecommitdiffstats
path: root/esr-mgr/src
AgeCommit message (Collapse)AuthorFilesLines
2017-09-18Realize the update thirdparty SDNC APIlizi001643313-6/+44
Change-Id: Iea0e31d678a6cc17de319254b9c18484410a9505 Issue-ID: AAI-318 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-18Realize query thirdparty sdnc list API.lizi001643314-3/+136
Change-Id: I241134d56f0aa495546c8987d038c986ed6b7468 Issue-ID: AAI-317 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-18Realize query thirdparty sdnc detail APIlizi001643312-2/+28
Change-Id: I3bd27d083cb6243c91039648ea0fb158c81ea8e5 Issue-ID: AAI-316 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-18Realize thirdparty sdnc register API.lizi001643317-16/+98
Change-Id: I65ddaa9cc96eacd21234425d33efe4ebe19211ea Issue-ID: AAI-315 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-16Realize update VNFM API.lizi001643315-42/+93
Realize update VNFM API. Fix the bug in update VIM API. Change-Id: I54c9d4a7a71df40373265c50ee76b381d5f072ad Issue-ID: AAI-314 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-16Realize the delete VNFM API.lizi001643318-52/+91
Realize the delete VNFM API. Fix the parameter definition error. Add to print exception. Change-Id: I486ccff968a9a55b24cce2e32c03ae60146fca58 Issue-ID: AAI-313 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-16Realize the query VNFM list API.lizi001643315-12/+157
Change-Id: I502f0cad40eb1d4857671d11a059743ccf332bf8 Issue-ID: AAI-312 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-16Realize the query VNFM detail API.lizi001643314-7/+30
Change-Id: I65f21581ed57f6435c8dc3be07e4b6fa02ca7b7b Issue-ID: AAI-311 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-16Realize the VNFM register APIlizi0016433111-21/+168
Realize the VNFM register API, Add Serializable annotation for AAI entity. Change-Id: I74d1026b8f6dab06e4a1b36dd342635631c284a9 Issue-ID: AAI-310 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-15Define the AAI API in esr-server.lizi001643311-0/+142
These API will be used by esr-server. Change-Id: Ife44846118b8d93d2cd258414e91b79921d1e9ae Issue-ID: AAI-261 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-15Realize update registered VIM.lizi0016433110-26/+35
Realize the update registered VIM function. Remove the unused code lines. Change-Id: I3ffeb405e04bb0b05222cd9e13035e17e1dc5fb6 Issue-ID: AAI-302 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-15Realize the function of query VIM list.lizi0016433115-48/+263
Realize the function of query VIM list information. Adjust the Bean class name. Change-Id: I37f3fc0b2f6d9a0972d017c7bf4677c5c28810ea Issue-ID: AAI-301 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-15Realize the function of VIM API.lizi0016433120-210/+381
Realize the function of register VIM and query VIM detail. Change-Id: I001af373be4c197c290a9d42f5461cfe7d6caa5c Issue-ID: AAI-300 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-15Fix the esr-server register issue.lizi001643311-3/+3
Change-Id: I637512af08ee0a8cf89960d2cd71d1511106a52f Issue-ID: AAI-299 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-13Add the data transaction of sdnc.lizi001643318-283/+369
Realize the data transaction thirdparty sdnc. Fix the data structure about A&AI in esr. Change the debug port of esr-server. Change-Id: I5267c6ad7a249119a97354308f3efde0891a78e4 Issue-ID: AAI-294 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-12Realize the data transformation of VNFM.lizi001643312-1/+75
Realize the data transformation of VNFM between AAI and ESR. Change-Id: I74575bf7a3b2202b97d753ce2a23b846acbd2c60 Issue-ID: AAI-286 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-12Add the EMS data transformation function.lizi001643316-25/+172
Change-Id: I2d48645da9eaf5aeff4142e56d61ccc70bcce04c Issue-ID: AAI-287 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-11Realize the data transaction of VIM.lizi0016433119-557/+187
Realize the data transaction about VIM between esr and A&AI. Add Enum Type definition of SystemType and SystemStatus. Adjust the entity parameter. Change-Id: I589244f44977cb4a618b1a2cddc58edd7516ca4e Issue-ID: AAI-285 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-11Adjust the entity namelizi0016433113-160/+38
Adjust the entity name of esr-server which used in esr-server rest API. Change-Id: I1b748b66710f58f95be5a9dce9800cdfefa08109 Issue-ID: AAI-288 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-11Add entity definition for external system.lizi0016433112-466/+518
Add entity definition for external system. These entities will be used to interact with A&AI API. Change-Id: Ia372d23171f77332aca5ce52139e312f7c5585e8 Issue-ID: AAI-283 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-09Fix the sonar issue of esr-server.lizi0016433111-52/+37
Change-Id: Ib89680523893aaf5c0bbcb1c3bf24204dfe59563 Issue-ID: AAI-282 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-08Add a switch for register MSB with java-sdk.lizi001643312-1/+16
register MSB with java-sdk is planB. usually, esr will be register to MSB by OOM. Change-Id: I42fcc260334f0824a462be58bded034212b7a8b0 Issue-ID: AAI-275 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-08Fix the esr-server setup issue.lizi001643315-124/+106
remove the dependency on jersey client in version 1.18. Change the service portal to 9518. Change-Id: I65657840b8ecfc7a592dc03d439fedf84491114e Issue-ID: AAI-273 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-07Simplify esr-server project level.lizi0016433182-0/+16335
Remove the esr-core level and distribution level, Remove database related script. Change-Id: I0204e9fcc5dabd2b6c9eb630e8bd7841b32c0b1b Issue-ID: AAI-269 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>