The file used is
ocp_static_report_0_template
http://localhost:8000/api/cost-management/v1/reports/openshift/resources/virtual-machines/?filter[time_scope_units]=month&filter[time_scope_value]=-1&filter[resolution]=monthly&filter[project]=test_echo&order_by[cost]=desc&limit=100
You'll get 4 o 5 vm with total cost 0.0
I increased the total cpu and memory on the node and all the pod limits but still not seing what could be the cause
"vm_name": "echovm", "values": [ { "vm_name": "echovm", "date": "2024-11", "cluster": "test_cost_ocp_static_cluster_0", "node": "tests-echo", "project": "test_echo", "source_uuid": [ "9189d5d6-09f3-4caf-b637-f5b5ed822f8a" ], "infrastructure": { "raw": { "value": 0.0, "units": "USD" }, "markup": { "value": 0.0, "units": "USD" }, "usage": { "value": 0.0, "units": "USD" }, "total": { "value": 0.0, "units": "USD" } }, "supplementary": { "raw": { "value": 0.0, "units": "USD" }, "markup": { "value": 0.0, "units": "USD" }, "usage": { "value": 0.0, "units": "USD" }, "total": { "value": 0.0, "units": "USD" } }, "cost": { "raw": { "value": 0.0, "units": "USD" }, "markup": { "value": 0.0, "units": "USD" }, "usage": { "value": 0.0, "units": "USD" }, "total": { "value": 0.0, "units": "USD" } }, "request": { "cpu": { "value": 5.0, "units": "Core" }, "memory": { "value": 5.0, "units": "GiB" } } } ]