Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cumulative Chargeback rates #17795

Merged

Commits on Aug 3, 2018

  1. 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.
    lpichler committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    ccee53b View commit details
    Browse the repository at this point in the history