Paket OpenStack untuk Ubuntu

Ubuntu merilis OpenStack dengan setiap rilis Ubuntu. Rilis Ubuntu LTS disediakan setiap dua tahun. Paket OpenStack dari rilis sementara Ubuntu disediakan untuk Ubuntu LTS sebelumnya melalui Ubuntu Cloud Archive.

Catatan

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

Archive Enablement

OpenStack 2025.1 Epoxy for Ubuntu 24.04 LTS:

# add-apt-repository cloud-archive:epoxy

OpenStack 2024.2 Dalmatian for Ubuntu 24.04 LTS:

# add-apt-repository cloud-archive:dalmatian

OpenStack 2024.1 Caracal for Ubuntu 24.04 LTS:

OpenStack Caracal is available by default using Ubuntu 24.04 LTS.

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.

Catatan

Untuk daftar lengkap rilis OpenStack Ubuntu yang didukung, lihat "Ubuntu OpenStack release cycle" pada https://www.ubuntu.com/about/release-cycle.

Sample Installation

For example, Nova service can be installed on compute or control node as follows:

# apt install nova-compute

Client Installation

The openstack client is the CLI for openstack operations and is installed as follows:

# apt install python3-openstackclient