From 67ec45580d7ced9ddf865e969d7230b95d7c0b36 Mon Sep 17 00:00:00 2001 From: Angie Wang Date: Mon, 15 Apr 2019 12:16:13 -0400 Subject: [PATCH] Build versioned application tarball with metadata This commit updates the chart build to build a metadata file into an application tarball. The metadata file includes the app name, app version and patch dependencies if there are patches specified via option --patch-dependencies. The app name can be passed via option --app, the app version is constructed with the app rpm version and label. The name of application tarball is renamed to the app name plus the app version. Change-Id: I8ce54c3beac3d671f580fec6c2e4c37153e163f4 Depends-On: https://review.opendev.org/#/c/655789/ Story: 2005350 Task: 30420 Signed-off-by: Angie Wang --- build-tools/build-helm-charts.sh | 378 ++++++++++++++++++++++--------- 1 file changed, 266 insertions(+), 112 deletions(-) diff --git a/build-tools/build-helm-charts.sh b/build-tools/build-helm-charts.sh index 405f0ef4..fcf466c7 100755 --- a/build-tools/build-helm-charts.sh +++ b/build-tools/build-helm-charts.sh @@ -18,28 +18,182 @@ fi SUPPORTED_OS_ARGS=('centos') OS=centos LABEL="" -declare -a IMAGE_FILES +APP_NAME="stx-openstack" +APP_VERSION="" +declare -a IMAGE_RECORDS +declare -a PATCH_DEPENDENCIES function usage { cat >&2 < ] [-i, --image-file ] [--label