Jump to: navigation, search

Difference between revisions of "Packaging/Fedora"

(Updated Fedora upstream .repo file name.)
 
(9 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
= Fedora packages =
 
= Fedora packages =
  
RPMs for openstack-nova openstack-glance openstack-keystone and openstack-quantum from essex are available in Fedora 17.  
+
The cadence of Fedora and OpenStack releases are in sync, and so we have
 +
* Fedora 16 = Diablo
 +
* ...
 +
* Fedora 19 = Grizzly
 +
* Fedora 20 = Havana
 +
* Fedora 21 = Icehouse
 +
* Fedora 22 = Juno
 +
* etc...
  
Read more about getting started at https://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora_17
 
  
== Fedora upstream packages ==
+
For other combinations please see the [http://openstack.redhat.com/ RDO] community site
 
+
which provides RPMs for Fedora and RHEL (derivatives).<br/>
Upstream non-supported packages for Fedora 17 are also available here:
+
There you can get the current OpenStack development release RPMs for the current Fedora stable release
 
+
(for example Icehouse RPMs for Fedora 20).
http://repos.fedorapeople.org/repos/openstack/openstack-trunk/
 
 
 
To enable:
 
  yum install yum-priorities
 
  (cd /etc/yum.repos.d &&
 
  wget http://repos.fedorapeople.org/repos/openstack/openstack-trunk/fedora-openstack-trunk.repo)
 
 
 
These packages are built and tested by [[SmokeStack]] before they are posted. This repo is upstream oriented and built with RPM spec files hosted on [[GitHub]] which follow each upstream project very closely:
 
 
 
* https://github.com/fedora-openstack/openstack-nova
 
* https://github.com/fedora-openstack/openstack-python-novaclient
 
* https://github.com/fedora-openstack/openstack-glance
 
* https://github.com/fedora-openstack/openstack-python-glanceclient
 
* https://github.com/fedora-openstack/openstack-keystone
 
* https://github.com/fedora-openstack/openstack-python-keystoneclient
 
* https://github.com/fedora-openstack/openstack-swift
 
* https://github.com/fedora-openstack/openstack-python-swiftclient
 
* https://github.com/fedora-openstack/openstack-cinder
 
* https://github.com/fedora-openstack/openstack-python-cinderclient
 
 
 
RPM's in this upstream Fedora repo follow the following naming convention:
 
 
 
<generated tarball version name>-0.1-<project git commits>.<project_git_hash>_<RPM installer project git hash>
 
 
 
== Fedora 14 packages ==
 
 
 
[http://mirantis.com Mirantis] provides OpenStack Fedora packages.
 
 
 
There are two builds available:
 
 
 
* stable: http://download.mirantis.com/cactus/ – RPMs for stable cactus build
 
* hourly: http://download.mirantis.com/repo/ – RPMs for hourly builds from trunk
 
 
 
These have been built and tested with Fedora 14 release.
 
 
 
These packages are based on RHEL6 specs from https://github.com/griddynamics/openstack-rhel
 
 
 
Feel free to test these on your Fedora boxes and provide feedback on openstack-support@mirantis.com.
 

Latest revision as of 17:24, 4 August 2014

Fedora packages

The cadence of Fedora and OpenStack releases are in sync, and so we have

  • Fedora 16 = Diablo
  • ...
  • Fedora 19 = Grizzly
  • Fedora 20 = Havana
  • Fedora 21 = Icehouse
  • Fedora 22 = Juno
  • etc...


For other combinations please see the RDO community site which provides RPMs for Fedora and RHEL (derivatives).
There you can get the current OpenStack development release RPMs for the current Fedora stable release (for example Icehouse RPMs for Fedora 20).