<> ||<>|| == The Ubuntu Cloud Tools Archive == Canonical's Ubuntu Cloud Tools Archive provides the latest stable releases of tooling related to best practice management of Ubuntu Cloud Infrastructure on Ubuntu 12.04 LTS; this currently includes: * MAAS - Metal-as-a-Service * Juju - Service Orchestration for Ubuntu The archive also includes new and upgraded dependencies to support these tools. == How to Enable and Use == You'll first need to add the Cloud Archive GPG key into your ubuntu-keyring by running the following command: {{{ sudo apt-get install ubuntu-cloud-keyring }}} Next, to get access to the Ubuntu Cloud archive, please add the following entries to your /etc/apt/sources.list: {{{ # The primary updates archive that users should be using deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/cloud-tools main # Public -proposed archive mimicking the SRU process for extended testing. # Packages should bake here for at least 7 days. #deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-proposed/cloud-tools main }}}