From f22ca90d7507b76b396001141dfdbd77ba1b08f9 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Wed, 10 Aug 2022 12:45:00 +0000 Subject: [PATCH] Revert "Remove links in openstack/charts/" This reverts commit 24e98899d2066a72abaa08e1fb082e335311db2b. Reason for revert: Seems to have broken lint in a subsequent change in this repository, revert to fix gate. Change-Id: I5d19abb172a45126438f7179f80bdb0a64bc098c --- openstack/Chart.yaml | 2 +- openstack/charts/glance | 1 + openstack/charts/heat | 1 + openstack/charts/helm-toolkit | 1 + openstack/charts/keystone | 1 + openstack/charts/libvirt | 1 + openstack/charts/mariadb | 1 + openstack/charts/memcached | 1 + openstack/charts/neutron | 1 + openstack/charts/nova | 1 + openstack/charts/openvswitch | 1 + openstack/charts/placement | 1 + openstack/charts/rabbitmq | 1 + releasenotes/notes/openstack.yaml | 1 + 14 files changed, 14 insertions(+), 1 deletion(-) create mode 120000 openstack/charts/glance create mode 120000 openstack/charts/heat create mode 120000 openstack/charts/helm-toolkit create mode 120000 openstack/charts/keystone create mode 120000 openstack/charts/libvirt create mode 120000 openstack/charts/mariadb create mode 120000 openstack/charts/memcached create mode 120000 openstack/charts/neutron create mode 120000 openstack/charts/nova create mode 120000 openstack/charts/openvswitch create mode 120000 openstack/charts/placement create mode 120000 openstack/charts/rabbitmq diff --git a/openstack/Chart.yaml b/openstack/Chart.yaml index 20bc0bd606..ca70765eb3 100644 --- a/openstack/Chart.yaml +++ b/openstack/Chart.yaml @@ -53,6 +53,6 @@ dependencies: description: A chart for openstack helm commmon deployment items name: openstack type: application -version: 0.1.4 +version: 0.1.5 maintainers: - name: OpenStack-Helm Authors diff --git a/openstack/charts/glance b/openstack/charts/glance new file mode 120000 index 0000000000..b01e3db18c --- /dev/null +++ b/openstack/charts/glance @@ -0,0 +1 @@ +../../glance/ \ No newline at end of file diff --git a/openstack/charts/heat b/openstack/charts/heat new file mode 120000 index 0000000000..16e7cb9710 --- /dev/null +++ b/openstack/charts/heat @@ -0,0 +1 @@ +../../heat \ No newline at end of file diff --git a/openstack/charts/helm-toolkit b/openstack/charts/helm-toolkit new file mode 120000 index 0000000000..cd43e5f9ab --- /dev/null +++ b/openstack/charts/helm-toolkit @@ -0,0 +1 @@ +../../../openstack-helm-infra/helm-toolkit \ No newline at end of file diff --git a/openstack/charts/keystone b/openstack/charts/keystone new file mode 120000 index 0000000000..f3098a8aa0 --- /dev/null +++ b/openstack/charts/keystone @@ -0,0 +1 @@ +../../keystone/ \ No newline at end of file diff --git a/openstack/charts/libvirt b/openstack/charts/libvirt new file mode 120000 index 0000000000..2d8a158277 --- /dev/null +++ b/openstack/charts/libvirt @@ -0,0 +1 @@ +../../../openstack-helm-infra/libvirt/ \ No newline at end of file diff --git a/openstack/charts/mariadb b/openstack/charts/mariadb new file mode 120000 index 0000000000..ab5d9adf57 --- /dev/null +++ b/openstack/charts/mariadb @@ -0,0 +1 @@ +../../../openstack-helm-infra/mariadb \ No newline at end of file diff --git a/openstack/charts/memcached b/openstack/charts/memcached new file mode 120000 index 0000000000..2b9f3188eb --- /dev/null +++ b/openstack/charts/memcached @@ -0,0 +1 @@ +../../../openstack-helm-infra/memcached/ \ No newline at end of file diff --git a/openstack/charts/neutron b/openstack/charts/neutron new file mode 120000 index 0000000000..a25b8df4c0 --- /dev/null +++ b/openstack/charts/neutron @@ -0,0 +1 @@ +../../neutron/ \ No newline at end of file diff --git a/openstack/charts/nova b/openstack/charts/nova new file mode 120000 index 0000000000..df1edcdc07 --- /dev/null +++ b/openstack/charts/nova @@ -0,0 +1 @@ +../../nova/ \ No newline at end of file diff --git a/openstack/charts/openvswitch b/openstack/charts/openvswitch new file mode 120000 index 0000000000..ba5cd373c1 --- /dev/null +++ b/openstack/charts/openvswitch @@ -0,0 +1 @@ +../../../openstack-helm-infra/openvswitch/ \ No newline at end of file diff --git a/openstack/charts/placement b/openstack/charts/placement new file mode 120000 index 0000000000..9bbdf9c2ed --- /dev/null +++ b/openstack/charts/placement @@ -0,0 +1 @@ +../../placement/ \ No newline at end of file diff --git a/openstack/charts/rabbitmq b/openstack/charts/rabbitmq new file mode 120000 index 0000000000..0439d46360 --- /dev/null +++ b/openstack/charts/rabbitmq @@ -0,0 +1 @@ +../../../openstack-helm-infra/rabbitmq/ \ No newline at end of file diff --git a/releasenotes/notes/openstack.yaml b/releasenotes/notes/openstack.yaml index 401102fe92..77235c8151 100644 --- a/releasenotes/notes/openstack.yaml +++ b/releasenotes/notes/openstack.yaml @@ -5,4 +5,5 @@ openstack: - 0.1.2 Use host path storage for rabbitmq, so that rabbitmq retains data across pod recreation - 0.1.3 Add neutron_netns_cleanup_cron release image override, so that the respective release image is used - 0.1.4 Remove links in openstack/charts + - 0.1.5 Revert Remove links in openstack/charts ...