forked from ManageIQ/manageiq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cumulative calculation to chargeback for tagged resources
It is possible to assign chargeback rates to more tags from various tag categories (ManageIQ/manageiq-ui-classic#4310). It will cause costs for each rate will be added up. Example: VM has tag department/it and enviroment/test Rate 1 is assigned to tag department/it Rate 2 is assigned to tag enviroment/test Then if checkbox from (ManageIQ/manageiq-ui-classic#4310) will turn on it will add costs from Rate 1 and Rate 2 together. cost = Rate 1 + Rate 1 But metric value will not be doubled.
- Loading branch information
Showing
4 changed files
with
203 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters