From Fedora Project Wiki

(add python-passlib notes)
(65 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.


OpenStack is to be promoted as a [[Features/OpenStack|Fedora 16 Feature]].
Historically, Fedora and OpenStack releases have been matching 1:1:


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 includes OpenStack Kilo.


== Getting Started ==
Starting with OpenStack Liberty, this mapping was not possible to maintain anymore due to schedule skew and too many changes in dependencies upstream.
The [https://www.rdoproject.org/ RDO Project] maintains OpenStack packages for Enterprise Linux distributions, but these are no longer available for Fedora.


See [[Getting started with OpenStack Nova]] for details on how to try out the OpenStack packages on Fedora 16.
= OpenStack Official Documentation =
 
* [http://docs.openstack.org/ OpenStack Manuals]
== 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)]
* [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)]
* [https://admin.fedoraproject.org/pkgdb/acls/name/openstack-keystone openstack-keystone] [https://bugzilla.redhat.com/buglist.cgi?component=openstack-keystone&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED (bugs)]
** Keystone needs python-passlib now, packaged 2011-10-18.
 
 
== 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/731980 python-novaclient] (done)
* [https://bugzilla.redhat.com/735179 openstack-keystone] (done)
 
== ToDo ==
 
Prepare for F16 test day:
 
* [https://bugzilla.redhat.com/734346 SELinux policy for Nova]
* Investigate existing test suites
* Experiment with Keystone configuration
* [https://bugzilla.redhat.com/734351 Downloadable Fedora images]
* Try using cloud-init with OpenStack
 
Notable bugs:
 
* [https://bugzilla.redhat.com/741225 Figure out how to handle DB migrations in package updates]
* [https://bugzilla.redhat.com/740456 Cannot terminate instance after compute node reboot]
* [https://bugzilla.redhat.com/732692 Get correct version of python-xattr included in Fedora for glance image caching]
* See also the "bugs" links with each of the packages above
 
Packaging:
 
* Dashboard
* Quantum
* VNC console/ajaxterm
* See also the "to package" list below
 
Integration with Aeolus:
 
* Deltacloud driver for OpenStack 1.1 API
* Image factory support for uploading to OpenStack
 
Misc project ideas:
 
* Fedora package builds of trunk in upstream's CI system
* Image building service based on Oz
* Use libguestfs for file injection
* Use Qpid instead of RabbitMQ
 
== 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 [[Getting_started_with_OpenStack_Nova#Building_an_Image_With_Oz|suggest]] users build Fedora images using [http://aeolusproject.org/oz.html Oz].
 
== To Package ==
 
# [https://launchpad.net/nova-adminclient python-nova-adminclient] - a Python library for Nova's admin API
# [https://github.com/rackspace/Tempo tempo] - a cron service; will be required by Nova in the Essex release
# [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://burrow.openstack.org/ openstack-burrow] - message queue
# [https://github.com/dellcloudedge/crowbar crowbar] - OpenStack deployment service and chef wrapper
 
== Notes ==
 
* Upstream bugs tagged with [https://bugs.launchpad.net/nova/+bugs?field.tag=diablo-backport diablo-backport] are good candidates for cherry-picking
* It may be be useful to compare OpenStack's packaging on other distributions. See [http://wiki.openstack.org/Packaging the OpenStack Packaging wiki]
* It may also be good to join [https://lists.ubuntu.com/mailman/listinfo/openstack-packaging Ubuntu's OpenStack packaging mailing list]
* [http://uec-images.ubuntu.com/oneiric/current/ Ubuntu's Cloud Images]


= OpenStack in EPEL =
= OpenStack in EPEL =


All of the packages require python-sphinx.  These all need at least this adjustment for EL6:
The OpenStack Folsom was retired from EPEL 6.
<pre>
Please visit [https://rdoproject.org/Quickstart RDO project] for running OpenStack on EL platforms.
-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.
 
Packages 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, pushed to epel-testing 20110831 https://admin.fedoraproject.org/updates/python-distutils-extra-2.29-1.el6
** need bpython, pushed to epel-testing 20110901 https://admin.fedoraproject.org/updates/bpython-0.9.7.1-3.el6
* openstack-keystone
** need python-passlib, pending Fedora release 2011-10-18
 
= OpenStack in Fedora 15 =
 
Packages in Fedora 15
* openstack-swift
 
Packages needing to be added to Fedora 15
* 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


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

Revision as of 20:25, 7 September 2017

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. The RDO Project maintains OpenStack packages for Enterprise Linux distributions, but these are no longer available for Fedora.

OpenStack Official Documentation

OpenStack in EPEL

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