ManageIQ


ManageIQ is an open source cloud management platform. It was founded by Red Hat as a community project in 2014, and forms the basis for its CloudForms product. It allows centralized management of various virtualization, private cloud, public cloud, containers, and software defined networking technologies.

Features

ManageIQ offers the following capabilities
ManageIQ can manage the following platforms:
Platform typeSupported platforms
VirtualizationVMware vSphere, oVirt, System Center Virtual Machine Manager
Private CloudOpenStack, LenovoXClarity
Public CloudAmazon Web Services, Microsoft Azure, Google Cloud Platform
Software defined networkingOpenStack Neutron
ContainersKubernetes, OpenShift Origin
Automation/configurationAnsible Tower, Foreman

Theory of operation

ManageIQ is a manager of managers and as such it needs to connect to other management systems to function. These other management systems are called providers in ManageIQ parlance. ManageIQ will connect to the providers via their API.
For each configured provider, ManageIQ will continuously discover inventory. The type of inventory depends on the provider, for example in the case of VMware vSphere it will be virtual machines, hypervisors, and other relevant elements. It will also discover relationships between the elements, for example the fact that a virtual machine runs on a hypervisor, and listen for events. Certain events that indicate a change in the environment will result in a full or partial refresh of the inventory. The end result is a mirror of the inventory that is nearly instantaneously up to date with respect to the original inventory managed by the provider.
If configured to do so, ManageIQ will also capture metrics like CPU and memory usage on the discovered inventory.
All captured information about a managed environment is stored in a database called the Virtual Management Database . As of March 2016, the VMDB schema described in excess of 200 entities and relationships.

Architecture

ManageIQ is written in the Ruby language and uses the Ruby on Rails framework. The ManageIQ software is shipped as a pre-built virtual appliance, roughly 1GB in size. The appliance is based on the CentOS operating system, and includes an embedded PostgreSQL database. Since the Darga release, a container based version has also been made available.
An appliance can be used on its own, or it can be part of a three-tier federated architecture. In this case the operator would configure zones, regions and a single super-region. Appliances can be assigned to a specific zone or region, and are configured with specific roles so that work is coordinated with the region. Most roles are multi-master and distribute work automatically via a queue, but some roles like the database are singletons.

Releases

The ManageIQ project uses a time based release cycle where a new version is released approximately every 6 months.
Releases are named after chess grandmasters, where subsequent releases names start with consecutive letters of the alphabet. The following versions have been released so far:
Release nameRelease dateNew features introduced
Anand2 September 2014First open source release of the ManageIQ, Inc. code base
Botvinnik12 June 2015Support for OpenStack undercloud, Foreman; improved AWS support; REST API supersedes SOAP API
Capablanca5 December 2015Support for Azure, Kubernetes, OpenShift; new self-service UI
Darga7 June 2016Support for Google Cloud Platform, Ansible Tower; Software defined networking support for Neutron, public clouds
Euwe20 December 2016Support for new provider types Storage and Middleware; improved Container Management and Public Cloud Support
Fine17 May 2017Automation with Ansible, improved AWS support including storage, new Physical Infrastructure provider type
Gaprindashvili30 January 2018Generic Objects, Lenovo XClarity Provider, Alerts Management
Hammer15 January 2019Support for Ansible Tower Workflows, New Network Providers for Nuage and Redfish, virtual-to-virtual transformations
Ivanchuk18 September 2019Improved user experience, leveraging ansible-runner, better OpenStack tenant integration

History

The ManageIQ code base was originally developed by ManageIQ, Inc., from 2006 onwards. The product was first launched as Enterprise Virtualization Manager Suite in 2007. Over the next 5 years ManageIQ steadily improved the product and got more customers. ManageIQ, Inc. was named Gartner Cool Vendor in 2008.
In December 2012, Red Hat announced that it had entered into a definitive agreement to acquire ManageIQ, Inc. After the acquisition, Red Hat released the ManageIQ, Inc. code under the CloudForms product name, where it replaced the previous implementation based on the Deltacloud and Aeolus projects. The first publicly available release was CloudForms 3.0, released in late 2013. In June 2014, Red Hat open sourced the code base under the project name ManageIQ, and founded the ManageIQ project to steward its ongoing development as an open source community.