Download


Release 2.0

NameDescriptionArchitectureDownload
Contrail-R2.0 All packages for i386 + amd64 + Docs  all targ.gz

Release 1.3

NameDescriptionArchitectureDownload
Contrail-R1.3-i386All packages contrail i386 + Docs i386tar.gz
Contrail-R1.3-amd64All packages contrail amd64 + Docsamd64tar.gz
Contrail-R1.3Individual Packages + Docsamd64 + i386tar.gz

Release 1.2

NameDescriptionArchitectureDownload
Contrail-R1.2-i386All packages contrail i386 + Docs i386tar.gz
Contrail-R1.2-amd64All packages contrail amd64 + Docsamd64tar.gz
Contrail-R1.2Individual Packages + Docsamd64 + i386tar.gz

Software Stacks

StackDescription
Contrail systemA cloud providers which exposes the Contrail federation API and the ConPaaS webapp, and provides SLA and security services.
Open Nebula cloud providerA cloud provider which exposes the API of Open Nebula.
 Other cloud providerAnother cloud provider which exposes another API (e.g. Amazon).
AdministratorThe person in charge of managing the Contrail system.

Typical Deployment

The figure below shows a typical installation of the Contrail System to provide users with a frontend to a cloud federation. Each site is represented with the contrail binary packages to be installed on it.

deployment-overview.png

Release 2.0 Binary Packages

NameDescriptionArchitectureDownload
contrail-authz-coreContrail Authz Corealldeb
contrail-authz-pipContrail Authz Pipalldeb
contrail-ca-serverContrail CA Serveralldeb
contrail-dynamic-ca-serverContrail alldeb
contrail-federationContrail Federationalldeb
contrail-federation-apiContrail Federation APIalldeb
contrail-federation-cliContrail Federation CLIalldeb
contrail-federation-dbContrail Federation Databasealldeb
contrail-federation-id-provContrail Federation ID provideralldeb
contrail-federation-id-prov-supportContrail Federation ID provider supportalldeb
contrail-federation-webContrail Federation Weballdeb
contrail-gafs-managerContrail Gafs Manageralldeb
contrail-monitoring-hubContrail Monitoring Hub Serveralldeb
contrail-oauth-asContrail Oauth-asalldeb
contrail-one-monitorContrail OpenNebula Monitoralldeb
contrail-one-sensorContrail OpenNebula Sensoralldeb
contrail-provider-accountingContrail Provider Accountingalldeb
contrail-provider-commonContrail ConPaaSalldeb
contrail-provider-headContrail ConPaaSalldeb
contrail-provider-one-headContrail Provider Head for OpenNebulaalldeb
contrail-provider-one-nodeContrail Provider Node for OpenNebulaalldeb
contrail-provider-sla-managerContrail Provider SLA Manageralldeb
contrail-provider-storage-managerContrail Provider Storage Manageralldeb
contrail-provisioning-managerContrail OpenNebula Sensoralldeb
contrail-rest-monitoringContrail REST Monitoringalldeb
contrail-safeconfigContrail safeconfigamd64deb
contrail-safeconfigContrail safeconfigi386deb
contrail-security-commonsContrail Security Commonsalldeb
contrail-sla-manager-common-toolsContrail SLA Manager Common Toolsalldeb
contrail-strongswanContrail Strongswanamd64deb
contrail-strongswanContrail Strongswani386deb
contrail-vepContrail Virtual Execution Platformalldeb
contrail-vep-cliContrail Virtual Execution Platform CLIalldeb
contrail-vep-guiContrail Virtual Execution Platform GUIalldeb
contrail-vinContrail Virtual Infrastructure Networkalldeb
scalarisScalable Distributed key-value storealldeb
scalaris-docDocumentation for scalarisalldeb
xtreemfs-backendXtreemFS serveralldeb
xtreemfs-clientXtreemFS clientamd64deb
xtreemfs-clientXtreemFS clienti386deb
xtreemfs-serverXtreemFS serveralldeb
xtreemfs-toolsXtreemFS administration toolsalldeb

Automated Updates

We provide packages repositories for supported operating systems so that Contrail hosts can be automatically updated with latest bug fixes or release.

Repositories

Contrail binary packages are available from different repositories, each having its own purpose:

NameContentTargeted Audience
ReleaseExtensively tested binary packages of Contrail, updated according to our release schedule.Contrail users who want the most stable version of Contrail.
StagingUpdated every weekend with the binary packages from the testing repository.Contrail testing team to run test campaigns during the following week.
TestingUpdated every weekday with the latest code built on Bamboo.Developers who want to test code changes early.

Host Configuration

The configuration to update contrail automatically depends of the operating system. Existing repositories are listed here, and supported operating systems are listed here.

Release R2.0 repository

Debian 6.0 Release R2.0 repository

StepsExample
  1. Edit the file /etc/apt/sources.list and add the repository URL
    2. Download the repository public key
    3. Add the key
    4. Update the local binaries list
# echo "deb http://contrail.ow2.org/repositories/binaries/release/Debian_6.0/ ./" >> /etc/apt/sources.list
# wget http://contrail.ow2.org/repositories/contrail.pub
# apt-key add contrail.pub
# aptitude update

Ubuntu 12.04 Release R2.0 repository

StepsExample
  1. Edit the file /etc/apt/sources.list and add the repository URL
    2. Download the repository public key and Add the key
    3. Update the local binaries list
# echo "deb http://contrail.ow2.org/repositories/binaries/release/xUbuntu_12.04/ ./" >> /etc/apt/sources.list
# wget -O - http://contrail.ow2.org/repositories/contrail.pub | sudo apt-key add -
# sudo apt-get update

Ubuntu 13.10 Release R2.0 repository

StepsExample
  1. Edit the file /etc/apt/sources.list and add the repository URL
    2. Download the repository public key and Add the key
    3. Update the local binaries list
# echo "deb http://contrail.ow2.org/repositories/binaries/release/xUbuntu_13.10/ ./" >> /etc/apt/sources.list
# wget -O - http://contrail.ow2.org/repositories/contrail.pub | sudo apt-key add -
# sudo apt-get update

Testing repository

Debian 6.0 Testing repository

StepsExample
  1. Edit the file /etc/apt/sources.list and add the repository URL
    2. Download the repository public key
    3. Add the key
    4. Update the local binaries list
# echo "deb http://contrail.ow2.org/repositories/binaries/testing/Debian_6.0/ ./" >> /etc/apt/sources.list
# wget http://contrail.ow2.org/repositories/contrail.pub
# apt-key add contrail.pub
# aptitude update

Ubuntu 12.04 Testing repository

StepsExample
  1. Edit the file /etc/apt/sources.list and add the repository URL
    2. Download the repository public key and Add the key
    3. Update the local binaries list
# echo "deb http://contrail.ow2.org/repositories/binaries/testing/xUbuntu_12.04/ ./" >> /etc/apt/sources.list
# wget -O - http://contrail.ow2.org/repositories/contrail.pub | sudo apt-key add -
# sudo apt-get update