From Fedora Project Wiki

No edit summary
(80 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.
* Fedora 21 includes OpenStack Icehouse.
* Fedora 22 includes OpenStack Juno.
* Fedora 23 will include OpenStack Kilo, packages to test on F21/22 are available via RDO https://rdoproject.org/Quickstart


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


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


== Packages ==
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://admin.fedoraproject.org/pkgdb/acls/name/openstack-swift openstack-swift] [https://bugzilla.redhat.com/buglist.cgi?component=openstack-swift&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED (bugs)]
= Preview repository =
* [https://admin.fedoraproject.org/pkgdb/acls/name/openstack-glance openstack-glance] [https://bugzilla.redhat.com/buglist.cgi?component=openstack-glance&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED (bugs)]
* [https://admin.fedoraproject.org/pkgdb/acls/name/openstack-nova openstack-nova] [https://bugzilla.redhat.com/buglist.cgi?component=openstack-nova&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED (bugs)]
* [https://admin.fedoraproject.org/pkgdb/acls/name/python-novaclient python-novaclient] [https://bugzilla.redhat.com/buglist.cgi?component=python-novaclient&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED (bugs)]


== Package Reviews ==
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]].


* [https://bugzilla.redhat.com/617632 openstack-swift] (done)
Preview packages, may be installed from the
* [https://bugzilla.redhat.com/707199 openstack-nova] (done)
[http://repos.fedorapeople.org/repos/openstack/ side repository]
* [https://bugzilla.redhat.com/731966 openstack-glance] (done)
using [[dnf|DNF]] or [[yum|YUM]] after downloading the appropriate .repo file to /etc/yum.repos.d
* [https://bugzilla.redhat.com/731980 python-novaclient] (done)


== Images ==
= Test days =


Rather than recommending users to download pre-built Ubuntu images in [[Getting_started_with_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.
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.


For now, we can [[Getting_started_with_OpenStack_Nova#Building_an_Image_With_Oz|suggest]] users build Fedora images using [http://aeolusproject.org/oz.html Oz]. These images suffer from not the fact that [https://bugzilla.redhat.com/734727 Nova can't inject SSH keys into LVM based images].
* [[Test_Day:2012-09-18_OpenStack|Fedora 18 (Folsom)]]


== To Package ==
= Packages =


# [https://launchpad.net/nova-adminclient python-nova-adminclient] - a Python library for Nova's admin API
You can query all [https://apps.fedoraproject.org/packages/s/openstack Fedora OpenStack packages]
# [http://kanaka.github.com/noVNC/ noVNC] - a HTML5 VNC client
and drill down there to builds, bugs, source, etc.
# [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
# [https://github.com/dellcloudedge/crowbar crowbar] - OpenStack deployment service and chef wrapper


== Notes ==
= Images =


* It may be be useful to compare OpenStack's packaging on other distributions. See [http://wiki.openstack.org/Packaging the OpenStack Packaging wiki]
Download offical Fedora 19 cloud images from http://cloud.fedoraproject.org/.


= OpenStack in EPEL =


All of the packages require python-sphinx. These all need at least this adjustment for EL6:
Also users can build their own cloud images [[Getting_started_with_OpenStack_Nova#Building_an_Image_With_Oz|using Oz]].
<pre>
-BuildRequires:    python-sphinx
+%{?fedora:BuildRequires:    python-sphinx >= 1.0}
+%{?el6:BuildRequires:    python-sphinx10}
</pre>


and to use sphinx-1.0-build instead of sphinx-build.
= OpenStack Official Documentation =
* [http://docs.openstack.org/ OpenStack Manuals]


Packages in EPEL
= OpenStack in EPEL =
* openstack-swift
 
Packages needing to be added to EPEL
* openstack-glance (fixed in git, needs build)
* python-novaclient (fixed in git, needs build)
* openstack-nova
** needs python-distutils-extra >= 2.18, branched by fab 2011/08/30, building "soon".
** needs bpython not yet in epel (fedora maintainer is not participating in epel, requests an epel maintainer take it please)
 
= OpenStack in Fedora 15 =


Packages in Fedora 15
The OpenStack Folsom was retired from EPEL 6.
* openstack-swift
Please visit [https://rdoproject.org/Quickstart RDO project] for running OpenStack on EL platforms.


Packages needing to be added to Fedora 15
= Links =
* openstack-glance
* python-novaclient
* openstack-nova
* python-eventlet
* python-prettytable
* corrected libvirt
** from [http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=e5f3b90e97] - fix for wrong console permissions


Notes
* [[Quantum]]
* /etc/init.d scripts return FAILED even though the service has actually started some of the time.


[[Category:Cloud SIG]]
[[Category:OpenStack]]

Revision as of 09:53, 8 October 2015

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 DNF or 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 Folsom was retired from EPEL 6. Please visit RDO project for running OpenStack on EL platforms.

Links