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.
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
CentOS does not require the following steps.
On RHEL, register your system with Red Hat Subscription Management, using your Customer Portal user name and password:
# subscription-manager register --username="USERNAME" --password="PASSWORD"
Find entitlement pools containing the channels for your RHEL system:
# subscription-manager list --available
Use the pool identifiers found in the previous step to attach your RHEL entitlements:
# subscription-manager attach --pool="POOLID"
Enable required repositories:
# 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-mitaka
V RHEL stáhnete a nainstalujte RDO repozitář RPM pro povolení repozitáře OpenStack.
# yum install https://repos.fedorapeople.org/repos/openstack/openstack-mitaka/rdo-release-mitaka-6.noarch.rpm
Aktualizujte balíčky na vašem hostiteli:
# yum upgrade
Poznámka
Pokud proces aktualizace obsahuje i nové jádro, restartuje hostitele k jeho aktivaci.
Nainstalujte klienta OpenStack:
# 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.