This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
tripleo-ansible
Code
Issues
Proposed changes
Browse Source
Merge "BaR doc update + lftp missing package" into stable/train
changes/33/759133/1
Zuul
2 months ago
committed by
Gerrit Code Review
parent
382638c4fe
06416073a9
commit
6d289d96fe
3 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/source/roles/role-backup-and-restore.rst
+0
-1
molecule-requirements.txt
+1
-0
tripleo_ansible/roles/backup-and-restore/vars/redhat.yml
+ 1
- 1
doc/source/roles/role-backup-and-restore.rst
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
+ 0
- 1
molecule-requirements.txt
View File
@@ -1,5 +1,4 @@
# this is required for the molecule jobs
ansible
ansi2html
docker
pytest
+ 1
- 0
tripleo_ansible/roles/backup-and-restore/vars/redhat.yml
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
Write
Preview
Loading…
Cancel
Save