The ceph authentication back up is needed, in case of a bigger issue on the restoration. Reported by: jbadiapa https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html/undercloud_and_control_plane_back_up_and_restore/installing-rear-on-the-undercloud-and-control-plane-nodes_osp-ctlplane-br#annotations:5296fc44-ae24-424b-bfcc-d8673f4ab18f
Hi Juan, Thank you for opening this ticket! How can I add the ceph authentication back to the doc and where should that happen (what topic)? Does this need to be added in the following topic '4.2. Creating a backup of the control plane nodes' as step 1: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html/undercloud_and_control_plane_back_up_and_restore/creating-a-backup-of-the-undercloud-and-control-plane-nodes_osp-ctlplane-br#creating-a-backup-of-the-control-plane-nodes_osp-ctlplane-br ---- # Playbook # We run ReaR in the control plane nodes. - become: true hosts: ceph_mon name: Backup ceph authentication tasks: - name: Backup ceph authentication role include_role: name: backup_and_restore tasks_from: ceph_authentication tags: - bar_create_recover_image - become: true hosts: Controller name: Create the recovery images for the control plane roles: - role: backup-and-restore EOF ---- Thank you. Kind regards, Vlada
(In reply to Vlada Grosu from comment #1) > Hi Juan, > > Thank you for opening this ticket! > > How can I add the ceph authentication back to the doc and where should that > happen (what topic)? > > Does this need to be added in the following topic '4.2. Creating a backup of > the control plane nodes' as step 1: > https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16. > 1/html/undercloud_and_control_plane_back_up_and_restore/creating-a-backup-of- > the-undercloud-and-control-plane-nodes_osp-ctlplane-br#creating-a-backup-of- > the-control-plane-nodes_osp-ctlplane-br > Yes, this is the modification that is needed. > ---- > # Playbook > # We run ReaR in the control plane nodes. > - become: true > hosts: ceph_mon > name: Backup ceph authentication > tasks: > - name: Backup ceph authentication role > include_role: > name: backup_and_restore > tasks_from: ceph_authentication > tags: > - bar_create_recover_image > > - become: true > hosts: Controller > name: Create the recovery images for the control plane > roles: > - role: backup-and-restore > EOF > ---- > > Thank you. > > Kind regards, > Vlada
The requested changes are now published on the Customer Portal: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html/undercloud_and_control_plane_back_up_and_restore/creating-a-backup-of-the-undercloud-and-control-plane-nodes_osp-ctlplane-br#creating-a-backup-of-the-control-plane-nodes_osp-ctlplane-br Thank you