summaryrefslogtreecommitdiffstats
path: root/standalone/src/main/assembly
AgeCommit message (Collapse)AuthorFilesLines
2018-07-26Fix the grammer issue in DockerfileLiZi1-1/+1
Issue-ID: AAI-1423 Change-Id: I2a80807784e06158a3b3717f72907cbb6811d6de Signed-off-by: LiZi <li.zi30@zte.com.cn>
2018-07-26set the ENV in shell instead of DockerfileLiZi2-6/+13
the dpkg command did not work in Dockerfile. So move it to docker-entrypoint.sh Issue-ID: AAI-1423 Change-Id: Ib4d289faa2847b3c27935643dae299a76fbf8bab Signed-off-by: LiZi <li.zi30@zte.com.cn>
2018-06-29Merge "Dynamically determine image architecture"Li Zi1-3/+3
2018-04-21Fix HTTP protocol used over HTTPS portDenes Nemeth1-1/+1
Change-Id: I24ebeb65e2cd1d0177dbd7f826d0275ce235dea7 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: MSB-195
2018-04-16Dynamically determine image architectureMohammed Naser1-3/+3
The image architecture is currently hardcoded, this patch removes that hardcoded value to allow for ARM64 builds to go through. Change-Id: I5ba78af8853620f03697c3a59b1288b9c25fbb49 Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2018-03-19Change the port config about MSB to 443LiZi2-2/+2
Change-Id: I526a6c484ed19db0c72e1596100d5cb2419cb0f1 Issue-ID: AAI-892 Signed-off-by: LiZi <li.zi30@zte.com.cn>
2018-03-12Change the http REST API to https.LiZi3-2/+13
Change-Id: I25365752a881bdda65130ddaabec6305ee31705d Issue-ID: AAI-851 Signed-off-by: LiZi <li.zi30@zte.com.cn>
2018-02-07Fix the bug about register MSB.Lizi1-2/+2
When register service to MSB, esr-server still will register to MSB automaticly Change-Id: I69769906e87e6b8c9658b05de60af45ed2b47e82 Issue-ID: AAI-738 Signed-off-by: Lizi <li.zi30@zte.com.cn>
2017-10-13Add staging version.lizi1-1/+1
Change-Id: I0e600737789de31e4d7743cad2577f6a757a0ca3 Issue-ID: AAI-432 Signed-off-by: lizi <li.zi30@zte.com.cn>
2017-10-10Fix the artifact of esr-server.lizi1-4/+4
Change-Id: I9346c599437530f34471a4381c7271c2ffcbde91 Issue-ID: AAI-426 Signed-off-by: lizi <li.zi30@zte.com.cn>
2017-10-09Fix the extsys.yml config.lizi1-2/+2
Change-Id: Ie6835e9c3c1abb1a05e6996f8c3c82f92b7a5a13 Issue-ID: AAI-420 Signed-off-by: lizi <li.zi30@zte.com.cn>
2017-10-09Add a way to get MSB address in esr-server.lizi6-2/+518
Change-Id: Ib4eaa9e976554a004955c16c85a67dd17ef0cbed Issue-ID: AAI-420 Signed-off-by: lizi <li.zi30@zte.com.cn>
2017-09-21Clean the config files.lizi001643311-4/+1
Change-Id: I8465d6cc84a2e24e26c9904f949d560fd7399216 Issue-ID: AAI-362 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-21Update VIM after register finishied.lizi001643311-0/+1
Change-Id: If71ff525a92ae25975beae94c303afc718f395c4 Issue-ID: AAI-361 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-15Realize the function of VIM API.lizi001643311-4/+6
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-13Add the data transaction of sdnc.lizi001643312-2/+2
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-08Add docker build function.lizi001643311-0/+26
Change-Id: I2eeb05f7cb3b0d2ba91efb169a7486b695acb7bc Issue-ID: AAI-187 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
2017-09-08Add a switch for register MSB with java-sdk.lizi001643311-0/+1
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.lizi001643311-2/+2
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.lizi001643316-0/+244
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>