summaryrefslogtreecommitdiffstats
path: root/sms-service/bin
AgeCommit message (Collapse)AuthorFilesLines
2018-05-15Adding updated certs and encryptionKiran Kamineni7-23/+24
Adding new SAN certificates from AAF Adding encrypted storage for certificates Moving certificates to different folder during deployment. certs vs auth Issue-ID: AAF-284 Change-Id: Ic0c3972556b36f773c7a653059eccd077624e4b6 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-05-09Make sure bash is used to execute scriptKiran Kamineni1-0/+1
If the bash header is not used, the script fails to resolve the names for the quorum clients in the for loop. Issue-ID: AAF-280 Change-Id: Ia08d8522b5a5764024a0ed8da32f26e1a7d432af Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-05-01adding a bash script to launch sms in a vmKiran Kamineni5-0/+146
This is to support vm/baremetal based deployments Issue-ID: AAF-262 Change-Id: Iff3bca737187de5ca49d9ec6b93082344e007d9e Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-26Updating files with root ca certificateKiran Kamineni2-2/+5
Previous patch was missing the root ca file. Needed in case clients provide their own cert Issue-ID: AAF-265 Change-Id: I4dcdf6d424e4837aadfc01fc7caba8df93623658 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-26Adding cert files to support httpsKiran Kamineni4-4/+23
Adding cert files generated by AAF CA Incorporating them into the docker build as well Issue-ID: AAF-265 Change-Id: I1ee1e031bf058a0325fe2c6fe8eed5e3948d70e7 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-26Updating version for docker images to 2.0.0Kiran Kamineni4-6/+4
Docker images are getting loaded with version 1.1.0 They need to be 2.0.0 Issue-ID: AAF-258 Change-Id: I5643ccdaf5eae1e7101e37dbbe858ae346ff0e30 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-17Enabling container build for quorum clientKiran Kamineni1-1/+2
Enabling the building of docker images for the quorum client Issue-ID: AAF-95 Change-Id: I5800e0972cbebf38d560d975e4bcb0e7939deeeb Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-13Adding secure init code for backendKiran Kamineni2-1/+3
Changes to allow quorum client to SMS communication Introducing a registration api for quorum clients to get their shard piece in PGP encrypted form from SMS Tested with 3 quorum clients. This is now ready for review. Issue-ID: AAF-168 Change-Id: I7a6ade792c1e5ebcf00cbc8c4a1f1942c006e7c7 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-05renaming folder to match go executableKiran Kamineni2-6/+6
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-04moving the docker build portionKiran Kamineni2-0/+66
Moving the docker build scripts too Issue-ID: AAF-213 Change-Id: I97c1de10d198c6afc97c763c54d862a10b5b7f92 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-04Changing docker image build to use filenameKiran Kamineni3-57/+58
Changing the docker image build process to use a specified file instead of default Dockerfile Also, fixing the line endings in .sh file to use Unix line endings. Issue-ID: AAF-213 Change-Id: I715a8d86a3bd2433f92d42e216a1f52f56cebf9b Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-28Minor changes to filesKiran Kamineni1-3/+2
Minor changes to the repo Updating the .gitignore file Issue-ID: AAF-92 Change-Id: I43b054709d0067f4d719c9176a1fdd50d1621a48 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-23Updating with binary compile in the bash scriptKiran Kamineni3-11/+15
Adding build commands within the bash script This will then be called in the nightly docker push Issue-ID: AAF-100 Change-Id: Iab29de26c7f9feac1b3f76666f1674ad7a267da8 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-21Adding bash script to call docker buildKiran Kamineni4-27/+80
Adding the necessary bash scripts to be called for docker build These will be called by the jenkins job for the nightly docker build Issue-ID: AAF-100 Change-Id: Iae0c095d44849ae65583247fc7026f313d1ee0b7 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-08Dockerfile for SMS containerizationvamshi.nemalikonda1-0/+33
Building Dockerfile for SMS containerization - implemented review comments Issue-ID: AAF-147 Change-Id: I85030f461d6242d0bd4358dce7ac3b6d86edfd22 Signed-off-by: vamshi.nemalikonda <vn00480215@techmahindra.com>