Bug 1123600

Summary: [RFE][nova]: Granular compute service for hypervisor manager
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/nova/+spec/granular-compute
Whiteboard: upstream_milestone_none upstream_definition_new upstream_status_unknown
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:05:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description RHOS Integration 2014-07-27 04:01:49 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/granular-compute.

Description:

Hypervisor manager is the management software which controls hypervisors running on different hosts. Besides physical hosts, hypervisor manager usually has its abstract definition of the compute resource it can manage. The abstract compute resource can be the whole pool of hosts managed by a hypervisor manager, or a pool which consists of several physical hosts, or an individual physical host, or a set of isolated CPU cores and memory within one host. Every type of those compute resource can be individually manipulated for VM provisioning.
Traditionally, Nova compute is the model of a physical host. This blueprint attempts to enable Nova to manipulate the abstract compute resource via hypervisor manager. This way, every type of compute resource can become a 'host' managed by Nova. It provides a very flexible and granular way for Nova to provision and schedule the VM.

Specification URL (additional information):

None