aboutsummaryrefslogtreecommitdiffstats
path: root/version-manifest/src/main/scripts
AgeCommit message (Collapse)AuthorFilesLines
2019-07-19Script to pull ONAP images in helm chartsGary Wu1-0/+28
Issue-ID: INT-1117 Signed-off-by: Gary Wu <gary.wu@futurewei.com> Change-Id: Iefba99a8cec034e3fb8d0bf828aeb342ee0f8d5e
2019-05-16Bump out-of-date staging images to release versionGary Wu1-0/+3
Change-Id: Icd22aca66c6caa919dc9a7a441c4abf92efde5bb Issue-ID: INT-1055 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-05-14Fix script that generates docker manifest from oom repoGary Wu1-1/+1
Change-Id: I13321373502c1ab3b032707f141d948f14a10ad0 Issue-ID: INT-1055 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-05-09Add script to create docker manifest from oom repoGary Wu2-2/+37
Change-Id: I09652f812b9c83dd510f75de58e3402572becf79 Issue-ID: INT-1055 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-26Check for duplicate entries in manifestsGary Wu1-0/+9
Change-Id: Ibb63db5372d0000670e5c35df5c0c4e3313881ba Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-25Script to check docker staging versions vs releaseGary Wu1-0/+25
Change-Id: Icc73fe30ab65f90a513e77e814a0c2ea3e5f1d61 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-17Add new docker images found in OOMGary Wu1-1/+1
Change-Id: I0ca0c4d0c042cef01880f9436b3745c285dba12f Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-12Check that java artifacts in manifest are releasedGary Wu1-0/+32
Change-Id: If9be2267c9b9fd7255bc1f809513c1c5b7092fba Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-09Add debug output for docker manifest verificationGary Wu2-0/+4
Change-Id: I7a8357e602c7b3e0cd1ed08eb1ab645157ad1929 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-19Make realpath be more env agnosticAlexis de Talhouët1-0/+13
realpath is not available on most Unix system. readlink is more appropriate Change-Id: Idbda95cad4ae6ac391a75d109743cc66ec5f6d41 Issue-ID: INT-666 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-08-28Script to upgrade oparent in all projectsGary Wu1-0/+52
Change-Id: I11061bc5ce4d160325146c2b2fe97dccb840c940 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-14Add verify job for staging manifestGary Wu2-1/+30
Change-Id: I857f992069424e74e8b106bf8455280e8111c060 Issue-ID: INT-533 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-06Allow only released docker images in the manifestGary Wu1-10/+2
Change-Id: I8ebc0e6a8b923a4b9c81403ade7248a4396b179e Issue-ID: INT-504 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-10Update OOM docker version sync scriptGary Wu1-1/+1
Change-Id: I3d6ae5823173a3943bf9bb16f5ee9c7e3faae6f0 Issue-ID: INT-492 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-09Warn of unreleased docker images in manifestGary Wu1-3/+13
Change-Id: I41536f020bd787a0c4a18f854c8238243eaad2d6 Issue-ID: INT-495 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-09Add script to sync heat template from manifestGary Wu4-9/+30
Also clean up other helper scripts Change-Id: Icae9cac8c6e9e3cef5e52e66bf79d6c30d23d235 Issue-ID: INT-495 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-07Add usage prompt for docker-manifest check scriptGary Wu1-0/+6
Change-Id: I79c75c188f4faea891908d8dd2a7f0fe0b44e7a9 Issue-ID: INT-488 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-07Script to sync OOM helm charts with manifestGary Wu2-5/+36
Change-Id: Idb40b4fc8d02b82ba43f9dc4c53f485ba9939091 Issue-ID: INT-492 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-07Add missing docker images from OOM helm chartsGary Wu1-0/+38
Change-Id: Ide98947905ed0de445a7858edf9f277256cc0eea Issue-ID: INT-488 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-03Verify that docker manifest images exist in nexus3Gary Wu2-1/+22
Add enforcement check to ensure that all docker images specified in the manifest can actually be found on nexus3. Change-Id: I49ebc60a50cbb9f36f6e06d2d69c39cfeeacfcde Issue-ID: INT-488 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-04-06Enforce consistent sort order across environmentsGary Wu1-0/+12
Change-Id: If4b753ca344fecfaf32b3a6c498edb58c4f6a0f6 Issue-ID: INT-124 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>