-
Epic
-
Resolution: Done
-
Major
-
None
-
RFE - Make OCP Volume labels accessible on cost API's
-
False
-
None
-
False
Target Dates
Dev Target Date: September 29, 2023
Test Target Date: October 13, 2023
Details
As a customer I would like to group/filter my cost/usage data by OCP volume labels on all API endpoints.
Current behaviour today with /api/cost-management/v1/reports/openshift/costs/?group_by[tag:volume]=*
I don't see any volume tags in the openshift cost report - just volume:no-volume
expected tag values from /api/cost-management/v1/tags/openshift/
{ "key": "volume", "values": [ "stor_romeo", "stor_sierra", "stor_tango", "stor_uniform" ], "enabled": true }
Design doc: https://docs.google.com/document/d/1YRmcpf1u6XuGZUCiFVUAb4medLMi38cvnjjAJMUn1OY/edit?skip_itp2_check=true
Gotchas!
Here is a couple of additional issues with bugs around this and previous implementations