Distribuce vydávají balíčky OpenStack jako její součást, nebo pomocí jiné metody kvůli odlišným plánům na vydávání. Tyto kroky proveďte na všech uzlech.
Poznámka
The set up of OpenStack packages described here needs to be done on all nodes: controller, compute, and Block Storage nodes.
Varování
Před pokračováním se ujistěte, že vaši hostitelé musí obsahovat nejnovější verze základních instalačních balíčků dostupných pro vaší distribuci.
Poznámka
Zakažte nebo odstraňte veškeré služby zajišťující automatické aktualizace, protože mohou zle ovlivnit vaše prostředí OpenStack.
Varování
We recommend disabling EPEL when using RDO packages due to updates
in EPEL breaking backwards compatibility. Or, preferably pin package
versions using the yum-versionlock
plugin.
Poznámka
The following steps apply to RHEL only. CentOS does not require these steps.
When using RHEL, it is assumed that you have registered your system using
Red Hat Subscription Management and that you have the
rhel-7-server-rpms
repository enabled by default.
For more information on registering the system, see the Red Hat Enterprise Linux 7 System Administrator’s Guide.
In addition to rhel-7-server-rpms
, you also need to have the
rhel-7-server-optional-rpms
, rhel-7-server-extras-rpms
, and
rhel-7-server-rh-common-rpms
repositories enabled:
# subscription-manager repos --enable=rhel-7-server-optional-rpms \
--enable=rhel-7-server-extras-rpms --enable=rhel-7-server-rh-common-rpms
On CentOS, the extras
repository provides the RPM that enables the
OpenStack repository. CentOS includes the extras
repository by
default, so you can simply install the package to enable the OpenStack
repository.
# yum install centos-release-openstack-ocata
V RHEL stáhnete a nainstalujte RDO repozitář RPM pro povolení repozitáře OpenStack.
# yum install https://rdoproject.org/repos/rdo-release.rpm
# yum upgrade
# yum install python-openstackclient
RHEL a CentOS standardně povolují SELinux. Nainstalujte balíček openstack-selinux
pro automatickou správu bezpečnostních zásad služeb OpenStack:
# yum install openstack-selinux
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.