Jump to: navigation, search

Difference between revisions of "Packaging/SUSE"

(Current OpenStack packages)
m (openSUSE distribution)
 
(21 intermediate revisions by 5 users not shown)
Line 6: Line 6:
 
== openSUSE distribution ==
 
== openSUSE distribution ==
  
OpenStack packages are part of the default openSUSE repository.
+
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 Liberty, the repository is here: http://download.opensuse.org/repositories/Cloud:/OpenStack:/Liberty/
 +
 
 +
For Mitaka, the repository is here: http://download.opensuse.org/repositories/Cloud:/OpenStack:/Mitaka/
 +
 
 +
For Newton, the repository is here: http://download.opensuse.org/repositories/Cloud:/OpenStack:/Newton/
 +
 
 +
The OpenStack client packages are part of the standard openSUSE distribution.
  
 
== Current OpenStack packages ==
 
== Current OpenStack packages ==
  
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 release for openSUSE and SUSE Linux Enterprise. 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:Kilo Cloud:OpenStack:Kilo] or [https://build.opensuse.org/project/show/Cloud:OpenStack:Liberty Cloud:OpenStack:Liberty].
 +
 
 +
These packages which can be downloaded from [http://download.opensuse.org/repositories/Cloud:/OpenStack:/ download.opensuse.org] are currently built for active openSUSE releases and SUSE Linux Enterprise 11 and later
  
Packages are created in subprojects of [https://build.opensuse.org/project/show?project=Cloud%3AOpenStack Cloud:OpenStack] named after the OpenStack release, e.g. [https://build.opensuse.org/project/show?project=Cloud%3AOpenStack%3AGrizzly Cloud:OpenStack:Grizzly].
 
  
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.
  
To install these packages, add the repository via zypper and install. For example for openSUSE 12.3 Folsom packages, do:
+
For example for openSUSE Leap 42.2 Newton packages, do:
  
   zypper ar http://download.opensuse.org/repositories/Cloud:/OpenStack:/Folsom/openSUSE_12.3/Cloud:OpenStack:Folsom.repo
+
   zypper ar -f http://download.opensuse.org/repositories/Cloud:/OpenStack:/Newton/openSUSE_Leap_42.2/Cloud:OpenStack:Newton.repo
 +
 
 +
For example for openSUSE Leap 42.1 Mitaka packages, do:
 +
 
 +
  zypper ar -f http://download.opensuse.org/repositories/Cloud:/OpenStack:/Mitaka/openSUSE_Leap_42.1/Cloud:OpenStack:Mitaka.repo
  
 
And then install the packages, e.g. with:
 
And then install the packages, e.g. with:
Line 27: Line 42:
  
 
For more information, see the [http://en.opensuse.org/Portal:OpenStack 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 [http://en.opensuse.org/Portal:OpenStack here]).
 
For more information, see the [http://en.opensuse.org/Portal:OpenStack 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 [http://en.opensuse.org/Portal:OpenStack here]).
 +
 +
Bugreports can be reported to [http://bugzilla.opensuse.org/enter_bug.cgi?product=openSUSE%20Distribution OpenSUSE Bugzilla] or to the mailing list. The openSUSE packagers can be reached via the mailing list as well.
 +
 +
There is an [http://docs.openstack.org/liberty/install-guide-obs/ OpenStack Installation Guide for openSUSE and SUSE Linux Enterprise] to guide you through a manual installation.

Latest revision as of 21:17, 18 April 2017

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 Liberty, the repository is here: http://download.opensuse.org/repositories/Cloud:/OpenStack:/Liberty/

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

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

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 release for openSUSE and SUSE Linux Enterprise. 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 or Cloud:OpenStack:Liberty.

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


To install these packages, add the repository via zypper and install.

For example for openSUSE Leap 42.2 Newton packages, do:

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

For example for openSUSE Leap 42.1 Mitaka packages, do:

 zypper ar -f http://download.opensuse.org/repositories/Cloud:/OpenStack:/Mitaka/openSUSE_Leap_42.1/Cloud:OpenStack:Mitaka.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.