Skip to content

ManageIQ/manageiq-providers-lenovo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4bab66 · Nov 16, 2023
Oct 31, 2023
Nov 16, 2023
Oct 5, 2023
May 4, 2022
Sep 11, 2020
Apr 23, 2021
Aug 9, 2019
Apr 26, 2023
Sep 9, 2019
Oct 5, 2023
Jul 7, 2021
Dec 11, 2018
Jan 20, 2021
Oct 21, 2021
Dec 11, 2018
Dec 11, 2018
Jul 19, 2017
Jul 19, 2017
Oct 15, 2020
Oct 15, 2020
Oct 26, 2020
Jan 28, 2022
Apr 23, 2018
Nov 16, 2023
Mar 25, 2020
Jan 20, 2017
Dec 9, 2016
Feb 6, 2022
Sep 11, 2020
Feb 5, 2022
Nov 16, 2023
Sep 18, 2023

Repository files navigation

ManageIQ::Providers::Lenovo

CI Maintainability Test Coverage

Chat

Build history for master branch

ManageIQ plugin for the Lenovo XClarity provider.

Development

See the section on plugins 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