(→To Do) |
|||
Line 24: | Line 24: | ||
See [[Getting started with OpenStack Nova]] for details on how to try out the packages from this repo. | See [[Getting started with OpenStack Nova]] for details on how to try out the packages from this repo. | ||
== To Do == | == Nova To Do == | ||
Some short term TODO items related to Nova | 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 | # Build minimal Fedora images for people to use when testing Nova | ||
Line 33: | Line 33: | ||
# 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] | ||
# Send the python-migrate fix upstream and request that it be cherry-picked into the Fedora package | # Send the python-migrate fix upstream and request that it 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 | ||
# [https://bugzilla.redhat.com/732442 | # Use [https://bugzilla.redhat.com/732442 the reserved 162:162 uid:gid] for the nova user | ||
# <code>no-manual-page-for-binary</code> warnings | # <code>no-manual-page-for-binary</code> warnings | ||
# Switch from sysvinit scripts to systemd units | # Switch from sysvinit scripts to systemd units | ||
== To Package == | == To Package == |
Revision as of 10:34, 23 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
- openstack-swift (done)
- openstack-nova
- openstack-glance (done)
- python-novaclient (done)
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.
- 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
- Send these trivial patches to upstream Nova
- Request that python-eventlet be updated in Fedora to the latest upstream which contains the greenpipe fix
- Send the python-migrate fix upstream and request that it be cherry-picked into the Fedora package
- Figure out what to do about ajaxterm
- SELinux policy
- Use the reserved 162:162 uid:gid for the nova user
no-manual-page-for-binary
warnings- Switch from sysvinit scripts to systemd units
To Package
- python-nova-adminclient - a Python library for Nova's admin API
- noVNC - a HTML5 VNC client
- openstack-dashboard - self service web UI for OpenStack
- openstack-melange - network information service (will be part of openstack-nova?)
- openstack-quantum - network connectivity service
- openstack-reddwarf - database as a service (will be part of openstack-nova?
- openstack-keystone - identity service
- openstack-burrow - message queue
Notes
- It may be be useful to compare OpenStack's packaging on other distributions. See the OpenStack Packaging wiki