Files
openstack-helm/releasenotes/notes/freezer-3272cc6ed891f5a3.yaml
Anand Nande f17a395da5 feature: Add Freezer Chart
Change-Id: Iaabf681ec3736b01a6f739df283693fb9e97af79
Co-Authored-By: Vladimir Kozhukalov <kozhukalov@gmail.com>
Signed-off-by: Anand Nande <anand.nande@pm.me>
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
2025-09-03 17:38:44 -05:00

11 lines
669 B
YAML

---
freezer: >
Added support for Freezer disaster recovery and backup-as-a-service component for OpenStack. It provides a way to back up various resources, such as virtual machine instances, databases, and file systems. It will allow users to schedule backups, restore data, and manage the lifecycle of their backups to ensure data protection and business continuity within an OpenStack cloud.
features:
- |
Introduced Freezer Helm chart with support for:
- Freezer API, Scheduler, Agent service deployment and configuration
- Integration with existing OpenStack identity services
- Support for custom Blazar configuration through values.yaml
...