Skip to content

garnaizd/manageiq-providers-consumption

 
 

Repository files navigation

manageiq-providers-consumption

Gem Version Build Status Code Climate Test Coverage Dependency Status Security

Chat Translate

ManageIQ plugin for the Consumption provider.

Development

See the section on pluggable providers in the ManageIQ Developer Setup

TEMPORAL CONFIGURATION

  1. Be in the directory that contains your manageiq/
  2. mkdir plugins
  3. cd plugins
  4. git clone [email protected]:miq-consumption/manageiq-providers-consumption
  5. git clone [email protected]:miq-consumption/manageiq-ui-classic
  6. cd manageiq-providers-consumption
  7. ln -s ../../ spec/manageiq
  8. cd ../../
  9. echo "override_gem 'manageiq-ui-classic', :path => File.expand_path('plugins/manageiq-ui-classic', __dir__)" >> Gemfile.dev.rb
  10. echo "gem 'manageiq-providers-consumption', :path => File.expand_path('plugins/manageiq-providers-consumption', __dir__)" >> Gemfile.dev.rb
  11. bin/update

Active consumption tab

set in configuration/advanced

:product: :consumption: true

then restart appliance/server

License

The gem is available as open source under the terms of the Apache License 2.0.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Alternative consumption-chargeback for ManageIQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%