Jump to: navigation, search

Difference between revisions of "Packaging/SUSE"

m (More information: Point to install guide for Juno)
(Update to use Kilo and openSUSE 13.2)
Line 8: Line 8:
 
OpenStack packages for openSUSE are updated daily from the respective OpenStack git branches, automatically tested and then published in an additional repository for consumption.  
 
OpenStack packages for openSUSE are updated daily from the respective OpenStack git branches, automatically tested and then published in an additional repository for consumption.  
  
For Juno, the repository is here: http://download.opensuse.org/repositories/Cloud:/OpenStack:/Juno/
+
For Kilo, the repository is here: http://download.opensuse.org/repositories/Cloud:/OpenStack:/Kilo/
  
 
The OpenStack client packages are part of the standard openSUSE distribution.
 
The OpenStack client packages are part of the standard openSUSE distribution.
Line 16: Line 16:
 
The [http://build.opensuse.org openSUSE Build Service] is used for packaging and publishing of different OpenStack versions for openSUSE and SUSE Linux Enterprise releases. It thus allows to install newer OpenStack releases.
 
The [http://build.opensuse.org openSUSE Build Service] is used for packaging and publishing of different OpenStack versions for openSUSE and SUSE Linux Enterprise releases. It thus allows to install newer OpenStack releases.
  
Packages are created in subprojects of [https://build.opensuse.org/project/show/Cloud:OpenStack Cloud:OpenStack] named after the OpenStack release, e.g. [https://build.opensuse.org/project/show/Cloud:OpenStack:Juno Cloud:OpenStack:Juno].
+
Packages are created in subprojects of [https://build.opensuse.org/project/show/Cloud:OpenStack Cloud:OpenStack] named after the OpenStack release, e.g. [https://build.opensuse.org/project/show/Cloud:OpenStack:Kilo Cloud:OpenStack:Kilo].
  
 
These packages are currently build for active openSUSE releases and SUSE Linux Enterprise 11 and can be downloaded from [http://download.opensuse.org/repositories/Cloud:/OpenStack:/ download.opensuse.org].
 
These packages are currently build for active openSUSE releases and SUSE Linux Enterprise 11 and can be downloaded from [http://download.opensuse.org/repositories/Cloud:/OpenStack:/ download.opensuse.org].
  
To install these packages, add the repository via zypper and install. For example for openSUSE 13.1 Juno packages, do:
+
To install these packages, add the repository via zypper and install. For example for openSUSE 13.2 Kilo packages, do:
  
   zypper ar -f http://download.opensuse.org/repositories/Cloud:/OpenStack:/Juno/openSUSE_13.1/Cloud:OpenStack:Juno.repo
+
   zypper ar -f http://download.opensuse.org/repositories/Cloud:/OpenStack:/Kilo/openSUSE_13.2/Cloud:OpenStack:Kilo.repo
  
 
And then install the packages, e.g. with:
 
And then install the packages, e.g. with:

Revision as of 12:43, 23 June 2015

SUSE packaging

This page describes packaging of OpenStack packages for openSUSE and SUSE Linux Enterprise.

openSUSE distribution

OpenStack packages for openSUSE are updated daily from the respective OpenStack git branches, automatically tested and then published in an additional repository for consumption.

For Kilo, the repository is here: http://download.opensuse.org/repositories/Cloud:/OpenStack:/Kilo/

The OpenStack client packages are part of the standard openSUSE distribution.

Current OpenStack packages

The openSUSE Build Service is used for packaging and publishing of different OpenStack versions for openSUSE and SUSE Linux Enterprise releases. It thus allows to install newer OpenStack releases.

Packages are created in subprojects of Cloud:OpenStack named after the OpenStack release, e.g. Cloud:OpenStack:Kilo.

These packages are currently build for active openSUSE releases and SUSE Linux Enterprise 11 and can be downloaded from download.opensuse.org.

To install these packages, add the repository via zypper and install. For example for openSUSE 13.2 Kilo packages, do:

 zypper ar -f http://download.opensuse.org/repositories/Cloud:/OpenStack:/Kilo/openSUSE_13.2/Cloud:OpenStack:Kilo.repo

And then install the packages, e.g. with:

 zypper in openstack-cinder openstack-nova

More information

For more information, see the openSUSE OpenStack portal. If you like to use OpenStack packages or join the team, please join the mailing list opensuse-cloud@opensuse.org (subscribing information is here).

Bugreports can be reported to OpenSUSE Bugzilla or to the mailing list. The openSUSE packagers can be reached via the mailing list as well.

There is an OpenStack Installation Guide for openSUSE and SUSE Linux Enterprise to guide you through a manual installation.