Hide Forgot
Description of problem: reports generated by cloudforms 4.0 (5.5.0.13) lack fields related to the pod and project name. Version-Release number of selected component (if applicable): 5.5.0.13 How reproducible: all the time Steps to Reproduce: 1.create a new report based on containers 2. 3. Actual results: there is no element "project name" in the list of values and there is no pod name in the list either Expected results: those elements are present in the list of values Additional info: it would also help to be able to create a report based on pods rather than containers. this is relating to the usage of openshift 3.1 with cfme 5.5.0.13
Daniel, remind me... I have the feeling that I have discussed this with you. Is it something you addressed for the reports that you're creating?
There are no "project/pod name" fields but there are "Name" fields for both projects and pods. The reports should be based on "Pods" or "Projects", and not "Containers". see attached screenshots. "project/pod name" aren't available fields for container based reports since we don't save these attributes for a given container. They can probably be added but I'm not sure we want it or that it has an added value.
Created attachment 1115898 [details] new report based on Pods
Created attachment 1115899 [details] new report based on Projects
proposed fix: https://github.com/ManageIQ/manageiq/pull/6570 Adds different container-related available fields for reports, including: - "Project: Name" - "Pod: Name" (also see attachment for an example of a basic container name + pod name + project name, report)
Created attachment 1122428 [details] report example: container name - pod name - project name
*** This bug has been marked as a duplicate of bug 1306587 ***