1. Current stable release 5.2

Installation

  • OMF 5.2 Installation Guide OMF 5.2 Installation guide for Ubuntu/Debian. This is our most recent installation document for the current stable release.
  • Inventory Description: This is a detailed description of the tables and fields for the Inventory. This should help testbed operators to set up their own Inventory database.

Download

  • Binary packages of our current stable release for Debian/Ubuntu are always available from our repository. Just append the following line to your /etc/apt/sources.list and run apt-get update :
deb http://pkg.mytestbed.net/ubuntu karmic/
  • OMF is divided into 3 basic packages, omf-aggmgr, omf-expctl and omf-resctl. These packages have been tested against Debian 5.0 (Lenny) and Ubuntu 9.04 (Jaunty).
  • Alternatively, the current stable release can also be obtained from our repository (source:branches/release-5.2). To retrieve the code via git, run:
git clone git://git.mytestbed.net/omf.git -b release-5.2

2. "Bleeding edge" development release

  • Code from our development master can be retrieved from the git repository by running:
git clone git://git.mytestbed.net/omf.git
  • Warning: the code in the git master has not been fully tested. It may be unstable, buggy, unusable and unpredictable. In fact, it might ruin your day. So don't use it!
  • We are infrequently building packages based on the trunk for our internal development. Those can be accessed by appending the following line to your /etc/apt/sources.list :
deb http://pkg.mytestbed.net/ubuntu testing/

3. Outdated release 5.1

Installation

  • OMF 5.1 Installation Guide OMF 5.1 Installation guide for Ubuntu/Debian. This is a historic installation document for the old stable release.

Download

  • This release includes the following software:
    • Node Handler v4.4
    • Node Agent v4.4
    • Grid Services v2.2
  • It can be obtained from our git repository. To check it out, run:
git clone git://git.mytestbed.net/omf.git -b release-1.3 omf-5.1

Some old outdated installation documents are kept on a separate page for archival purpose. Please do NOT use them as reference for the stable release!