From 635377335ec00da91dddd0be56a3ceb0bd6babc7 Mon Sep 17 00:00:00 2001 From: Lucas de Ataides Date: Thu, 8 Feb 2024 12:09:25 -0300 Subject: [PATCH] Recreating required files for `files` folder Commit [1] removed the `files` directory for both openstack-helm and openstack-helm-infra folders, as they were not used by the Debian build system. However, 3 files were incorrectly removed, causing issues when running the downloader command. This commit reintroduces these files, making sure the build for both packages work. [1] https://review.opendev.org/c/starlingx/openstack-armada-app/+/908177 Test Plan: PASS - Successfully run downloader -s -b -B std,rt Closes-Bug: 2052709 Change-Id: I4ee8d11b4c4fc78d570c4ef0f8a9d950dc748aa8 Signed-off-by: Lucas de Ataides --- openstack-helm-infra/files/repositories.yaml | 12 ++++++++++++ openstack-helm/files/index.yaml | 4 ++++ openstack-helm/files/repositories.yaml | 12 ++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 openstack-helm-infra/files/repositories.yaml create mode 100644 openstack-helm/files/index.yaml create mode 100644 openstack-helm/files/repositories.yaml diff --git a/openstack-helm-infra/files/repositories.yaml b/openstack-helm-infra/files/repositories.yaml new file mode 100644 index 00000000..7fbaebd4 --- /dev/null +++ b/openstack-helm-infra/files/repositories.yaml @@ -0,0 +1,12 @@ +--- +apiVersion: v1 +generated: 2019-01-02T15:19:36.215111369-06:00 +repositories: + - caFile: "" + cache: /builddir/.helm/repository/cache/local-index.yaml + certFile: "" + keyFile: "" + name: local + password: "" + url: http://127.0.0.1:8879/charts + username: "" diff --git a/openstack-helm/files/index.yaml b/openstack-helm/files/index.yaml new file mode 100644 index 00000000..166dfefd --- /dev/null +++ b/openstack-helm/files/index.yaml @@ -0,0 +1,4 @@ +--- +apiVersion: v1 +entries: {} +generated: 2019-01-07T12:33:46.098166523-06:00 diff --git a/openstack-helm/files/repositories.yaml b/openstack-helm/files/repositories.yaml new file mode 100644 index 00000000..7fbaebd4 --- /dev/null +++ b/openstack-helm/files/repositories.yaml @@ -0,0 +1,12 @@ +--- +apiVersion: v1 +generated: 2019-01-02T15:19:36.215111369-06:00 +repositories: + - caFile: "" + cache: /builddir/.helm/repository/cache/local-index.yaml + certFile: "" + keyFile: "" + name: local + password: "" + url: http://127.0.0.1:8879/charts + username: ""