From 416c3811959185852f9d5f4c017103f4232b7913 Mon Sep 17 00:00:00 2001 From: Robert Church Date: Sun, 11 Nov 2018 19:22:49 -0500 Subject: [PATCH] Add stx-openstack-helm to the containers build This target should only be built as part of the containers build environment which requries network access and does not need to be done as part of the standard build. Change-Id: I0e4df72614fceb084c8a60be403b833c013d71f2 Story: 2004005 Task: 27934 Signed-off-by: Robert Church --- centos_helm.inc | 2 ++ centos_pkg_dirs_containers | 1 + 2 files changed, 3 insertions(+) create mode 100644 centos_helm.inc create mode 100644 centos_pkg_dirs_containers diff --git a/centos_helm.inc b/centos_helm.inc new file mode 100644 index 0000000000..ec61b389cf --- /dev/null +++ b/centos_helm.inc @@ -0,0 +1,2 @@ +# Packages used by build-helm-charts.sh +stx-openstack-helm diff --git a/centos_pkg_dirs_containers b/centos_pkg_dirs_containers new file mode 100644 index 0000000000..06117dd170 --- /dev/null +++ b/centos_pkg_dirs_containers @@ -0,0 +1 @@ +kubernetes/applications/stx-openstack/stx-openstack-helm \ No newline at end of file