No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
== Summary == | == Summary == | ||
<!-- A sentence or two summarizing what this feature is and what it will do. This information is used for the overall feature summary page for each release. --> | <!-- A sentence or two summarizing what this feature is and what it will do. This information is used for the overall feature summary page for each release. --> | ||
Condor Cloud provides | Condor Cloud provides an IaaS cloud implementation using Condor and the Deltacloud API. | ||
== Owner == | == Owner == | ||
Line 27: | Line 27: | ||
<!-- Expand on the summary, if appropriate. A couple sentences suffices to explain the goal, but the more details you can provide the better. --> | <!-- Expand on the summary, if appropriate. A couple sentences suffices to explain the goal, but the more details you can provide the better. --> | ||
Condor Cloud provides | Condor Cloud provides an IaaS cloud implementation based on Condor using deltacloud (http://deltacloud.org) as the front end to control the cloud. It supports multiple hosts/nodes, caching of images on each node for quicker startup, and copy on write (COW) image files so the images do not need to be copied per-instance. It uses libvirt/KVM to launch instances on the hosts and is fairly configurable. | ||
== Benefit to Fedora == | == Benefit to Fedora == |
Revision as of 22:18, 7 July 2011
Condor Cloud
Summary
Condor Cloud provides an IaaS cloud implementation using Condor and the Deltacloud API.
Owner
- Name: Ian Main
- Email: <imain@redhat.com>
Current status
- Targeted release: Fedora 16
- Last updated: 2011-07-07
- Percentage of completion: XX%
Detailed Description
Condor Cloud provides an IaaS cloud implementation based on Condor using deltacloud (http://deltacloud.org) as the front end to control the cloud. It supports multiple hosts/nodes, caching of images on each node for quicker startup, and copy on write (COW) image files so the images do not need to be copied per-instance. It uses libvirt/KVM to launch instances on the hosts and is fairly configurable.
Benefit to Fedora
Condor Cloud would give Fedora a relatively easy to setup, robust cloud IaaS solution.
Scope
The cloud itself is all up and running. The deltacloud driver would have to be merged with upstream and we will need to create a package for the configuration and scripts needed to set up condor as the backend to deltacloud.
How To Test
You will need to install the Condor package and then get the source from:
http://git.fedorahosted.org/git/?p=condor-cloud.git
There is an INSTALL document in the source, you can see it here:
http://git.fedorahosted.org/git/?p=condor-cloud.git;a=blob_plain;f=INSTALL.txt
User Experience
This cloud could be used directly by end users or as a backend for Aeolus, although there is some testing to be done there yet.
Dependencies
Mostly we depend on getting the deltacloud driver upstream, but I don't think that will be too hard.
Contingency Plan
None necessary, revert to previous release behaviour.
Documentation
It's not much but:
http://git.fedorahosted.org/git/?p=condor-cloud.git;a=blob_plain;f=DESIGN.txt
Release Notes
Condor Cloud is an IaaS cloud implementation built behind deltacloud (http://deltacloud.org).