From 2922b06c7e99bf8f915ffc57fa4eb3cfb822510f Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Mon, 26 Sep 2022 12:21:37 -0400 Subject: [PATCH] Add *_helm.inc files Add missing {centos,debian}_helm.inc files used by scripts in build-tools. The centos file used to reside in starlingx/config repo, but it really belongs here. TESTS ====================================== Build packages, then run build-helm-charts.sh and make sure "stx-openstack-helm" tarball is generated. Story: 2010226 Task: 46420 Signed-off-by: Davlet Panech Change-Id: I6c87425bef4acaa520f8890d0869c081dc839686 --- centos_helm.inc | 2 ++ debian_helm.inc | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 centos_helm.inc create mode 100644 debian_helm.inc diff --git a/centos_helm.inc b/centos_helm.inc new file mode 100644 index 00000000..ec61b389 --- /dev/null +++ b/centos_helm.inc @@ -0,0 +1,2 @@ +# Packages used by build-helm-charts.sh +stx-openstack-helm diff --git a/debian_helm.inc b/debian_helm.inc new file mode 100644 index 00000000..ec61b389 --- /dev/null +++ b/debian_helm.inc @@ -0,0 +1,2 @@ +# Packages used by build-helm-charts.sh +stx-openstack-helm