Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

  1. Blog
  2. Article

Mark Baker
on 14 September 2012

Now you can have your OpenStack cake and eat it*


Have you ever wanted to experiment with the latest cutting-edge cloud software, but run it on the same long-term support release of Ubuntu that you have all your other apps and services working on?

Well, now you can. Today, Canonical has released the Cloud Archive for Ubuntu 12.04 LTS Server, an online software repository from which administrators can download the latest versions of OpenStack, for use with the latest long-term support (LTS) release of Ubuntu. This is hugely significant step for OpenStack users, because it means they can now access the latest OpenStack releases and betas on a stable and supported platform that is certified with many of the leading server vendors.

As many people know, the tradition of Ubuntu Server is to release every six months, with every fourth release (or two years) being a Long Term Support (LTS) version supported for five years. The interim releases are supported for 18 months. This generally works well: businesses that require a solid infrastructure for a long period of time normally use the most recent LTS, rather than upgrading every 6-18 months.

Users often find that this predictable release schedule allows all areas of a workload lifecycle (from requirement, design, develop to deploy) to work well.  However, sometimes a key piece of the stack is needed. This leaves users in a quandary: jump to a later (non-LTS) Ubuntu release, or find something that helps solve the problem, building on the LTS release.

One way to try and address this problem is via backports. Over the years, there has been attempts to use the Ubuntu Backports repository, and also ‘blessed’ PPA’s (Personal Package Archives) or private in-house archives to provide access to later technologies backported from upstream.

With OpenStack, which underpins Ubuntu Cloud Infrastructure, we needed to think about how we would deliver the new OpenStack releases on 12.04 LTS without backporting, as using the Backports Archive would restrict the number of versions we could support concurrently (unless we opted for multiple Backport archives). OpenStack made the early decision to implement their development processes around the Ubuntu development process and to follow our release cadence. This has helped OpenStack deliver features with pace and on a deadline but crucially, it has allowed us to put continuous integration testing in place to integrate and test OpenStack code as soon as it is committed.

So with OpenStack we are now building, integrating, testing and publishing all the OpenStack milestones and stable releases on 12.04 LTS. This is a departure from our previous policy but the process for updates getting into the Ubuntu Cloud Archive has been designed to closely align with the processes that the normal Ubuntu Archive would have for Stable Release Updates.

With a fast moving technology such as OpenStack, this is hugely significant, as we see many customers testing the milestones and building seed clouds with the latest code. All this helps us find bugs and improve the code for all – which can only be a good thing.

To get access to the Ubuntu Cloud archive, please add the following entries to your /etc/apt/sources.list:

 

/etc/apt/sources.list entries:

# Public -proposed archive mimicking the SRU process, packages should bake here for at least 7 days.

#  This is also where extended testing is performed

deb  http://ubuntu-cloud.archive.canonical.com/ubuntu precise-proposed/folsom main


# The primary updates archive that users should be using

deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main


# Upstream milestone archive, this example is pinned to Folsom-1 upstream, then an example of Folsom-2.

#   This, being a snapshot, will not receive further updates.

deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom/snapshots/milestone-1 main

deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom/snapshots/milestone-2 main


* “To have your cake and eat it [too]” is an old English saying that is sometimes used to imply the desire for two incompatible things.

Related posts


Miona Aleksic
15 March 2024

LXD 5.21.0 LTS is now available

Cloud and server Article

5.21.0 LTS, the stable release of LXD, the system container and VM manager, is now available. ...


Edoardo Barbieri
24 October 2023

Canonical reaffirms 10 year LTS of Linux kernel and Ubuntu

Ubuntu Article

This post was written by Cindy Goldberg – VP of Silicon Alliances, Brett Grandbois – Ubuntu Kernel Engineering Director and Edoardo Barbieri – Real-time Kernel Product Manager at Canonical. At the 2023 Open Source Summit Europe, Linux Weekly News editor Jonathan Corbet announced that the upstream Long-term support (LTS) window for Linux k ...


Canonical
26 September 2023

CVE 우선순위 지정을 통한 오픈 소스 보안

Security Security

최근 연구에 따르면 엔터프라이즈 시장의 애플리케이션 중 96%가 오픈 소스 소프트웨어를 사용합니다. 오픈 소스 환경이 점점 더 세분화됨에 따라 조직에 대한 잠재적인 보안 취약점의 영향을 평가하는 작업이 엄청날 수 있습니다. 우분투는 가장 안전한 운영 체제 중 하나로 알려져 있습니다. 하지만 그 이유는 무엇일까요? 우분투 보안팀은 매일 알려진 취약점에 대해 업데이트된 소프트웨어 패키지를 수정하고 릴리스하기 때문에 ...