summaryrefslogtreecommitdiffstats
path: root/deployment
AgeCommit message (Collapse)AuthorFilesLines
2020-11-23Initial test commit for project-specific CSITLasse Kaihlavirta2-2/+26
- move music-distributed-kv-store CSIT to its own project repository - add execution script that copies required common run scripts from integration/csit repo to local workspace and runs the tests - add the possibility to provide additional docker tag as parameter to the build script - add script for tagging specified docker image with STAGING Issue-ID: INT-1769 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I19a5908f3c9c77529c43af0d89baf75a8f8557ee
2018-05-23Create Token Service JSON dynamically2.0.0-ONAPbeijing2.0.0-ONAPShashank Kumar Shankar2-6/+6
This patch makes sure the Token Service JSON is dynically created so that this fits better when deployed on Kubernetes. Change-Id: I4426f68af2a6de4d2ffe4f488d5660c47f13ccaf Issue-ID: MUSIC-55 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-26Fix minor path in codeShashank Kumar Shankar2-1/+6
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-22Make datastore generic to support Consul/CassandraShashank Kumar Shankar3-12/+9
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>
2018-03-16Add Docker push to nexus supportShashank Kumar Shankar6-69/+97
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>
2018-03-08Update some fixes.Shashank Kumar Shankar4-5/+5
Adding some fixes to the docker builds and code. Change-Id: Ia7446519ad64339eefd79975918b469052a27934 Issue-ID: MUSIC-41 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-07Add Docker building scripts and update swaggerShashank Kumar Shankar5-0/+123
This patch adds scripts to build Docker container and updates swagger API doc. Change-Id: Ifb10d483946112e38d716c9ae07995ffeb14d2d3 Issue-ID: MUSIC-41 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>