Skip to content

ManageIQ/manageiq-providers-openshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28c274f · Jan 28, 2018
Jan 18, 2018
Jan 10, 2018
Nov 6, 2017
Jul 19, 2017
Apr 21, 2017
Jan 28, 2018
Apr 20, 2017
Apr 20, 2017
Jul 19, 2017
Jul 19, 2017
Apr 20, 2017
Apr 20, 2017
Apr 20, 2017
Oct 24, 2017
Jan 2, 2018
Apr 20, 2017
Apr 20, 2017
Apr 20, 2017
Apr 20, 2017
May 22, 2017
Apr 20, 2017

Repository files navigation

manageiq-providers-openshift

Gem Version Build Status Code Climate Test Coverage Dependency Status Security

Chat Translate

ManageIQ plugin for the Openshift 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