Bug 1877682 - [updates] update ceph repos run is wrong and misleading
Summary: [updates] update ceph repos run is wrong and misleading
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 16.1 (Train)
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Dan Macpherson
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-09-10 07:56 UTC by Ronnie Rasouli
Modified: 2022-04-22 15:09 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-04-22 15:08:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-6057 0 None None None 2022-04-22 15:09:25 UTC
Red Hat Issue Tracker UPG-3162 0 None None None 2021-09-20 17:52:11 UTC

Description Ronnie Rasouli 2020-09-10 07:56:02 UTC
Description of problem:

2.3. Updating Red Hat Openstack Platform and Ansible repositories

Create a playbook that contains a task to set the repositories to Red Hat Enterprise Linux 16.1 on all nodes:

$ cat > ~/update_ceph_repos.yaml <<'EOF'
- hosts: all
  gather_facts: false
  tasks:
    - name: change ceph repos
      command: subscription-manager repos --disable=openstack-16-deployment-tools-for-rhel-8-x86_64-rpms --enable=openstack-16.1-deployment-tools-for-rhel-8-x86_64-rpms --disable=ansible-2.8-for-rhel-8-x86_64-rpms --enable=ansible-2.9-for-rhel-8-x86_64-rpms
      become: true
EOF
Run the update_ceph_repos.yaml playbook:

$ ansible-playbook -i ~/inventory.yaml -f 25 ~/update_rhosp_repos.yaml --limit CephStorage

Version-Release number of selected component (if applicable):
16.1

How reproducible:


Expected results:

$ ansible-playbook -i ~/inventory.yaml -f 25 ~/update_ceph_repos.yaml --limit CephStorage

Additional info:


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