Merge "Add metadata for stx-monitor"

This commit is contained in:
Zuul 2019-10-28 15:18:26 +00:00 committed by Gerrit Code Review
commit 1b2fe9bb8e
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
%global armada_folder /usr/lib/armada
%global app_folder /usr/lib/application
Summary: StarlingX Monitor Application Armada Helm Charts
Name: stx-monitor-helm
@ -26,7 +27,10 @@ StarlingX Monitor Application Armada Helm Charts
%install
install -d -m 755 ${RPM_BUILD_ROOT}%{armada_folder}
install -p -D -m 755 manifests/*.yaml ${RPM_BUILD_ROOT}%{armada_folder}
install -d -m 755 ${RPM_BUILD_ROOT}%{app_folder}
install -p -D -m 755 files/metadata.yaml ${RPM_BUILD_ROOT}%{app_folder}
%files
%defattr(-,root,root,-)
%{armada_folder}/*
%{app_folder}/*

View File

@ -0,0 +1 @@
maintain_user_overrides: true