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 ...