From Fedora Project Wiki

Line 28: Line 28:
Some short term TODO items related to Nova packaging. When the package is added, these should be tracked in bugzilla.
Some short term TODO items related to Nova packaging. When the package is added, these should be tracked in bugzilla.


# Build minimal Fedora images for people to use when testing Nova
# Use [https://bugzilla.redhat.com/732442 the reserved 162:162 uid:gid] for the nova user
# Make Nova add the appropriate iptables rules so that it works with Fedora's default firewall configuration
# <code>no-manual-page-for-binary</code> warnings
# Get [https://code.launchpad.net/~markmc/nova/sqlalchemy-0.7-migration-fixes these] [https://code.launchpad.net/~markmc/nova/flat-dhcp-without-bridge-iface patches] merged upstream
# Get [https://code.launchpad.net/~markmc/nova/sqlalchemy-0.7-migration-fixes these] [https://code.launchpad.net/~markmc/nova/flat-dhcp-without-bridge-iface patches] merged upstream
# Track the [https://bugzilla.redhat.com/733238 request for python-eventlet to be updated]
# Track the [https://bugzilla.redhat.com/733238 request for python-eventlet to be updated]
# Make Nova add the appropriate iptables rules so that it works with Fedora's default firewall configuration
# Switch from sysvinit scripts to systemd units
# SELinux policy
# Figure out what to do about ajaxterm
# Figure out what to do about ajaxterm
# SELinux policy
# Build minimal Fedora images for people to use when testing Nova
# Use [https://bugzilla.redhat.com/732442 the reserved 162:162 uid:gid] for the nova user
# <code>no-manual-page-for-binary</code> warnings
# Switch from sysvinit scripts to systemd units


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

Revision as of 09:30, 25 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.

Packages

Package Reviews

Test Repo

A yum repository with Fedora 16 test packages for Nova and Glance is available here

See Getting started with OpenStack Nova for details on how to try out the packages from this repo.

Nova To Do

Some short term TODO items related to Nova packaging. When the package is added, these should be tracked in bugzilla.

  1. Use the reserved 162:162 uid:gid for the nova user
  2. no-manual-page-for-binary warnings
  3. Get these patches merged upstream
  4. Track the request for python-eventlet to be updated
  5. Make Nova add the appropriate iptables rules so that it works with Fedora's default firewall configuration
  6. Switch from sysvinit scripts to systemd units
  7. SELinux policy
  8. Figure out what to do about ajaxterm
  9. Build minimal Fedora images for people to use when testing Nova

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