Atom feed of this document
 

 Installing on openSUSE or SUSE Linux Enterprise Server

B1 Systems GmbH provides packages for openSUSE 12.2 and SUSE Linux Enterprise Server 11 SP2 on the openSUSE Open Build Server.

For the Grizzly release you can find the packages in the project isv:B1-Systems:OpenStack:release:Grizzly.

 SUSE Linux Enterprise Server

First of all you have to import the signing key of the repository.

# rpm --import http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/release:/Grizzly/SLE_11_SP2/repodata/repomd.xml.key
        

Now you can declare the repository to libzypp with zypper ar.

# zypper ar http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/release:/Grizzly/SLE_11_SP2/isv:B1-Systems:OpenStack:release:Grizzly.repo
Adding repository 'OpenStack Grizzly (latest stable release) (SLE_11_SP2)' [done]
Repository 'OpenStack Grizzly (latest stable release) (SLE_11_SP2)' successfully added
Enabled: Yes
Autorefresh: No
GPG check: Yes
URI: http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/release:/Grizzly/SLE_11_SP2/
        

After declaring the repository you have to update the metadata with zypper ref.

# zypper ref
[...]
Retrieving repository 'OpenStack Grizzly (latest stable release) (SLE_11_SP2)' metadata [done]
Building repository 'OpenStack Grizzly (latest stable release) (SLE_11_SP2)' cache [done]
All repositories have been refreshed.
        

You can list all available packages for OpenStack with zypper se openstack. You can install packages with zypper in PACKAGE.

[Warning]Warning

You have to apply the latest available updates for SLES11 SP2. Without doing that it's not possible to run OpenStack on SLES11 SP2. For evaluation purposes you can request a free 60 day evaluation for SLES11 SP2 to gain updates.

To verify that you use the correct Python interpreter simply check the version. You should use at least Python 2.6.8.

# python --version
Python 2.6.8
        

 openSUSE

First of all you have to import the signing key of the repository.

# rpm --import http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/release:/Grizzly/openSUSE_12.2/repodata/repomd.xml.key
        

Now you can declare the repository to libzypp with zypper ar.

# zypper ar http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/release:/Grizzly/openSUSE_12.2/isv:B1-Systems:OpenStack:release:Grizzly.repo
Adding repository 'OpenStack Grizzly (latest stable release) (openSUSE_12.2)' [done]
Repository 'OpenStack Grizzly (latest stable release) (openSUSE_12.2)' successfully added
Enabled: Yes
Autorefresh: No
GPG check: Yes
URI: http://download.opensuse.org/repositories/isv:/B1-Systems:/OpenStack:/release:/Grizzly/openSUSE_12.2/
        

After declaring the repository you have to update the metadata with zypper ref.

# zypper ref
[...]
Retrieving repository 'OpenStack Grizzly (latest stable release) (openSUSE_12.2)' metadata [done]
Building repository 'OpenStack Grizzly (latest stable release) (openSUSE_12.2)' cache [done]
All repositories have been refreshed.
        

You can list all available packages for OpenStack with zypper se openstack. You can install packages with zypper in PACKAGE.

Log a bug against this page


loading table of contents...