ManageIQ plugin for the Consumption provider.
See the section on pluggable providers in the ManageIQ Developer Setup
TEMPORAL CONFIGURATION
- Be in the directory that contains your
manageiq/
mkdir plugins
cd plugins
git clone [email protected]:miq-consumption/manageiq-providers-consumption
git clone [email protected]:miq-consumption/manageiq-ui-classic
cd manageiq-providers-consumption
ln -s ../../ spec/manageiq
cd ../../
echo "override_gem 'manageiq-ui-classic', :path => File.expand_path('plugins/manageiq-ui-classic', __dir__)" >> Gemfile.dev.rb
echo "gem 'manageiq-providers-consumption', :path => File.expand_path('plugins/manageiq-providers-consumption', __dir__)" >> Gemfile.dev.rb
bin/update
Active consumption tab
set in configuration/advanced
:product: :consumption: true
then restart appliance/server
The gem is available as open source under the terms of the Apache License 2.0.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request