Files
openstack-helm/releasenotes/notes/openstack.yaml
Vladimir Kozhukalov 069d8e9320 Use deploy-env role for all deployment jobs
The change updates all deployment jobs so they use
deploy-env role which leverages kubeadm to deploy k8s.
This role works for both single-node/multi-node
inventories.

Also all jobs are reorganized to improve job
maintenance. Check pipeline runs tests for 3
most recent releases: Yoga, Zed, 2023.1

We are focusing on 2023.1 for which we run both
Focal and Jammy jobs.

Change-Id: Ibba9b72876b11484fd7cc2e4710e92f964f15cc3
2023-09-15 20:30:42 +03:00

17 lines
741 B
YAML

---
openstack:
- 0.1.0 Initial Chart
- 0.1.1 Deploy compute-kit charts (neutron, nova, libvirt, openvswitch, placement)
- 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
- 0.1.6 Added horizon to install as default component.
- 0.1.7 Remove placement db-migrate
- 0.2.0 Remove support for Train and Ussuri
- 0.2.1 Update all Ceph images to Focal
- 0.2.2 Add zed values override
- 0.2.3 Add Ubuntu Jammy overrides
- 0.2.4 Add 2023.1 overrides for Ubuntu Focal and Jammy
...