From Fedora Project Wiki

(Update Fedora:OpenStack mapping and remove obsolete info)
(114 intermediate revisions by 14 users not shown)
Line 1: Line 1:
= OpenStack =
= OpenStack =


[http://openstack.org OpenStack] consists of a number services for running IaaS clouds. They are the Object Store (Swift), Compute (Nova) and Image (Glance) services.
[http://openstack.org OpenStack] consists of a number services for running IaaS clouds. This includes Object Store (Swift), Compute (Nova) and Image (Glance) services, among others.


This page tracks [[Cloud SIG|Fedora Cloud SIG]]'s effort to include OpenStack packages in Fedora.
Historically, Fedora and OpenStack releases have been matching 1:1:


== Packages ==
* Fedora 16 [[Features/OpenStack|includes OpenStack Diablo]]
* Fedora 17 [[Features/OpenStack_Essex|includes OpenStack Essex]]
* Fedora 18 [[Features/OpenStack_Folsom|includes OpenStack Folsom]]
* Fedora 19 [[Features/OpenStack_Grizzly|includes OpenStack Grizzly]]
* Fedora 20 includes OpenStack Havana.
* Fedora 21 includes OpenStack Icehouse.
* Fedora 22 includes OpenStack Juno.
* Fedora 23 includes OpenStack Kilo.


* [https://admin.fedoraproject.org/pkgdb/acls/name/openstack-swift openstack-swift]
Starting with OpenStack Liberty, this mapping was not possible to maintain anymore due to schedule skew and too many changes in dependencies upstream. Hence OpenStack package maintainers team is now keeping only the latest OpenStack development release available for Fedora in RDO Trunk repositories from https://rdoproject.org/


== Package Reviews ==
For running OpenStack in production, RDO team recommends EL based packages, see https://rdoproject.org/ for details.


* [https://bugzilla.redhat.com/617632 openstack-swift] (done)
= OpenStack Official Documentation =
* [https://bugzilla.redhat.com/707199 openstack-nova]
* [http://docs.openstack.org/ OpenStack Manuals]
* [https://bugzilla.redhat.com/731966 openstack-glance]
* [https://bugzilla.redhat.com/731980 openstack-novaclient]


== Test Repo ==
= OpenStack in EPEL =


A yum repository with Fedora 16 test packages for Nova and Glance is available [http://repos.fedorapeople.org/repos/markmc/openstack/ here]
The OpenStack Folsom was retired from EPEL 6.
Please visit [https://rdoproject.org/Quickstart RDO project] for running OpenStack on EL platforms.


See [[Getting started with OpenStack Nova]] for details on how to try out the packages from this repo.
[[Category:OpenStack]]
 
== To Do ==
 
Some short term TODO items related to Nova  and Glance 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 [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
# 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
# Get the [http://pypi.python.org/pypi/xattr correct version of python-xattr] included in Fedora so that glance image caching can be used
# Figure out what to do about ajaxterm
# SELinux policy
# [https://bugzilla.redhat.com/732442 uidgid] reservation for swift, glance and nova
# logrotate config for glance
 
== To Package ==
 
# [https://launchpad.net/nova-adminclient python-nova-adminclient] - a Python library for Nova's admin API
# [http://kanaka.github.com/noVNC/ noVNC] - a HTML5 VNC client
# [http://wiki.openstack.org/OpenStackDashboard openstack-dashboard] - self service web UI for OpenStack
# [http://wiki.openstack.org/Melange openstack-melange] - network information service (will be part of openstack-nova?)
# [http://wiki.openstack.org/Quantum openstack-quantum] - network connectivity service
# [http://wiki.openstack.org/DatabaseAsAService openstack-reddwarf] - database as a service (will be part of openstack-nova?
# [http://wiki.openstack.org/KeystoneR1 openstack-keystone] - identity service
# [http://burrow.openstack.org/ openstack-burrow] - message queue
 
== Notes ==
 
* It may be be useful to compare OpenStack's packaging on other distributions. See [http://wiki.openstack.org/Packaging the OpenStack Packaging wiki]
 
[[Category:Cloud SIG]]

Revision as of 10:42, 11 March 2016

OpenStack

OpenStack consists of a number services for running IaaS clouds. This includes Object Store (Swift), Compute (Nova) and Image (Glance) services, among others.

Historically, Fedora and OpenStack releases have been matching 1:1:

Starting with OpenStack Liberty, this mapping was not possible to maintain anymore due to schedule skew and too many changes in dependencies upstream. Hence OpenStack package maintainers team is now keeping only the latest OpenStack development release available for Fedora in RDO Trunk repositories from https://rdoproject.org/

For running OpenStack in production, RDO team recommends EL based packages, see https://rdoproject.org/ for details.

OpenStack Official Documentation

OpenStack in EPEL

The OpenStack Folsom was retired from EPEL 6. Please visit RDO project for running OpenStack on EL platforms.