所以我想打包堆叠。概念验证云。按照本指南https://www.rdoproject.org/install/packstack/
为 Centos 7 构建。我有这个。
[root@tbgn ~]# cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
因此我运行安装程序。
[root@tbgn ~]# yum install -y centos-release-openstack-rocky
Loaded plugins: fastestmirror, replace
Loading mirror speeds from cached hostfile
* base: centos.mirrors.ovh.net
* centosplus: mirror.centos.org
* epel: ewr.edge.kernel.org
* ius: archive.linux.duke.edu
* updates: centos.mirrors.ovh.net
No package centos-release-openstack-rocky available.
Error: Nothing to do
找不到包。医生说我需要额外的包。建议使用订阅管理器。
-bash: subscription-manager: command not found
好的。问了问周围的人。同事说我需要额外的。
[root@tbgn ~]# yum repolist all | grep extra
C7.0.1406-extras/x86_64 CentOS-7.0.1406 - Extras disabled
C7.1.1503-extras/x86_64 CentOS-7.1.1503 - Extras disabled
C7.2.1511-extras/x86_64 CentOS-7.2.1511 - Extras disabled
C7.3.1611-extras/x86_64 CentOS-7.3.1611 - Extras disabled
C7.4.1708-extras/x86_64 CentOS-7.4.1708 - Extras disabled
!extras/7/x86_64 CentOS-7 - Plus disabled
extras-source/7 CentOS-7 - Extras Sources disabled
我只有 plus。它被禁用了。启用 plus。同样的问题。
我如何获得额外内容?