Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 2.51 KB

File metadata and controls

41 lines (27 loc) · 2.51 KB

manageiq-providers-dummy_provider

Gem Version CI Code Climate Test Coverage

Chat Translate

Build history for master branch

ManageIQ plugin for the DummyProvider provider.

Development

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.

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

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