summaryrefslogtreecommitdiffstats
path: root/standalone
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-07-18Upversion the esr server to 1.2.0Kajur, Harish (vk250x)1-1/+1
Issue-ID: AAI-1390 Change-Id: I02ab1fd4f3bebc6a3fab52b93652d07c7548bc87 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-06-29Merge "Dynamically determine image architecture"Li Zi1-3/+3
2018-06-29Merge "Pin jnr-unixsocket for Docker plugin to 0.13"Li Zi1-0/+7
2018-04-24Fix the docker tag.v1.1.02.0.0-ONAP2.0.0-ONAPLiZi1-1/+1
Change-Id: Ibea68ba95a84dc491b0e3ee8d8e21b26cab1d5de Issue-ID: AAI-1095 Signed-off-by: LiZi <li.zi30@zte.com.cn>
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-04-16Pin jnr-unixsocket for Docker plugin to 0.13Mohammed Naser1-0/+7
The current verison of jnr-unixsocket is 0.12 from the Docker plugin however in order to be able the images for ARM64, it needs the newer version which has support for it. There is work upstream to switch the version to 0.18[0] however it seems that this is still pending, so we can pin it for now until that merges. [0]: https://github.com/fabric8io/docker-maven-plugin/pull/770 Change-Id: I5340a2adad30f0d8cef22b9e67c21e1f36883c14 Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2018-04-03Update docker tag conventionJessica Wagantall1-1/+1
Update docker tagging convention to use: $VERSION-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) $VERSION-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: Ic9181f35ef4b7311b7370135990bf33f9037be58 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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-11-17Bump minor versionJessica Wagantall1-1/+1
Bump minor version in preparation for Amsterdam branching. Change-Id: Ic8a6988557b50fa027e24c793b89c1b92b1dd8ef Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-13Add staging version.lizi2-89/+35
Change-Id: I0e600737789de31e4d7743cad2577f6a757a0ca3 Issue-ID: AAI-432 Signed-off-by: lizi <li.zi30@zte.com.cn>
2017-10-12Add the staging docker version.lizi1-4/+87
Change-Id: I0870f59827508a519f79624638c38b469729fd16 Issue-ID: AAI-432 Signed-off-by: lizi <li.zi30@zte.com.cn>
2017-10-10Fix the artifact of esr-server.lizi2-5/+5
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.lizi001643312-0/+97
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.lizi001643317-0/+421
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>