Remove Node Feature Discovery helm charts from platform packaging
Test Plan: PASSED: The platform-integ-apps debian package was built succesfully Story: 2010769 Task: 48235 Depends-On: https://review.opendev.org/c/starlingx/app-node-feature-discovery/+/885097 Change-Id: I14b739127ac1da9c794a7eb253a52690cf3da93f Signed-off-by: Marcos Paulo Oliveira Silva <Marcos.PauloOliveiraSilva@windriver.com>
This commit is contained in:
parent
55f5e443fa
commit
e6904c6f37
@ -3,7 +3,6 @@
|
||||
|
||||
export ROOT = debian/tmp
|
||||
export APP_FOLDER = $(ROOT)/usr/local/share/applications/helm
|
||||
export EXTRA_CHARTS = $(ROOT)/opt/extracharts
|
||||
|
||||
export DEB_VERSION = $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
|
||||
export RELEASE = $(shell echo $(DEB_VERSION) | cut -f 1 -d '-')
|
||||
@ -22,7 +21,6 @@ export STAGING_FLUXCD = staging-fluxcd
|
||||
override_dh_auto_build:
|
||||
# Create the TGZ file.
|
||||
cd helm-charts && make ceph-pools-audit
|
||||
cd helm-charts && make node-feature-discovery
|
||||
|
||||
# Setup the staging directory.
|
||||
mkdir -p $(STAGING_FLUXCD)
|
||||
@ -52,8 +50,6 @@ override_dh_auto_install:
|
||||
# Install the app tar file.
|
||||
install -d -m 755 $(APP_FOLDER)
|
||||
install -p -D -m 755 $(APP_TARBALL_FLUXCD) $(APP_FOLDER)
|
||||
install -d -m 755 $(EXTRA_CHARTS)
|
||||
install -p -D -m 755 helm-charts/node-feature-discovery-*.tgz $(EXTRA_CHARTS)
|
||||
|
||||
override_dh_auto_test:
|
||||
|
||||
|
@ -1,2 +1 @@
|
||||
opt/extracharts/*
|
||||
usr/local/share/applications/helm/*
|
||||
|
@ -2,8 +2,6 @@
|
||||
debname: stx-platform-helm
|
||||
debver: 1.1-0
|
||||
src_path: stx-platform-helm
|
||||
src_files:
|
||||
- ${MY_REPO}/stx/helm-charts/node-feature-discovery/node-feature-discovery/helm-charts
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
|
Loading…
Reference in New Issue
Block a user