From Fedora Project Wiki

(move to OpenStack category)
m (→‎Preview repository: Simplified the command to add the OpenStack prview repo)
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
[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.
[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.


The [http://wiki.openstack.org/ReleaseNotes/Diablo Diablo] release of OpenStack was [[Features/OpenStack|included Fedora 16]]. The [http://wiki.openstack.org/EssexReleaseSchedule Essex] release is [[Features/OpenStack_Essex|included in Fedora 17]].
The [http://wiki.openstack.org/ReleaseNotes/Diablo Diablo] release of OpenStack was [[Features/OpenStack|included Fedora 16]]. The [http://wiki.openstack.org/EssexReleaseSchedule Essex] release is [[Features/OpenStack_Essex|included in Fedora 17]]. The [http://wiki.openstack.org/FolsomReleaseSchedule Folsom] release is [[Features/OpenStack_Folsom|included in Fedora 18]].


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.
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.
Line 9: Line 9:
== Getting Started ==
== Getting Started ==


See [[Getting started with OpenStack Nova]] for details on how to try out the OpenStack packages on Fedora 16.
See [[Getting started with OpenStack Nova]] for details on how to try out the OpenStack packages.


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


Currently this targets Fedora 16.
Preview packages, currently OpenStack Folsom, may be installed using yum after performing the following step:
 
curl http://repos.fedorapeople.org/repos/openstack/openstack-folsom/fedora-openstack-folsom.repo -o /etc/yum.repos.d/fedora-openstack-folsom.repo
Preview packages may be installed using yum after performing the following step:
 
<pre><nowiki>
$> cd /etc/yum.repos.d/
$> wget http://repos.fedorapeople.org/repos/apevec/openstack-preview/fedora-openstack-preview.repo
</nowiki></pre>


= OpenStack in Fedora 17 =
= OpenStack in Fedora 17 =


[[Getting_started_with_OpenStack_on_Fedora_17| Instructions for getting started with OpenStack on Fedora 17]]
[[Getting_started_with_OpenStack_on_Fedora_17| Instructions for getting started with OpenStack Essex on Fedora 17]]


The following features are proposed for Fedora 17:
= OpenStack in Fedora 18 =


* [[Features/OpenStack Essex]]
[[Features/OpenStack Folsom]] is a Fedora 18 feature, test instructions are available at [[Test_Day:2012-09-18_OpenStack]]
* [[Features/OpenStack Horizon]]
* [[Features/OpenStack Quantum]]
* [[Features/OpenStack using libguestfs]]
* [[Features/OpenStack using Oz for image building]]
* [[Features/OpenStack using virtual watchdog]]
* [[Features/OpenStack using Qpid]]


== Packages ==
== Packages ==
Line 53: Line 41:


== Package Reviews ==
== Package Reviews ==
* [https://bugzilla.redhat.com/617632 openstack-swift] (done)
* [https://bugzilla.redhat.com/707199 openstack-nova] (done)
* [https://bugzilla.redhat.com/731966 openstack-glance] (done)
* [https://bugzilla.redhat.com/735179 openstack-keystone] (done)
* [https://bugzilla.redhat.com/755033 openstack-quantum] (done)
* [https://bugzilla.redhat.com/785946 python-django-horizon] (done)
* [https://bugzilla.redhat.com/781831 python-nova-adminclient] (done)
* [https://bugzilla.redhat.com/731980 python-novaclient] (done)
* [https://bugzilla.redhat.com/785016 python-quantumclient] (done)
* [https://bugzilla.redhat.com/784910 python-keystoneclient] (done)
* [https://bugzilla.redhat.com/781858 openstack-tempo] (done)


Packaging in progress:
Packaging in progress:


* [http://wiki.openstack.org/Melange openstack-melange] - network information service (Bob Kukura)
* none open at the moment
* openvswitch userspace (Chris Wright)


== Images ==
== Images ==
Line 79: Line 54:
== To Package ==
== To Package ==


# [http://kanaka.github.com/noVNC/ noVNC] - a HTML5 VNC client
# [http://wiki.openstack.org/DatabaseAsAService openstack-reddwarf] - database as a service (will be part of openstack-nova?
# [http://wiki.openstack.org/DatabaseAsAService openstack-reddwarf] - database as a service (will be part of openstack-nova?
# [https://github.com/dellcloudedge/crowbar crowbar] - OpenStack deployment service and chef wrapper
# [https://github.com/dellcloudedge/crowbar crowbar] - OpenStack deployment service and chef wrapper
On the shelf for now:
* [http://burrow.openstack.org/ openstack-burrow] - message queue
** Burrow development seems to have halted a while back when the main dev stopped working on it


== Ubuntu ==
== Ubuntu ==
Line 97: Line 67:


== OpenStack Official Documentation ==
== OpenStack Official Documentation ==
* [http://docs.openstack.org/cactus/openstack-compute/starter/content/ OpenStack Compute Starter Guide]
* [http://docs.openstack.org/ OpenStack Manuals]
* [http://docs.openstack.org/diablo/openstack-compute/admin/content/ OpenStack Compute Administration Manual]


= OpenStack in EPEL =
= OpenStack in EPEL =


The Diablo version of openstack is in EPEL 6, supporting RHEL 6.2.
The Folsom version of OpenStack is in EPEL 6 TESTING, supporting RHEL 6.3.
Also included in these packages are backports of various fixes and
See the [[Getting started with OpenStack EPEL]] for installation and setup notes
libguestfs file injection support.


You can drill down to the latest "el6" version of each of the
You can drill down to the latest "el6" version of each of the
Line 123: Line 91:
* python-nose1.1
* python-nose1.1
* python-webob1.0
* python-webob1.0
* python-routes1.12
* python-paste-deploy1.5




[[Category:OpenStack]]
[[Category:OpenStack]]

Revision as of 12:02, 18 November 2012

OpenStack

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

The Diablo release of OpenStack was included Fedora 16. The Essex release is included in Fedora 17. The Folsom release is included in Fedora 18.

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 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. This is similar to the Virtualization Preview Repository.

Preview packages, currently OpenStack Folsom, may be installed using yum after performing the following step:

curl http://repos.fedorapeople.org/repos/openstack/openstack-folsom/fedora-openstack-folsom.repo -o /etc/yum.repos.d/fedora-openstack-folsom.repo

OpenStack in Fedora 17

Instructions for getting started with OpenStack Essex on Fedora 17

OpenStack in Fedora 18

Features/OpenStack Folsom is a Fedora 18 feature, test instructions are available at Test_Day:2012-09-18_OpenStack

Packages

Package Reviews

Packaging in progress:

  • none open at the moment

Images

Rather than recommending users to download pre-built Ubuntu images in Getting_started_with_OpenStack Nova, we should have a set of official Fedora images like Cloud_SIG/EC2_Images. These should be built using similar process to the EC2 images.

For now, we can suggest users build Fedora images using Oz.

To Package

  1. openstack-reddwarf - database as a service (will be part of openstack-nova?
  2. crowbar - OpenStack deployment service and chef wrapper

Ubuntu

Some of Ubuntu's stuff may be useful to compare against:

OpenStack Official Documentation

OpenStack in EPEL

The Folsom version of OpenStack is in EPEL 6 TESTING, supporting RHEL 6.3. See the Getting started with OpenStack EPEL for installation and setup 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.

The following ancillary EPEL packages were added/updated to support the openstack packages:

  • python-distutils-extra
  • bpython
  • python-migrate
  • python-novaclient
  • python-prettytable
  • python-greenlet
  • python-eventlet
  • python-passlib
  • python-sqlalchemy0.7
  • python-nose1.1
  • python-webob1.0
  • python-routes1.12
  • python-paste-deploy1.5