ManageIQ/ovirt

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Ovirt

[![Gem Version](https://badge.fury.io/rb/ovirt.svg)](http://badge.fury.io/rb/ovirt)
[![CI](https://github.com/ManageIQ/ovirt/actions/workflows/ci.yaml/badge.svg)](https://github.com/ManageIQ/ovirt/actions/workflows/ci.yaml)
[![Code Climate](https://codeclimate.com/github/ManageIQ/ovirt.svg)](https://codeclimate.com/github/ManageIQ/ovirt)
[![Test Coverage](https://codeclimate.com/github/ManageIQ/ovirt/badges/coverage.svg)](https://codeclimate.com/github/ManageIQ/ovirt/coverage)

Ovirt provides a simple Object Oriented interface to the REST API of oVirt and RHEV-M servers.

## Installation

Add this line to your application's Gemfile:

    gem 'ovirt'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install ovirt

## Usage

See [examples](https://github.com/ManageIQ/ovirt/tree/master/examples) directory for usage examples.

## 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