Restructure scripts in policy-parent 39/129639/1
authorliamfallon <liam.fallon@est.tech>
Fri, 17 Jun 2022 09:44:27 +0000 (10:44 +0100)
committerliamfallon <liam.fallon@est.tech>
Fri, 17 Jun 2022 09:47:38 +0000 (10:47 +0100)
commitcd44921c7e00e699b27697d3e5be4fc3433b81a2
treeb06c916c12e9075571f51b1978105357bb81900d
parentb3223fd59ea60d98948e23073833a010c027a8a2
Restructure scripts in policy-parent

- Moved the scripts into src/main/scripts
- created src/main/resources
- added pf_release_data.csv to src/main/resources, this file will be
- added a n ew release phase to release the mdoels-simulator image

pf_release_data.sh:
Used to find the correct versions of images to use for the CSIT tests,
the current lookup scripts can't cope with snapshots being deleted after
they time out.

Issue-ID: POLICY-4233
Change-Id: Idb5a4a624c06114f0f480c599e87f5596705ea07
Signed-off-by: liamfallon <liam.fallon@est.tech>
14 files changed:
integration/src/main/resources/release/pf_release_data.csv [new file with mode: 0644]
integration/src/main/scripts/release/bumpSnapshots.sh [moved from integration/src/release_scripts/bumpSnapshots.sh with 100% similarity]
integration/src/main/scripts/release/generateCommit.sh [moved from integration/src/release_scripts/generateCommit.sh with 100% similarity]
integration/src/main/scripts/release/getReleaseData.sh [moved from integration/src/release_scripts/getReleaseData.sh with 100% similarity]
integration/src/main/scripts/release/mkart.sh [moved from integration/src/release_scripts/mkart.sh with 100% similarity]
integration/src/main/scripts/release/mkdock.sh [moved from integration/src/release_scripts/mkdock.sh with 100% similarity]
integration/src/main/scripts/release/newReleaseSnapshots.sh [moved from integration/src/release_scripts/newReleaseSnapshots.sh with 100% similarity]
integration/src/main/scripts/release/releasePhase.sh [moved from integration/src/release_scripts/releasePhase.sh with 97% similarity]
integration/src/main/scripts/release/releaseRepo.sh [moved from integration/src/release_scripts/releaseRepo.sh with 100% similarity]
integration/src/main/scripts/release/releaseRepoImages.sh [moved from integration/src/release_scripts/releaseRepoImages.sh with 100% similarity]
integration/src/main/scripts/release/updateOomImages.sh [moved from integration/src/release_scripts/updateOomImages.sh with 100% similarity]
integration/src/main/scripts/release/updateParentRef.sh [moved from integration/src/release_scripts/updateParentRef.sh with 100% similarity]
integration/src/main/scripts/release/updateRefs.sh [moved from integration/src/release_scripts/updateRefs.sh with 100% similarity]
integration/src/main/scripts/reports/pf_status_report.sh [moved from integration/src/reports/pf_status_report.sh with 100% similarity]