From Fedora Project Wiki

(109 intermediate revisions by 13 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.
* 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, packages to test on F19 are available via RDO http://openstack.redhat.com/Quickstart
* Fedora 21 will include OpenStack Icehouse.


== Packages ==
This page tracks [[Cloud SIG|Fedora Cloud SIG]]'s effort to maintain OpenStack in Fedora. See our [[OpenStack_status_reports|periodic status reports]] for an insight into what's been happening.


* [https://admin.fedoraproject.org/pkgdb/acls/name/openstack-swift openstack-swift]
= Getting Started =


== Package Reviews ==
See [[Getting started with OpenStack Nova]], [[Getting started with OpenStack on Fedora 17]] or [[Getting started with OpenStack EPEL]] for details on how to try out the OpenStack packages.


* [https://bugzilla.redhat.com/617632 openstack-swift] (done)
= Preview repository =
* [https://bugzilla.redhat.com/707199 openstack-nova]
* [https://bugzilla.redhat.com/731966 openstack-glance]
* [https://bugzilla.redhat.com/731980 openstack-novaclient]


== Test Repo ==
OpenStack has a preview repository, allowing Fedora N-1 users to try out OpenStack packages from the latest Fedora release etc. This is similar to the [[Virtualization Preview Repository]].


A yum repository with Fedora 16 test packages for Nova and Glance is available [http://repos.fedorapeople.org/repos/markmc/openstack/ here]
Preview packages, may be installed from the
[http://repos.fedorapeople.org/repos/openstack/ side repository]
using yum after downloading the appropriate .repo file to /etc/yum.repos.d


See [[Getting started with OpenStack Nova]] for details on how to try out the packages from this repo.
= Test days =


== Nova To Do ==
Fedora OpenStack test days are very useful both to test new packages and
as a quick way to get up to speed on the various OpenStack components.


Some short term TODO items related to Nova packaging. When the package is added, these could be tracked in bugzilla.
* [[Test_Day:2012-09-18_OpenStack|Fedora 18 (Folsom)]]


# Build minimal Fedora images for people to use when testing Nova
= Packages =
# 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


== To Package ==
You can query all [https://apps.fedoraproject.org/packages/s/openstack Fedora OpenStack packages]
and drill down there to builds, bugs, source, etc.


# [https://launchpad.net/nova-adminclient python-nova-adminclient] - a Python library for Nova's admin API
= Images =
# [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 ==
Download offical Fedora 19 cloud images from http://cloud.fedoraproject.org/.


* 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]]
Also users can build their own cloud images [[Getting_started_with_OpenStack_Nova#Building_an_Image_With_Oz|using Oz]].
 
= OpenStack Official Documentation =
* [http://docs.openstack.org/ OpenStack Manuals]
 
= OpenStack in EPEL =
 
The OpenStack in EPEL 6 is Folsom, supporting RHEL 6.3.
See the [[Getting started with OpenStack EPEL]] for installation and setup notes
 
Using Foreman to manage Openstack, see the [[How_to_Deploy_Openstack_on_RHEL6_using_Foreman]] notes
 
You can drill down to the latest "el6" version of each of the
[http://koji.fedoraproject.org/koji/search?match=glob&type=package&terms=openstack* openstack packages]
to see, the latest versions available and associated changes.
 
= Links =
 
* [[Quantum]]
 
[[Category:OpenStack]]

Revision as of 11:31, 19 December 2013

OpenStack

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 Fedora Cloud SIG's effort to maintain OpenStack in Fedora. See our periodic status reports for an insight into what's been happening.

Getting Started

See Getting started with OpenStack Nova, Getting started with OpenStack on Fedora 17 or Getting started with OpenStack EPEL for details on how to try out the OpenStack packages.

Preview repository

OpenStack has a preview repository, allowing Fedora N-1 users to try out OpenStack packages from the latest Fedora release etc. This is similar to the Virtualization Preview Repository.

Preview packages, may be installed from the side repository using yum after downloading the appropriate .repo file to /etc/yum.repos.d

Test days

Fedora OpenStack test days are very useful both to test new packages and as a quick way to get up to speed on the various OpenStack components.

Packages

You can query all Fedora OpenStack packages and drill down there to builds, bugs, source, etc.

Images

Download offical Fedora 19 cloud images from http://cloud.fedoraproject.org/.


Also users can build their own cloud images using Oz.

OpenStack Official Documentation

OpenStack in EPEL

The OpenStack in EPEL 6 is Folsom, supporting RHEL 6.3. See the Getting started with OpenStack EPEL for installation and setup notes

Using Foreman to manage Openstack, see the How_to_Deploy_Openstack_on_RHEL6_using_Foreman notes

You can drill down to the latest "el6" version of each of the openstack packages to see, the latest versions available and associated changes.

Links