Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions helm/bundles/cortex-nova/templates/kpis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,31 +188,31 @@ spec:
apiVersion: cortex.cloud/v1alpha1
kind: KPI
metadata:
name: vmware-commitments
name: vmware-project-utilization
spec:
schedulingDomain: nova
impl: vmware_commitments_kpi
impl: vmware_project_utilization_kpi
dependencies:
datasources:
- name: limes-project-commitments
- name: nova-flavors
- name: nova-servers
- name: nova-flavors
- name: identity-projects
knowledges:
- name: host-details
description: |
This KPI tracks unused VMware commitments based on project commitments and usage.
This KPI tracks the resource utilization of projects running VMs on VMware hosts.
---
apiVersion: cortex.cloud/v1alpha1
kind: KPI
metadata:
name: vmware-project-utilization
name: vmware-resource-commitments
spec:
schedulingDomain: nova
impl: vmware_project_utilization_kpi
impl: vmware_resource_commitments_kpi
dependencies:
datasources:
- name: nova-servers
- name: nova-flavors
- name: identity-projects
knowledges:
- name: host-details
- name: limes-project-commitments
description: |
This KPI tracks the resource utilization of projects running VMs on VMware hosts.
This KPI tracks the resource commitments of projects running VMs on VMware hosts.

This file was deleted.

Loading
Loading