Bug 2278837

Summary: Wrong syntax for example playbook in ceph upgrade
Product: Red Hat OpenStack Reporter: Kenny Tordeurs <ktordeur>
Component: documentationAssignee: Erin Peterson <erpeters>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 16.2 (Train)CC: fpantano, jelle.hoylaerts.ext, mariel, rheslop
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-06-25 18:32:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kenny Tordeurs 2024-05-03 09:40:20 UTC
Description of problem:
The playbook example is missing the inventory and has wrong syntax because of that:

The ansible-playbook -i should point to an inventory <inventory> but the example refers to the playbook and is missing t
ansible-playbook -i /usr/share/ansible/tripleo-playbooks/ceph-update-ganesha.yml \
-e @$HOME/overcloud-deploy/<stack>/config-download/<stack>/global_vars.yaml \
-e @$HOME/overcloud-deploy/<stack>/config-download/<stack>/cephadm/cephadm-extra-vars-heat.yml \
-e @$HOME/ganesha_update_extravars.yaml
 

The inventory could be the following:
~~~
/var/lib/mistral/<hostname>/tripleo-ansible-inventory.yaml
~~~

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

How reproducible:
100%

Steps to Reproduce:
1. Follow the docs
2.
3.

Actual results:
Command will not work

Expected results:
Command to work and be accurate

Additional info: