From Fedora Project Wiki

Line 26: Line 26:
== Nova To Do ==
== Nova To Do ==


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 which should be resolved before package inclusion. See [https://bugzilla.redhat.com/707199 bug #707199]:
 
# Builds are failing in Koji because of a [http://koji.fedoraproject.org/koji/getfile?taskID=3307949&name=build.log Sphinx segfault]
# Add logrotate/polkit <code>Requires:</code>
# Don't have files owned by the nobody group; the nova group is the appropriate one
# Move CA cert creation to the initscripts
 
Some longer term items which can be tracked in bugzilla after the package has been included:


# <code>no-manual-page-for-binary</code> warnings
# Get [https://code.launchpad.net/~markmc/nova/flat-dhcp-without-bridge-iface this patch] merged upstream
# Get [https://code.launchpad.net/~markmc/nova/flat-dhcp-without-bridge-iface this patch] merged upstream
# Make Nova add the appropriate iptables rules so that it works with Fedora's default firewall configuration
# Add tmpfiles.d configuration
# Switch from sysvinit scripts to systemd units
# Switch from sysvinit scripts to systemd units
# SELinux policy
# SELinux policy
# Figure out what to do about ajaxterm
# Make Nova add the appropriate iptables rules so that it works with Fedora's default firewall configuration
# Figure out what to do about ajaxterm - can we use the system version?
# <code>no-manual-page-for-binary</code> warnings - file bug upstream
# Build minimal Fedora images for people to use when testing Nova
# Build minimal Fedora images for people to use when testing Nova



Revision as of 10:16, 29 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 which should be resolved before package inclusion. See bug #707199:

  1. Builds are failing in Koji because of a Sphinx segfault
  2. Add logrotate/polkit Requires:
  3. Don't have files owned by the nobody group; the nova group is the appropriate one
  4. Move CA cert creation to the initscripts

Some longer term items which can be tracked in bugzilla after the package has been included:

  1. Get this patch merged upstream
  2. Add tmpfiles.d configuration
  3. Switch from sysvinit scripts to systemd units
  4. SELinux policy
  5. Make Nova add the appropriate iptables rules so that it works with Fedora's default firewall configuration
  6. Figure out what to do about ajaxterm - can we use the system version?
  7. no-manual-page-for-binary warnings - file bug upstream
  8. 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