inventory-cost-calculator¶
Attempts to calculate machine cost
Stores cost estimate in inventory/cost
For cloud costs (requires cloud/provider), will use the cloud/instance-type parameter
and lookup cost models from cloud/cost-lookup
If no specific type match is found, will use the approximate using the following formula: [RAM of machine in Gb][ram_multiple][fallback]
At this time, no action for non-cloud machines
Objects that Reference inventory-cost-calculator¶
- blueprints cost-calculator in Core Task Library as part of Tasks (declared)
- stages inventory in Core Task Library as part of Tasks (declared)
Objects used by inventory-cost-calculator¶
- templates setup.tmpl
- params cloud/provider
- params cloud/instance-type
- params cloud/cost-lookup
- params inventory/RAM
- templates prelude.ps1.tmpl