-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenStack-PackStack-Repository.txt
More file actions
45 lines (31 loc) · 1.22 KB
/
OpenStack-PackStack-Repository.txt
File metadata and controls
45 lines (31 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# OpenStack packages for RHEL and CentOS
### Enable PowerTools/CRB repository:
### CentOS Stream 9
# dnf install dnf-plugins-core
# dnf config-manager --set-enabled crb
### For CentOS Stream 9:
$ sudo dnf install https://www.rdoproject.org/repos/rdo-release.el9.rpm
# dnf install centos-release-openstack-zed
# ### 2023.1 Antelope
# dnf install centos-release-openstack-antelope
# ### 2023.2 Bobcat
# dnf install centos-release-openstack-bobcat
### Finalize the installation
dnf upgrade
### Enable the OpenStack repository
When installing the Victoria release, run:
# yum install centos-release-openstack-victoria
# yum config-manager --set-enabled powertools
When installing the Ussuri release, run:
# yum install centos-release-openstack-ussuri
# yum config-manager --set-enabled powertools
When installing the Train release, run:
# yum install centos-release-openstack-train
When installing the Stein release, run:
# yum install centos-release-openstack-stein
When installing the Rocky release, run:
# yum install centos-release-openstack-rocky
When installing the Queens release, run:
# yum install centos-release-openstack-queens
When installing the Pike release, run:
# yum install centos-release-openstack-pike