openstack-manuals/doc/install-guide/source/environment-packages-ubuntu.rst
Seongsoo Cho 1d9a7ca2f1 Add Caracal ubuntu repository in packages document
Add Caracal ubuntu repository in openstack packages document.
Caracal also doesn't support 24.04 yet, so I specified 22.04

Change-Id: I058c9b4c981e3a9c897795985004b8536e183602
2024-10-07 22:07:35 +09:00

2.6 KiB

OpenStack packages for Ubuntu

Ubuntu releases OpenStack with each Ubuntu release. Ubuntu LTS releases are provided every two years. OpenStack packages from interim releases of Ubuntu are made available to the prior Ubuntu LTS via the Ubuntu Cloud Archive.

Note

The archive enablement described here needs to be done on all nodes that run OpenStack services.

Archive Enablement

OpenStack 2024.1 Caracal for Ubuntu 22.04 LTS:

# add-apt-repository cloud-archive:caracal

OpenStack 2023.2 Bobcat for Ubuntu 22.04 LTS:

# add-apt-repository cloud-archive:bobcat

OpenStack 2023.1 Antelope for Ubuntu 22.04 LTS:

# add-apt-repository cloud-archive:antelope

OpenStack Zed for Ubuntu 22.04 LTS:

# add-apt-repository cloud-archive:zed

OpenStack Yoga for Ubuntu 22.04 LTS:

OpenStack Yoga is available by default using Ubuntu 22.04 LTS.

OpenStack Yoga for Ubuntu 20.04 LTS:

# add-apt-repository cloud-archive:yoga

OpenStack Xena for Ubuntu 20.04 LTS:

# add-apt-repository cloud-archive:xena

OpenStack Wallaby for Ubuntu 20.04 LTS:

# add-apt-repository cloud-archive:wallaby

OpenStack Victoria for Ubuntu 20.04 LTS:

# add-apt-repository cloud-archive:victoria

OpenStack Ussuri for Ubuntu 20.04 LTS:

OpenStack Ussuri is available by default using Ubuntu 20.04 LTS.

OpenStack Ussuri for Ubuntu 18.04 LTS:

# add-apt-repository cloud-archive:ussuri

OpenStack Train for Ubuntu 18.04 LTS:

# add-apt-repository cloud-archive:train

OpenStack Stein for Ubuntu 18.04 LTS:

# add-apt-repository cloud-archive:stein

OpenStack Rocky for Ubuntu 18.04 LTS:

# add-apt-repository cloud-archive:rocky

OpenStack Queens for Ubuntu 18.04 LTS:

OpenStack Queens is available by default using Ubuntu 18.04 LTS.

Note

For a full list of supported Ubuntu OpenStack releases, see "Ubuntu OpenStack release cycle" at https://www.ubuntu.com/about/release-cycle.

Sample Installation

# apt install nova-compute

Client Installation

# apt install python3-openstackclient