Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
This project is now read‑only. Starting Monday, February 2, please use https://ibm-ceph.atlassian.net/ for all bug tracking management.

Bug 1846430

Summary: Playbook docker-to-podman will fail looking for grafana-server group
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Francesco Pantano <fpantano>
Component: Ceph-AnsibleAssignee: Dimitri Savineau <dsavinea>
Status: CLOSED NOTABUG QA Contact: Vasishta <vashastr>
Severity: high Docs Contact:
Priority: high    
Version: 4.1CC: aschoen, ceph-eng-bugs, gabrioux, gfidente, gmeno, nthomas, vereddy, ykaul
Target Milestone: z1   
Target Release: 4.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-06-18 11:34:22 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:
Bug Depends On: 1760354    
Bug Blocks:    

Description Francesco Pantano 2020-06-11 15:04:35 UTC
Description of problem:

This playbook [1] is supposed to run when the OSP users are in RHCS3.
The last version of ceph-ansible for the next zstream ( includes the grafana group [2] because it assumes:

1. the user is using rhcs4
2. the dashboard is enabled by default

OSP16 doesn't have the 'dashboard_enable: true' by default, so the inventory
doesn't have that section.
The version we have today (v4.0.23) isn't affected by this bug.


[1] https://github.com/ceph/ceph-ansible/blob/master/infrastructure-playbooks/docker-to-podman.yml
[2] https://github.com/ceph/ceph-ansible/blob/master/infrastructure-playbooks/docker-to-podman.yml#L49

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info: