Jump to: navigation, search

Difference between revisions of "Packaging/SUSE"

(SLE --> SUSE Linux Enterprise Server (not all SLE products))
m (openSUSE distribution)
 
(36 intermediate revisions by 10 users not shown)
Line 1: Line 1:
__NOTOC__
+
 
 
= SUSE packaging =
 
= SUSE packaging =
[http://www.b1-systems.de/index.php?lang=en B1 Systems] provides OpenStack packages for [http://www.opensuse.org/en/ OpenSUSE] and [http://www.suse.com/products/server/ SUSE Linux Enterprise Server (SLES)] through the [https://build.opensuse.org/ openSUSE Build Service].
 
 
You can find all the packages in the [https://build.opensuse.org/project/subprojects?project=isv%3AB1-Systems%3AOpenStack subprojects] from [https://build.opensuse.org/project/show?project=isv%3AB1-Systems%3AOpenStack isv:B1-Systems:OpenStack].
 
 
Development packages (using snapshots from the git repositories) are located in the project [https://build.opensuse.org/project/show?project=isv%3AB1-Systems%3AOpenStack%3Adevel isv:B1-Systems:OpenStack:devel].
 
 
Packages for the latest stable release (Essex) are available in the project [https://build.opensuse.org/project/show?project=isv:B1-Systems:OpenStack:release:Essex isv:B1-Systems:OpenStack:release:Essex].
 
 
At the moment we provide packages for the following projects:
 
 
* keystone: [[OpenStack]] Identity Service
 
* glance: [[OpenStack]] Image Service
 
* nova: [[OpenStack]] Compute
 
* horizon: [[OpenStack]] Dashboard
 
* swift: [[OpenStack]] Object Storage
 
* quantuum: [[OpenStack]] Virtual Network Service
 
* melange: [[OpenStack]] Network Information Service
 
 
This packaging work is thanks to the efforts of:
 
 
* Stefan Seyfried
 
* [[ChristianBerendt|Christian Berendt]]
 
* Andre Nähring
 
* Michael Tietz
 
 
== Usage ==
 
 
After adding our repositories like described here and running <code><nowiki>zypper ref</nowiki></code> you can find all openstack packages by searching for "openstack" (<code><nowiki>zypper search openstack</nowiki></code>)
 
 
=== openSUSE 12.1 ===
 
 
First you have to import several GPG public keys:
 
 
 
<pre><nowiki>
 
rpm --import http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/release:/Essex/openSUSE_12.1/repodata/repomd.xml.key
 
rpm --import http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/release:/Essex:/requirements/openSUSE_12.1/repodata/repomd.xml.key
 
</nowiki></pre>
 
 
 
Then you can add the repositories using zypper:
 
 
 
<pre><nowiki>
 
zypper ar http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/release:/Essex/openSUSE_12.1/isv:B1-Systems:OpenStack:release:Essex.repo
 
zypper ar http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/release:/Essex:/requirements/openSUSE_12.1/isv:B1-Systems:OpenStack:release:Essex:requirements.repo
 
</nowiki></pre>
 
 
 
=== SLES11 SP2 ===
 
 
First you have to import several GPG public keys:
 
 
 
<pre><nowiki>
 
rpm --import http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/release:/Essex/SLE_11_SP2/repodata/repomd.xml.key
 
rpm --import http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/release:/Essex:/requirements/SLE_11_SP2/repodata/repomd.xml.key
 
</nowiki></pre>
 
 
 
Then you can add the repositories using zypper:
 
 
 
<pre><nowiki>
 
zypper ar http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/release:/Essex/SLE_11_SP2/isv:B1-Systems:OpenStack:release:Essex.repo
 
zypper ar http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/release:/Essex:/requirements/SLE_11_SP2/isv:B1-Systems:OpenStack:release:Essex:requirements.repo
 
</nowiki></pre>
 
 
 
=== RabbitMQ ===
 
 
You can find an up to date version of RabbitMQ in the project "isv:B1-Systems:[[OpenStack]]:tools:rabbitmq" for SLES11 SP2 and openSUSE 12.1. Add the public GPG key and the repository on your queuing system this way:
 
 
==== openSUSE 12.1 ====
 
 
 
<pre><nowiki>
 
rpm --import http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/tools:/rabbitmq/openSUSE_12.1/repodata/repomd.xml.key
 
zypper ar http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/tools:/rabbitmq/openSUSE_12.1/isv:B1-Systems:OpenStack:tools:rabbitmq.repo
 
</nowiki></pre>
 
 
 
==== SLES11 SP2 ====
 
 
 
<pre><nowiki>
 
rpm --import http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/tools:/rabbitmq/SLE_11_SP2/repodata/repomd.xml.key
 
zypper ar http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/tools:/rabbitmq/SLE_11_SP2/isv:B1-Systems:OpenStack:tools:rabbitmq.repo
 
</nowiki></pre>
 
  
 +
This page describes packaging of OpenStack packages for openSUSE and SUSE Linux Enterprise.
  
== Python @ SLES11 SP2 ==
+
== openSUSE distribution ==
  
NOTE: SUSE officially fixed the problem with the unicode keyword arguments and upgraded python from 2.6.0 to 2.6.8. You have to use at least the following versions of python and python-base to not run in problems while using [[OpenStack]] on SLES11 SP2.
+
OpenStack packages for openSUSE are updated daily from the respective OpenStack git branches, automatically tested and then published in an additional repository for consumption.  
  
* python-2.6.8-0.13.1
+
For Liberty, the repository is here: http://download.opensuse.org/repositories/Cloud:/OpenStack:/Liberty/
* python-base-2.6.8-0.13.1
 
  
For the problem with the ident of threads is a patch available: https://bugs.launchpad.net/nova/+bug/971629. It's included in our [[OpenStack]] packages.
+
For Mitaka, the repository is here: http://download.opensuse.org/repositories/Cloud:/OpenStack:/Mitaka/
  
To verify that your python interpreter on SLES11 SP2 is usable without problems you can simply run the follwing script. If you got an exception running the script apply the latest updates and check the versions of python and python-base.
+
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.
  
<pre><nowiki>
+
== Current OpenStack packages ==
#!/usr/bin/python
 
  
## vim: set syn=on ts=4 sw=4 sts=0 noet foldmethod=indent:
+
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.
## purpose: check if python interpreter contains blocking issues for OpenStack
 
## copyright: B1 Systems GmbH <info@b1-systems.de>, 2012.
 
## license: GPLv3+, http://www.gnu.org/licenses/gpl-3.0.html
 
## author: Christian Berendt <berendt@b1-systems.de>, 2012.
 
  
print "test if keyword arguments with unicode keys are working without problems"
+
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].
print "expected result: {u'key': 'value'}"
 
print
 
  
def testing(**kwargs):
+
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
    print kwargs
 
  
try:
 
    testing(**{u'key': 'value'})
 
except TypeError:
 
    print "ERROR: catched TypeError, keyword arguments with unicode keys are NOT working"
 
  
</nowiki></pre>
+
To install these packages, add the repository via zypper and install.
  
 +
For example for openSUSE Leap 42.2 Newton packages, do:
  
If everything is fine you should receive a similiar output:
+
  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:
  
<pre><nowiki>
+
  zypper ar -f http://download.opensuse.org/repositories/Cloud:/OpenStack:/Mitaka/openSUSE_Leap_42.1/Cloud:OpenStack:Mitaka.repo
test if keyword arguments with unicode keys are working without problems
 
expected result: {u'key': 'value'}
 
  
{u'key': 'value'}
+
And then install the packages, e.g. with:
</nowiki></pre>
 
  
 +
  zypper in openstack-cinder openstack-nova
  
If the issues are still there the output would look like this one:
+
== More information ==
  
 +
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]).
  
<pre><nowiki>
+
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.
test if keyword arguments with unicode keys are working without problems
 
expected result: {u'key': 'value'}
 
  
ERROR: catched TypeError, keyword arguments with unicode keys are NOT working
+
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.
</nowiki></pre>
 

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.