[train-only] Add deprecation notice to rear heat template

The heat template that installs ReaR on controllers is deprecated as of
16.2, and will be removed from 17.0 onwards. A deprecation notice has
been added to highlight the fact.

Related-Bug: rhbz#2097611
Change-Id: Ic01c44ba35b6d28cb45879b1006633ac1fcf8d08
This commit is contained in:
Juan Larriba 2022-06-22 14:26:08 +02:00
parent 730636ce28
commit ea69c5473c
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# A Heat environment file which can be used to deploy ReaR
resource_registry:
OS::TripleO::Services::Rear: ../../deployment/backup-and-restore/rear-baremetal-ansible.yaml
OS::TripleO::Services::Rear: ../../deployment/deprecated/backup-and-restore/rear-baremetal-ansible.yaml

View File

@ -0,0 +1,7 @@
---
deprecations:
- |
The heat template for Backup and Restore that installs ReaR on the
controllers has been deprecated and will be removed in a future release.
Rear can be installed using Ansible via the command
`openstack overcloud backup --setup-rear`.