aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-18Fixed Zookeeper loadbalance issue.release-2.5.5Vikram Potturi(apotturi)2-3/+3
Change-Id: I50e20eb4aca2eb9eceb2e29b21703352f4a4a971 Issue-ID: MUSIC-73 Signed-off-by: Vikram Potturi(apotturi) <vp9004@att.com>
2018-05-01Updated pom versionv2.5.42.0.0-ONAP2.0.0-ONAPVikram Potturi(apotturi)1-2/+2
Change-Id: I035e0a60f277d8c6dc7387cc7bb4a3c7e4017525 Issue-ID: MUSIC-73 Signed-off-by: Vikram Potturi(apotturi) <vp9004@att.com>
2018-04-30Added loadbalancingVikram Potturi(apotturi)1-5/+24
Change-Id: I513e5add00620fc9ba39cf49af3b8ba25e91d124 Issue-ID: MUSIC-73 Signed-off-by: Vikram Potturi(apotturi) <vp9004@att.com>
2018-04-11Adding code to the jarv2.5.3Vikram Potturi(apotturi)140-0/+13494
Change-Id: I25fe0ff6a324aab97c13173fa406d427139970e1 Issue-ID: MUSIC-68 Signed-off-by: Vikram Potturi(apotturi) <apotturi@gmail.com>
2018-04-11Add repo variable.Vikram Potturi(apotturi)2-6/+25
Change-Id: I6f2a9af4b40a768549d8460102913aa65d80d9a0 Issue-ID: MUSIC-63 Signed-off-by: Vikram Potturi(apotturi) <apotturi@gmail.com>
2018-04-10Adding HEAT map information.Nelson,Thomas(tn1381)(arthurdent3)2-0/+83
I adding missing Files. Change-Id: Id6e49cd95e0327b5b79b29707f25a44602dd06be Issue-ID: MUSIC-63 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-04-09Adding HEAT map information.Vikram Potturi(apotturi)9-104/+52
Change-Id: I676137f72ab3cf451532c8f8fcfd032f83c31d5b Issue-ID: MUSIC-63 Signed-off-by: Vikram Potturi(apotturi) <apotturi@gmail.com>
2018-04-04Update docker tag conventionJessica Wagantall1-1/+1
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: Ic42a81bb1b11e6d6dbfc5b620a1f5b1dc8fdd0b2 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-28Documentation addedNelson,Thomas(tn1381)(arthurdent3)11-332/+810
Change-Id: I5fdf2b042451ea666a36a3ca31fb0783e0239878 Issue-ID: MUSIC-62 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-03-27Code Coverage, Auth ID, DockerNelson,Thomas(tn1381)(arthurdent3)15-841/+1179
Change-Id: If9212aea5a643f2db6c18090f17cd2da71f5a968 Issue-ID: MUSIC-44, MUSIC-65, MUSIC-56 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-03-26Updated git submodulesShashank Kumar Shankar1-0/+0
Project: music/distributed-kv-store master 749870b8ce9dddd09e98a65fc4c57b295880c8bd Fix minor path in code This patch fixes a minor path minor issue which was found in CSIT tests. Change-Id: I3ca957248211fe9e89eeee8d0fb5e2b0b4593c5b Issue-ID: MUSIC-55 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-23Updated git submodulesShashank Kumar Shankar1-0/+0
Project: music/distributed-kv-store master 7dd6e2f9e3725427c628b214cb31bda1dbe95234 Make datastore generic to support Consul/Cassandra This patch makes the backend datastore to be generic so that the backend datastore can be either Consul or Cassandra. This way, MUSIC's core functionality can be used and makes other minor fixes. Change-Id: Iba4eaa751fe60a293d6f2fd60ad06a8c4be1dd1e Issue-ID: MUSIC-55 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> Add Docker push to nexus support This patch adds support to push built docker container to Nexus. Change-Id: I9c9d3c01c548c0d3dcfec70f299765f0221379dc Issue-ID: MUSIC-59 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> Minor fix in Swagger file Change-Id: I4b2c308b4157d091be39f0f2bfa0372372241ae0 Issue-ID: MUSIC-55 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-22Merge "Fix for HAS to run its CSIT"Bharath Balasubramanian9-118/+231
2018-03-22Merge "Add index and templates to music project"Bharath Balasubramanian9-0/+241
2018-03-22Fix for HAS to run its CSITThomas Nelson Jr (arthurdent3) tn1381@att.com9-118/+231
Default action of AID(AuthID) was to allow only one keyspace. HAS required the ability to create more than one. Also included are some Logging and response fixes. Change-Id: I30b7d0f5a5c6e535ff2b737dc58b8d4fbd427d02 Issue-ID: MUSIC-64, OPTFRA-191 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-03-21Add .gitmodules mappingRich Bennett1-0/+5
Change-Id: I20c0a931bd4ea4bf605b9726362f91dac4568c5c Issue-ID: MUSIC-64 Signed-off-by: Rich Bennett <rb2745@att.com>
2018-03-21Add index and templates to music projectRich Bennett9-0/+241
Change-Id: Ie65fedc1ab8a01aba27fb328ec2f58bcb8e3b5f2 Signed-off-by: Rich Bennett <rb2745@att.com> Issue-ID: DOC-253
2018-03-19Merge "CLM Fixes"Bharath Balasubramanian1-1/+5
2018-03-19CLM FixesThomas Nelson Jr (arthurdent3) tn1381@att.com1-1/+5
Added netty to the Dependency List. Change-Id: Id00fac7d3a124e82af1a7434d0c1cb7fb49ae022 Issue-ID: MUSIC-49, MUSIC-47 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-03-19Merge "CLM Fixes"Bharath Balasubramanian2-2/+7
2018-03-18CLM FixesThomas Nelson Jr (arthurdent3) tn1381@att.com2-2/+7
Added Jackson to the Dependency List. Change-Id: I7f8d15e4626e5e5b73ecb9118c25c63268b73dfb Issue-ID: MUSIC-49, MUSIC-47 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-03-18Merge "CLM Changes"Bharath Balasubramanian14-77/+114
2018-03-18CLM ChangesThomas Nelson Jr (arthurdent3) tn1381@att.com14-77/+114
Change-Id: Id34c036653bf0816e5c67004e4dcf7da90e470e7 Issue-ID: MUSIC-47, MUSIC-48, MUSIC-49 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-03-15Upgrade to latest oparentGildas Lanilis2-1/+1
Update pom.xml file to latest version release of oparent, 1.1.0 Change-Id: I590798dd3533f0fb388847f9354c3ea411354a1e Issue-ID: INT-443 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-03-14Merge "Docker update and POM fix"Thomas Nelson24-858/+717
2018-03-13Docker update and POM fixThomas Nelson Jr (arthurdent3) tn1381@att.com24-858/+717
Update the docker for cassandra to change ownership of imported files. Update the POM to fix bug Numerous bug fixes fro Logging and Error reporting. Change-Id: I518807f9796734134341ebefd109219050a84b51 Issue-ID: MUSIC-56, MUSIC-57, MUSIC-58 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-03-12Merge "Add INFO.yaml file"Bharath Balasubramanian1-0/+52
2018-03-08Docker Updates for CSITThomas Nelson Jr (arthurdent3) tn1381@att.com14-23/+175
Udates fro Docker and also a few bug fixes. Change-Id: I48d8ee81412c7ce664e6b3e33c06e952afad734e Issue-ID: MUSIC-32, MUSIC-51 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-03-06Unit Tests for Sonar and Functional Test DockerThomas Nelson Jr (arthurdent3) tn1381@att.com14-643/+1902
Change-Id: Ib8156f44cf08f220de2a74ef8237b30deaf4df7a Issue-ID: MUSIC-40, MUSIC-32 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-03-06More Unit tests for Sonar coverageThomas Nelson Jr (arthurdent3) tn1381@att.com17-581/+1394
Change-Id: I5cc3d490bdc70dfa0ed69e1ee6d954ef2846f8e5 Issue-ID: MUSIC-40 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-03-06Add INFO.yaml fileJessica Wagantall1-0/+52
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: I2e4f446eeebb8178236fb012b422a4d3fd48b1de Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-05Some Sonar and CLM issues resolved.Thomas Nelson Jr (arthurdent3) tn1381@att.com7-458/+465
- Update some library versions fro CLM - Some code fixes for Sonar Change-Id: I270955be6337400f1d30556cfa854712f102916e Issue-ID: MUSIC-40 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-03-05CLM FixesThomas Nelson Jr (arthurdent3) tn1381@att.com1-1/+1
Minor changes to version to improve CLM score and fix security issues. Change-Id: I9d023042977f14bd382ece8a5db9a748ea3c95fd Issue-ID: MUSIC-40 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-03-04Sonar Fixes to increate Coverage on Unit testsThomas Nelson Jr (arthurdent3) tn1381@att.com29-1789/+1597
Including bug fix that added proper Exception handling on REST Calls. Change-Id: I618faa69ab549e76c148bb7c664a5ffe0eae84ca Issue-ID: MUSIC-44, MUSIC-45 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-03-01Sonar and CLM fixes and Unit testThomas Nelson Jr (arthurdent3) tn1381@att.com3-10/+202
Added zookeeper Server Unit Test back and fixed issues were IP 10.0.0.2 was carried over form another unit test. Change-Id: I9222125decb9b075b7351b3a97f225138799de57 Issue-ID: MUSIC-40 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-02-25Sonar and CLM fixesThomas Nelson Jr (arthurdent3)11-1112/+754
Added missing files and Remove zookeeper Server issues Unit Test. Issue-ID: MUSIC-40 Change-Id: I52507fdd83327c7e6805c93e475a0d58ae9d6ee0 Signed-off-by: Thomas Nelson Jr (arthurdent3) <tn1381@att.com>
2018-02-23Changes related to Authentication and AtomicThomas Nelson Jr (arthurdent3)13-163/+332
Authentication Fixes Atomic with delete added. Issue-ID: MUSIC-38,MUSIC-39 Change-Id: Ide2974a42ff8618d8a94ef7e8a1b0abde3630550 Signed-off-by: Thomas Nelson Jr (arthurdent3) <tn1381@att.com>
2018-02-20Applying bug fixesThomas Nelson Jr (arthurdent3)25-1024/+1102
To many overlapping changes so including all of them. When pushing individually build was breaking. Issue-ID: MUSIC-33,MUSIC-34,MUSIC-35,MUSIC-36,MUSIC-37 Change-Id: I15b6f7c683d0d2eeadd99c2376dedd6c43a67a8c Signed-off-by: Thomas Nelson Jr (arthurdent3) <tn1381@att.com>
2018-02-20Setting Repositories back to pom.xmlThomas Nelson Jr (arthurdent3)1-30/+61
Looks like somehow the oParent and the Repository info got removed. Adding them back. This should hopefully correct the issues with docker build. Issue-ID: MUSIC-32 Change-Id: I3b45a9a7602d8bf8c8f252af31783e7fc8838359 Signed-off-by: Thomas Nelson Jr (arthurdent3) <tn1381@att.com>
2018-02-20Adding distribution management to pom for dockerThomas Nelson Jr (arthurdent3)1-1/+10
Issue-ID: MUSIC-32 Change-Id: If208dadd55fb9fd44dfb29df6d84822a17a36236 Signed-off-by: Thomas Nelson Jr (arthurdent3) <tn1381@att.com>
2018-02-19Fix for pom to moce docker plugin to a profileThomas Nelson Jr (arthurdent3)1-56/+69
Issue-ID: MUSIC-32 Change-Id: Ic075f0d38a8b3aed86a08ee0938c9657dbebdb42 Signed-off-by: Thomas Nelson Jr (arthurdent3) <tn1381@att.com>
2018-02-19Set up project to work with dockerThomas Nelson Jr (arthurdent3)3-309/+308
Update Pom to add docker plugin and add Dockerfile to build docker image. This is part of the requirement for a functional test case with the Robot Framework. Issue-ID: MUSIC-32 Change-Id: I548730b75ef0c73d6e840e4894b7f4460d94deb6 Signed-off-by: Thomas Nelson Jr (arthurdent3) <tn1381@att.com>
2018-02-15Adding oparentThomas Nelson Jr (arthurdent3)1-43/+11
Hopefully this should solve all my headaches. Issue-ID: MUSIC-24 Change-Id: Ia0becd349625500fc3d5c416e3934bbf9fde7a92 Signed-off-by: Thomas Nelson Jr (arthurdent3) <tn1381@att.com>
2018-02-14Fixing broken buildThomas Nelson Jr (arthurdent3)1-126/+129
Removed ofending Plugin from Pom. Change-Id: I56ce1cf6759f267e6c379e4cfd5ac4a12c3115e1 Issue-ID: MUSIC-24 Signed-off-by: Thomas Nelson Jr (arthurdent3) <tn1381@att.com>
2018-02-11Sonar Changes to pom fileThomas Nelson Jr (arthurdent3)2-2/+39
Trying to get Sonar working right. Code coverage is not showing up. Assuming its somethign missing from pom. Change-Id: I8a695ce6639666b79a2d92e4d5cb92307515a858 Issue-ID: MUSIC-24 Signed-off-by: Thomas Nelson Jr (arthurdent3) <tn1381@att.com>
2018-02-10Merge "Add swagger.json"Bharath Balasubramanian2-2/+3
2018-02-09Add swagger.jsonThomas Nelson Jr (arthurdent3)2-2/+3
Add Swagger JSON file to docs Minor fix to test. Issue-ID: MUSIC-21, MUSIC-26 Change-Id: I95e63d00110ec2320dbb445a7faa5c41e5200b6a Signed-off-by: Thomas Nelson Jr (arthurdent3) <tn1381@att.com>
2018-02-09Add version.properties fileJessica Wagantall1-0/+13
Change-Id: If27bb5d189a6caf821226c8d673c6983cfefa916 Issue-ID: MUSIC-21 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-09Add missing pom.xml componentsJessica Wagantall1-3/+56
Add missing components: - distribution management - repositories - plugins - properties Change-Id: I57568771f148168d0b8524205c78bb30f85e2f58 Issue-ID: MUSIC-21 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-08Add Comment to plugin for Sonararthurdent31-0/+1
run-clm run-sonar Issue-ID: MUSIC-24 Change-Id: Ia59c8971c376fc3538da9acdd59e4fa7f5e68173 Signed-off-by: arthurdent3 <tn1381@att.com>