summaryrefslogtreecommitdiffstats
path: root/docs/submodules/music.git
AgeCommit message (Collapse)AuthorFilesLines
2018-04-28Updated git submodulesBharath Balasubramanian1-0/+0
Project: music master 7839b011d82cfce4f64ff615a98b14fbf8de6271 Merge "Change Version Number of Cassandra" Change Version Number of Cassandra Change-Id: I567086c33d1518bde6847effb069bb149db46c48 Issue-ID: MUSIC-74 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-04-20Updated git submodulesBharath Balasubramanian1-0/+0
Project: music master 193f937a5df3cbe476428e25601d47496b629820 Merge "Pin jnr-unixsocket for Docker plugin to 0.13" Pin jnr-unixsocket for Docker plugin to 0.13 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: Ia69b1b1807e79cbc50bd12dbb7dd7f9f3d60cfc9 Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2018-04-18Updated git submodulesThomas Nelson Jr (arthurdent3) tn1381@att.com1-0/+0
Project: music master 6a0328891c81d076885bc328b6c8baefacd44639 Update cassandra docker image Removal for issues with Kubernetes - Need to make sure any injected files Are chown 664 or ID is smae ID as Cassandra in Container ( Which is 999 ). Change-Id: Ib568d94131bcd6766da202f4591f4634d1804761 Issue-ID: MUSIC-70, MUSIC-60 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-04-11Updated git submodulesVikram Potturi(apotturi)1-0/+0
Project: music master 2b34c9375762146a48a5ea866e0dd5954e780b3c Add repo variable. Change-Id: I6f2a9af4b40a768549d8460102913aa65d80d9a0 Issue-ID: MUSIC-63 Signed-off-by: Vikram Potturi(apotturi) <apotturi@gmail.com>
2018-04-10Updated git submodulesNelson,Thomas(tn1381)(arthurdent3)1-0/+0
Project: music master 2fd00e9d1de73b1103c45d9ba15d9e818f79e876 Adding HEAT map information. I adding missing Files. Change-Id: Id6e49cd95e0327b5b79b29707f25a44602dd06be Issue-ID: MUSIC-63 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-04-09Updated git submodulesVikram Potturi(apotturi)1-0/+0
Project: music master 587e3d75c651f97b6e11cc61d7159e607c3f0f90 Adding HEAT map information. Change-Id: I676137f72ab3cf451532c8f8fcfd032f83c31d5b Issue-ID: MUSIC-63 Signed-off-by: Vikram Potturi(apotturi) <apotturi@gmail.com>
2018-04-05Updated git submodulesJessica Wagantall1-0/+0
Project: music master 0d0e1f6dcf7bb27f5604615772d55b8cc903e9c7 Update docker tag convention 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-29Updated git submodulesNelson,Thomas(tn1381)(arthurdent3)1-0/+0
Project: music master 03b8ac85fe37aa2c35f28f10cff3d460751b23d0 Documentation added Change-Id: I5fdf2b042451ea666a36a3ca31fb0783e0239878 Issue-ID: MUSIC-62 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-03-28Updated git submodulesNelson,Thomas(tn1381)(arthurdent3)1-0/+0
Project: music master 9cd6659574e58aae87a8aa40feaad492b2f3bde7 Code Coverage, Auth ID, Docker 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 master 621572bcc14ef8fed700e7c07f7927c5db22531a Updated git submodules 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 master 73beae90094926ee4fe6dc9675c406ad9ee84367 Updated git submodules 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-22Updated git submodulesBharath Balasubramanian1-0/+0
Project: music master 7a39f41a061b47b030961546782322a1139af7f5 Merge "Fix for HAS to run its CSIT" Fix for HAS to run its CSIT 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-22Updated git submodulesBharath Balasubramanian1-0/+0
Project: music master a414c36cb48cd395c6c9db37ad3a50e2abb67874 Merge "Add index and templates to music project" Add index and templates to music project Change-Id: Ie65fedc1ab8a01aba27fb328ec2f58bcb8e3b5f2 Signed-off-by: Rich Bennett <rb2745@att.com> Issue-ID: DOC-253
2018-03-22Updated git submodulesRich Bennett1-0/+0
Project: music master 2efebc4a7c1c20f89379d8c0f8b9554bb77e09c6 Add .gitmodules mapping Change-Id: I20c0a931bd4ea4bf605b9726362f91dac4568c5c Issue-ID: MUSIC-64 Signed-off-by: Rich Bennett <rb2745@att.com>
2018-03-21Add MUSIC project submodule and toctree refsRich Bennett1-0/+0
Change-Id: I88174a9eae28b4cf212ad6059d36b3ffff101ff1 Signed-off-by: Rich Bennett <rb2745@att.com> Issue-ID: DOC-253