summaryrefslogtreecommitdiffstats
path: root/sms-service/src/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-10-05Add preload cmdline tool to docker containerKiran Kamineni1-0/+2
Add the preload tool developed in patch 69786 to sms docker container. It will be used from there in the kubernetes configuration. Issue-ID: AAF-532 Change-Id: I7ca1d037514da0d56a6c47d6e0c6b845d2fd9a5e Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-05-16Moving java code to java folderKiran Kamineni1-1/+1
This is to setup the area for clients in other languages used in ONAP. Eg: python Issue-ID: AAF-289 Change-Id: I597492c6ba2be3291d383b98c205cb7725b1a3ac Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-11Add maven build structureManjunath Ranganathaiah1-2/+6
Restructure the directories and files to accommodate maven build. This will build, test and generate jar file for clients to use. Adds a target in the top level makefile. Issue-ID: AAF-183 Change-Id: I8c27396248d83070befe51f2c6e01aed7dea9202 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2018-04-05renaming folder to match go executableKiran Kamineni1-1/+3
Renaming folder from smsquorum to quorumclient Added quorumclient build as part of the makefile Will upload another patch in ci-management that will call the new parent makefile Issue-ID: AAF-213 Change-Id: Ib85ac6b9dc454fc1447cf2221a555d7a7552efa5 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-05Adding a new parent MakefileKiran Kamineni1-0/+5
This patch adds a new parent Makefile that will be called by the jenkins job once the smsquorum code also comes under this GOPATH Issue-ID: AAF-213 Change-Id: I50d5f72b91455c501505130fbbf41ba245f1800a Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>