Bug 1870522 - [DDF] The ceph authentication back up is needed, in case of a bigger issue on the restoration.
Summary: [DDF] The ceph authentication back up is needed, in case of a bigger issue on...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 16.0 (Train)
Hardware: All
OS: All
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Vlada Grosu
QA Contact: Nathan Weinberg
URL:
Whiteboard:
Depends On: 1841902
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-08-20 09:33 UTC by Direct Docs Feedback
Modified: 2022-08-10 15:21 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-03-02 15:07:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-6910 0 None None None 2022-08-10 15:21:42 UTC

Comment 1 Vlada Grosu 2020-08-20 16:29:41 UTC
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

Comment 2 Juan Badia Payno 2020-08-21 06:31:11 UTC
(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


Note You need to log in before you can comment on or make changes to this bug.