VersionTracking

Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2019-06-26 21:31:08
Size: 2094
Editor: petermatulis
Comment:
Revision 7 as of 2019-07-11 16:22:23
Size: 2587
Editor: corey.bryant
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Ubuntu and OpenStack release a new version every six months at approximately the same time. Every release of !OpenStack is available in the Ubuntu Archive of the Ubuntu release that it corresponds to, and is also backported and available in the prior Ubuntu LTS release via the Ubuntu Cloud Archive (UCA). For more details on this, see [[https://wiki.ubuntu.com/OpenStack/CloudArchive|Ubuntu Cloud Archive]]. Ubuntu and !OpenStack release a new version every six months at approximately the same time. Therefore, each Ubuntu release includes a new !OpenStack release by default. Each !OpenStack release is also backported to the previous LTS via the Ubuntu Cloud Archive (UCA).

For example, Ubuntu Disco includes Stein by default. Stein is also backported to Bionic via the Stein UCA.

For a package to land in the Stein UCA it lands in Disco first and then is backported to the Stein UCA, ie: disco->stein-staging->stein-proposed->stein-updates, which is also how you can read these reports.

Note: Technically, and to be more specific, package updates land in this order: 1. disco-proposed, 2. stein-staging, 3. stein-proposed, 4. disco-updates, 5. stein-updates. However when Disco reaches end-of-life, Stein package updates will be uploaded directly to the Stein UCA.
Line 17: Line 23:
 1. Corresponding Ubuntu release (ie. released or updates pocket)
 1. UCA staging PPA - used for staging packages updates (add-apt-repository ppa:ubuntu-cloud-archive/newton-staging)
 1. UCA proposed pocket - used for testing package updates (add-apt-repository cloud-archive:newton-proposed)
 1. UCA updates pocket - released packages (add-apt-repository cloud-archive:newton).

1. Corresponding Ubuntu release (i.e. standard Ubuntu archive; updates pocket)
 1. UCA staging PPA - used for staging packages updates (`sudo add-apt-repository ppa:ubuntu-cloud-archive/train-staging`)
 1. UCA proposed pocket - used for testing package updates (`sudo add-apt-repository cloud-archive:stein-proposed`)
 1. UCA updates pocket - released packages (`sudo add-apt-repository cloud-archive:stein`).

Ubuntu OpenStack Version Tracking

Ubuntu and OpenStack release a new version every six months at approximately the same time. Therefore, each Ubuntu release includes a new OpenStack release by default. Each OpenStack release is also backported to the previous LTS via the Ubuntu Cloud Archive (UCA).

For example, Ubuntu Disco includes Stein by default. Stein is also backported to Bionic via the Stein UCA.

For a package to land in the Stein UCA it lands in Disco first and then is backported to the Stein UCA, ie: disco->stein-staging->stein-proposed->stein-updates, which is also how you can read these reports.

Note: Technically, and to be more specific, package updates land in this order: 1. disco-proposed, 2. stein-staging, 3. stein-proposed, 4. disco-updates, 5. stein-updates. However when Disco reaches end-of-life, Stein package updates will be uploaded directly to the Stein UCA.

Version tracking reports are continuously published for each OpenStack release, showing the current package versions that are available for the corresponding Ubuntu release and those that are available for the prior Ubuntu LTS release via UCA pockets:

The columns in these reports show the current package version for:

  1. Corresponding Ubuntu release (i.e. standard Ubuntu archive; updates pocket)
  2. UCA staging PPA - used for staging packages updates (sudo add-apt-repository ppa:ubuntu-cloud-archive/train-staging)

  3. UCA proposed pocket - used for testing package updates (sudo add-apt-repository cloud-archive:stein-proposed)

  4. UCA updates pocket - released packages (sudo add-apt-repository cloud-archive:stein).

OpenStack/VersionTracking (last edited 2022-03-31 02:55:27 by petermatulis)