Jump to: navigation, search

Difference between revisions of "Packaging/SUSE"

Line 30: Line 30:
 
* Andre Nähring
 
* Andre Nähring
 
* Michael Tietz
 
* Michael Tietz
 +
 +
== Usage ==
 +
 +
=== openSUSE 12.1 ===
 +
 +
First you have to import several GPG public keys:
 +
 +
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
 +
 +
Then you can add the repositories using zypper:
 +
 +
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
 +
 +
=== 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:
 +
 +
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

Revision as of 13:16, 5 April 2012

SUSE packaging

B1 Systems provides OpenStack packages for OpenSUSE and SLE through the openSUSE Build Service.

You can find all the packages in the subprojects from isv:B1-Systems:OpenStack.

Development packages (normally the latest succeeded builds from Jenkins) are located in the project isv:B1-Systems:OpenStack:devel.

Packages of milestones (isv:B1-Systems:OpenStack:milestone) and releases (isv:B1-Systems:OpenStack:release) are also available.

For all our packages we suggest to use the requirements provided in the project isv:B1-Systems:OpenStack:requirements and to not use other packages (we only test those packages).

The B1 Systems provides a technical whitepaper in german language which describes the setup of OpenStack on top of SUSE Linux Enterprise Server 11 SP1 using Diablo. The whitepaper is available here.

At the moment we provide packages for the following projects:

This packaging work is thanks to the efforts of:

Usage

openSUSE 12.1

First you have to import several GPG public keys:

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

Then you can add the repositories using zypper:

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

SLES11 SP2

First you have to import several GPG public keys:


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


Then you can add the repositories using zypper:

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