Summary:
Feature announcement:
The Cost management team has recently added support for tracking Red Hat OpenShift Virtualization, giving customers the ability to track cost directly associated with virtual machines running within their OpenShift clusters. Cost management will now gather information specifically for each VM running in OpenShift and associate related costs to it at a monthly aggregate level. This feature includes a new API endpoint /api/cost-management/v1/reports/openshift/resources/virtual-machines/ and an additional Virtulization tab on the OpenShift details page. This can be found when you drill down into a specific cluster/node/project. Both the UI and API will present the latest details of a running VM and its month to date running costs.
Note: This feature only includes CPU and Memory cost today, work is in progress to add storage cost and overhead distribution costs.
For more information on what Red Hat OpenShift Virtualization is see: https://www.redhat.com/en/technologies/cloud-computing/openshift/virtualization
Notable changes:
- Switch sources errors to integration errors
- Fix process handling of Azure GZIP compression type
- Update OCP on AWS to use correct Amortised markup costs
- Numerous other minor bug fixes and code cleanup improvements
What's Changed
- RHCLOUD-36497 - switch error messages from sources to integrations by @lcouzens in #5407
- COST-5739 - bump piplock by @lcouzens in #5408
- COST-5731 - Update OCP on AWS markup to use amortised by @lcouzens in #5409
- COST-5627 Fix Azure default extension issue by @bacciotti in #5394
- COST-5675 Handling CostModel Does Not Exist exception by @bacciotti in #5410
- Remove unleash flag to disable checking ingress columns by @myersCody in #5404
- fix failing unit tests by @lcouzens in #5414
- Fix stripping of OCI tag prefix by @esebesto in #5413
- Remove unleash flag for tag mapping feature by @myersCody in #5401
- Prevent unnecessary unleash checks for group by override by @myersCody in #5405
- Replace version-two with resource-group flag by @djnakabaale in #5351
- chore(deps): update konflux references by @red-hat-konflux in #5411
- Remove unused unleash flag by @myersCody in #5403
Full Changelog: r.2024.11.27.0...r.2024.12.03.0