ManageIQ plugin for the DummyProvider provider.
See the section on pluggable providers in the ManageIQ Developer Setup
For quick local setup run bin/setup
, which will clone the core ManageIQ repository under the spec directory and setup necessary config files. If you have already cloned it, you can run bin/update
to bring the core ManageIQ code up to date.
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
ems = ManageIQ::Providers::DummyProvider::CloudManager.create!(:name => "dummy", :hostname => "localhost", :zone_id => Zone.default_zone.id) ems.update_authentication(:default => {:userid => "user", :password => "pw"}) ems.authentication_check
ems = ManageIQ::Providers::DummyProvider::CloudManager.first EmsRefresh.refresh(ems)
Vm.first.perf_capture "realtime" Vm.first.metrics