From Fedora Project Wiki

No edit summary
Line 74: Line 74:
= OpenStack in EPEL =
= OpenStack in EPEL =


All of the packages require python-sphinx. These all need at least this adjustment for EL6:
The Diablo version of openstack is in EPEL 6, supporting RHEL 6.2.
<pre>
Also included in these packages are backports of various fixes and
-BuildRequires:    python-sphinx
libguestfs file injection support.
+%{?fedora:BuildRequires:    python-sphinx >= 1.0}
+%{?el6:BuildRequires:    python-sphinx10}
</pre>


and to use sphinx-1.0-build instead of sphinx-build.
You can drill down here to the "el6" version of each openstack package to see,
the latest versions available and associated changes.


Packages in EPEL
http://koji.fedoraproject.org/koji/search?match=glob&type=package&terms=openstack*
* openstack-swift, 1.0.2, need to update to 1.4.3 (1.4.0 in F16)
* python-distutils-extra, needed by openstack-nova
* bpython, needed by openstack-nova
* python-migrate, spec fixed to Require: python-tempita (#748784)
** fix pushed to epel-testing 20111119 https://admin.fedoraproject.org/updates/python-migrate-0.6-5.el6


Packages needing to be added to EPEL
The following ancillary EPEL packages were added/updated to support the openstack packages:
* openstack-glance, pushed to epel-testing 20111024 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4766
 
* python-novaclient, pushed to epel-testing 20111104 https://admin.fedoraproject.org/updates/python-novaclient-2.6.1-0.5.89bzr.el6
* python-distutils-extra
** needs python-prettytable, pushed to epel-testing 20111024 https://admin.fedoraproject.org/updates/python-prettytable-0.5-2.el6
* bpython
* openstack-nova #749385 fixed in git, #748490 issue with last build https://admin.fedoraproject.org/updates/openstack-nova-2011.3-8.el6
* python-migrate
** needs adjusting to use libguestfs rather than nbd to inject files to images. #734727
* python-novaclient
** needs updated python-greenlet, pushed to epel-testing 20111031 https://admin.fedoraproject.org/updates/python-greenlet-0.3.1-6.el6
* python-prettytable
** needs updated python-eventlet, pushed to epel-testing 20111031 https://admin.fedoraproject.org/updates/python-eventlet-0.9.16-2.el6
* python-greenlet
* openstack-keystone,  Needs koji build for el6 and bodhi push
* python-eventlet
** need python-passlib, pushed to epel-testing 20111111 https://admin.fedoraproject.org/updates/python-passlib-1.5.3-1.el6
* python-passlib
* python-sqlalchemy0.7
* python-sqlalchemy0.7
** getting openstack to monkey patch RHEL's python-sqlalchemy-0.5 is too invasive
* python-nose1.1
** updating python-sqlalchemy in RHEL will not be possible until RHEL 6.3
** So in the meantime this package will be added to epel
** Package for review at https://bugzilla.redhat.com/show_bug.cgi?id=755065
** Needs python-nose1.1 to build
*** Package for review at https://bugzilla.redhat.com/show_bug.cgi?id=755139
* python-webob1.0
* python-webob1.0
** This package will be added to epel for the same reaons as python-sqlalchemy above
** Steve Traylen has sent a package for review https://bugzilla.redhat.com/show_bug.cgi?id=754848




[[Category:Cloud SIG]]
[[Category:Cloud SIG]]

Revision as of 15:54, 16 January 2012

OpenStack

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

The Diablo release of OpenStack was included Fedora 16. The Essex release will be included in Fedora 17.

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

Getting Started

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

OpenStack in Fedora 17

The following features are proposed for Fedora 17:

Packages

Package Reviews

Packaging in progress:

Images

Rather than recommending users to download pre-built Ubuntu images in Getting_started_with_OpenStack Nova, we should have a set of official Fedora images like Cloud_SIG/EC2_Images. These should be built using similar process to the EC2 images.

For now, we can suggest users build Fedora images using Oz.

To Package

  1. noVNC - a HTML5 VNC client
  2. openstack-reddwarf - database as a service (will be part of openstack-nova?
  3. crowbar - OpenStack deployment service and chef wrapper

On the shelf for now:

  • openstack-burrow - message queue
    • Burrow development seems to have halted a while back when the main dev stopped working on it

Ubuntu

Some of Ubuntu's stuff may be useful to compare against:

OpenStack in EPEL

The Diablo version of openstack is in EPEL 6, supporting RHEL 6.2. Also included in these packages are backports of various fixes and libguestfs file injection support.

You can drill down here to the "el6" version of each openstack package to see, the latest versions available and associated changes.

http://koji.fedoraproject.org/koji/search?match=glob&type=package&terms=openstack*

The following ancillary EPEL packages were added/updated to support the openstack packages:

  • python-distutils-extra
  • bpython
  • python-migrate
  • python-novaclient
  • python-prettytable
  • python-greenlet
  • python-eventlet
  • python-passlib
  • python-sqlalchemy0.7
  • python-nose1.1
  • python-webob1.0