Merge "Adding Note on SELinux for CentOS 7"

This commit is contained in:
Zuul 2019-02-27 14:29:54 +00:00 committed by Gerrit Code Review
commit d1c2fe7b01
2 changed files with 15 additions and 0 deletions

View File

@ -89,6 +89,14 @@ Configure CentOS
# yum upgrade
#. Disable SELinux. Edit ``/etc/sysconfig/selinux``, make sure that
``SELINUX=enforcing`` is changed to ``SELINUX=disabled``.
.. note::
SELinux enabled is not currently supported in OpenStack-Ansible
for CentOS/RHEL due to a lack of maintainers for the feature.
#. Reboot the host.
#. Ensure that the kernel version is ``3.10`` or later:

View File

@ -74,6 +74,13 @@ system packages are upgraded and then reboot into the new kernel:
# yum install git
# reboot
.. note::
Before rebooting, in ``/etc/sysconfig/selinux``, make sure that
``SELINUX=enforcing``is changed to ``SELINUX=disabled``.
SELinux enabled is not currently supported in OpenStack-Ansible
for CentOS/RHEL due to a lack of maintainers for the feature.
.. code-block:: shell-session
## openSUSE