Skip to content

ManageIQ/manageiq-providers-ibm_cloud

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c30dacb · Mar 25, 2024
Feb 13, 2024
Mar 25, 2024
Mar 5, 2024
May 4, 2022
Sep 11, 2020
Feb 7, 2024
Aug 14, 2023
Nov 24, 2021
Jan 19, 2024
Aug 24, 2020
Feb 7, 2024
Jan 24, 2022
Mar 1, 2024
May 31, 2022
Aug 24, 2020
Aug 24, 2020
Oct 15, 2020
Oct 15, 2020
Feb 18, 2021
Jan 19, 2022
Aug 24, 2020
Mar 25, 2024
Aug 24, 2020
Sep 11, 2020
Feb 11, 2022
Aug 24, 2020
Oct 18, 2023
Mar 25, 2024
Dec 15, 2023
Sep 18, 2023

Repository files navigation

ManageIQ::Providers::IbmCloud

CI Maintainability Test Coverage

Chat

Build history for master branch

ManageIQ plugin for the IBM Cloud provider

Implementations

This provider is structured to encompass manager implementations for multiple IBM Cloud offerings:

IBM Power Systems Virtual Servers

This ManageIQ provider allows users to manage their IBM Power Systems Virtual Servers cloud landscape, seamlessly integrating it with the rest of their hybrid multicloud infrastructure.

As some background, IBM Power Systems Virtual Servers is a Power Systems infrastructure as a service (IaaS) offering with connectivity to the catalog of IBM Cloud Services that you can use to deploy a virtual server, also known as a logical partition (LPAR), in a matter of minutes. IBM Power Systems clients who have typically relied upon on-premises-only infrastructure can now quickly and economically extend their Power IT resources off-premises.

This ManageIQ provider supports the following IBM Power Systems Virtual Servers high level operations:

  • Resource discovery and inventory
  • Operational control for VMs, storage volumes and networks
  • SSH key management

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