BaR doc update + lftp missing package

There is a ReaR option to copy files to the backup with sftp this
"feature" needs the lftp package. This patch adds the lftp package
to be installed when ReaR is installed.

The documentation regarding backup-and-restore was updated, the name
of the role uses underscores and dash. This patch updates the name
of the role on the documentation and modified the underscores with
dashes.

Change-Id: I5435780a280e9a1eecacab488de1f0e5165f430e
(cherry picked from commit 31eec764da)
(cherry picked from commit 11445ff9e5)
This commit is contained in:
Juan Badia Payno 2020-10-13 15:28:35 +02:00
parent 29f3906cca
commit 06416073a9
3 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ Now we create the playbook to create the actual backup.
tasks:
- name: Backup ceph authentication role
include_role:
name: backup_and_restore
name: backup-and-restore
tasks_from: ceph_authentication
tags:
- bar_create_recover_image

View File

@ -1,5 +1,4 @@
# this is required for the molecule jobs
ansible
ansi2html
docker
pytest

View File

@ -26,5 +26,6 @@ tripleo_backup_and_restore_rear_packages:
- syslinux
- genisoimage
- nfs-utils
- lftp
tripleo_backup_and_restore_nfs_packages:
- nfs-utils