Adding Note on SELinux for CentOS 7

As there is no maintener for the moment for selinux in the OSA project
its support was dropped. This note tells the user to disable SELinux
before the first reboot.

Change-Id: I4ab3a08172156871e19a61ff152b2f8339bfe2d3
This commit is contained in:
Mikael Loaec 2019-02-27 13:31:30 +01:00
parent a38e88ba77
commit 65b1f90a94
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