eea4578dd1
This commit builds the armada manifest and packages the base helm charts and sysinv integration code into the final rpm. The output rpm, stx-ptp-notification-helm*.rpm can be deployed on a running system. Removes unused files in ptp-notification-helm. All required charts are now located under stx-ptp-notification-helm. Story: 2008529 Task: 41724 Signed-off-by: Cole Walker <cole.walker@windriver.com> Change-Id: I49e970b7d21e4078aea3d185fbe98910f3d59ce6
11 lines
415 B
Plaintext
11 lines
415 B
Plaintext
SRC_DIR="stx-ptp-notification-helm"
|
|
|
|
OPT_DEP_LIST="$STX_BASE/ptp-notification-armada-app/python-k8sapp-ptp-notification"
|
|
|
|
COPY_LIST_TO_TAR="\
|
|
$STX_BASE/helm-charts/psp-rolebinding/psp-rolebinding/helm-charts \
|
|
"
|
|
# Keep the SRCREV in sync with python-k8sapp-ptp-notification so the app version is
|
|
# the same as the plugin version
|
|
TIS_BASE_SRCREV=c525a7fe479103bc316792c11b5289ebcca8a2a7
|
|
TIS_PATCH_VER=GITREVCOUNT |