From Fedora Project Wiki

Line 30: Line 30:
# Build minimal Fedora images for people to use when testing Nova
# Build minimal Fedora images for people to use when testing Nova
# Make Nova add the appropriate iptables rules so that it works with Fedora's default firewall configuration
# Make Nova add the appropriate iptables rules so that it works with Fedora's default firewall configuration
# Send these [https://raw.github.com/markmc/openstack-fedora-specs/8ae43c4b/SOURCES/nova-do-not-require-bridge_interface-for-flatdhcpmanager.patch trivial] [https://raw.github.com/markmc/openstack-fedora-specs/8ae43c4b/SOURCES/nova-fix-flavorid-migration-failure.patch patches] to upstream Nova
# 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
# Request that python-eventlet be updated in Fedora to the latest upstream which contains [https://answers.launchpad.net/nova/+faq/1485 the greenpipe fix]
# Request that python-eventlet be updated in Fedora to the latest upstream which contains [https://answers.launchpad.net/nova/+faq/1485 the greenpipe fix]
# Request that [http://code.google.com/p/sqlalchemy-migrate/issues/detail?id=128 the python-migrate fix] be cherry-picked into the Fedora package
# Figure out what to do about ajaxterm
# Figure out what to do about ajaxterm
# SELinux policy
# SELinux policy

Revision as of 08:42, 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. Build minimal Fedora images for people to use when testing Nova
  2. Make Nova add the appropriate iptables rules so that it works with Fedora's default firewall configuration
  3. Get these patches merged upstream
  4. Request that python-eventlet be updated in Fedora to the latest upstream which contains the greenpipe fix
  5. Figure out what to do about ajaxterm
  6. SELinux policy
  7. Use the reserved 162:162 uid:gid for the nova user
  8. no-manual-page-for-binary warnings
  9. Switch from sysvinit scripts to systemd units

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