From Fedora Project Wiki

No edit summary
Line 4: Line 4:


This page tracks [[Cloud SIG|Fedora Cloud SIG]]'s effort to include OpenStack packages in Fedora.
This page tracks [[Cloud SIG|Fedora Cloud SIG]]'s effort to include OpenStack packages in Fedora.
== Test Repo ==
See [[Getting started with OpenStack Nova]] for details on how to try out the OpenStack packages on Fedora 16.


== Packages ==
== Packages ==
Line 18: Line 22:
* [https://bugzilla.redhat.com/731966 openstack-glance] (done)
* [https://bugzilla.redhat.com/731966 openstack-glance] (done)
* [https://bugzilla.redhat.com/731980 python-novaclient] (done)
* [https://bugzilla.redhat.com/731980 python-novaclient] (done)
== Test Repo ==
A yum repository with Fedora 16 test packages for Nova and Glance is available [http://repos.fedorapeople.org/repos/markmc/openstack/ here]
See [[Getting started with OpenStack Nova]] for details on how to try out the packages from this repo.


== To Package ==
== To Package ==

Revision as of 07:15, 30 August 2011

OpenStack

OpenStack consists of a number services for running IaaS clouds. They are the Object Store (Swift), Compute (Nova) and Image (Glance) services.

This page tracks Fedora Cloud SIG's effort to include OpenStack packages in Fedora.

Test Repo

See Getting started with OpenStack Nova for details on how to try out the OpenStack packages on Fedora 16.

Packages

Package Reviews

To Package

  1. python-nova-adminclient - a Python library for Nova's admin API
  2. noVNC - a HTML5 VNC client
  3. openstack-dashboard - self service web UI for OpenStack
  4. openstack-melange - network information service (will be part of openstack-nova?)
  5. openstack-quantum - network connectivity service
  6. openstack-reddwarf - database as a service (will be part of openstack-nova?
  7. openstack-keystone - identity service
  8. openstack-burrow - message queue

Notes

OpenStack in EPEL

All of the packages require python-sphinx. These all need at least this adjustment for EL6:

-BuildRequires:    python-sphinx
+%{?fedora:BuildRequires:    python-sphinx >= 1.0}
+%{?el6:BuildRequires:    python-sphinx10}

Packages in EPEL

  • openstack-swift

Packages needing to be added to EPEL