Drop remaining reference to openSUSE
Installation guide for oepnSUSE and SLES was removed due to removal of their OpenStack packages. Also drop explicit mention of RHEL/CentOS versions from the description common for at least CentOS Stream 9. Change-Id: I8555b8ea5ac5dcc07112773c2d4e9668e038d859 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -75,7 +75,7 @@ The web console can be configured in Bare Metal service in the following way:
|
||||
|
||||
sudo apt-get install shellinabox
|
||||
|
||||
RHEL8/CentOS8/Fedora::
|
||||
RHEL/CentOS/Fedora::
|
||||
|
||||
sudo dnf install shellinabox
|
||||
|
||||
@@ -90,7 +90,7 @@ The web console can be configured in Bare Metal service in the following way:
|
||||
|
||||
sudo apt-get install openssl
|
||||
|
||||
RHEL8/CentOS8/Fedora::
|
||||
RHEL/CentOS/Fedora::
|
||||
|
||||
sudo dnf install openssl
|
||||
|
||||
@@ -231,7 +231,7 @@ Serial consoles can be configured in the Bare Metal service as follows:
|
||||
|
||||
sudo apt-get install socat
|
||||
|
||||
RHEL8/CentOS8/Fedora::
|
||||
RHEL/CentOS/Fedora::
|
||||
|
||||
sudo dnf install socat
|
||||
|
||||
|
||||
@@ -101,10 +101,6 @@ environment on most current distributions.
|
||||
|
||||
sudo dnf install python3-devel openssl-devel python3-pip mysql-devel libxml2-devel libxslt-devel git git-review libffi-devel gettext ipmitool psmisc graphviz gcc libjpeg-turbo-devel qemu-img
|
||||
|
||||
- openSUSE/SLE::
|
||||
|
||||
sudo zypper install git git-review libffi-devel libmysqlclient-devel libopenssl-devel libxml2-devel libxslt-devel python3-devel python-nose python3-pip gettext-runtime psmisc qemu-img
|
||||
|
||||
To run the tests locally, it is a requirement that your terminal emulator
|
||||
supports unicode with the ``en_US.UTF8`` locale. If you use locale-gen to
|
||||
manage your locales, make sure you have enabled ``en_US.UTF8`` in
|
||||
|
||||
@@ -99,10 +99,6 @@ a MySQL server on it all the time).
|
||||
sudo dnf install mariadb mariadb-server
|
||||
sudo systemctl start mariadb.service
|
||||
|
||||
openSUSE/SLE::
|
||||
sudo zypper install mariadb
|
||||
sudo systemctl start mysql.service
|
||||
|
||||
If using MySQL, you need to create the initial database::
|
||||
|
||||
mysql -u root -pMYSQL_ROOT_PWD -e "create schema ironic"
|
||||
|
||||
@@ -29,7 +29,7 @@ Configure the Bare Metal service for cleaning
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
Fedora/RHEL8/CentOS8/SUSE:
|
||||
Fedora/RHEL/CentOS:
|
||||
sudo systemctl restart openstack-ironic-conductor
|
||||
|
||||
Ubuntu:
|
||||
|
||||
@@ -137,7 +137,7 @@ service's controller nodes and compute nodes.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
Fedora/RHEL8/CentOS8/SUSE:
|
||||
Fedora/RHEL/CentOS:
|
||||
sudo systemctl restart openstack-nova-scheduler
|
||||
|
||||
Ubuntu:
|
||||
@@ -148,7 +148,7 @@ service's controller nodes and compute nodes.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
Fedora/RHEL8/CentOS8/SUSE:
|
||||
Fedora/RHEL/CentOS:
|
||||
sudo systemctl restart openstack-nova-compute
|
||||
|
||||
Ubuntu:
|
||||
|
||||
@@ -81,10 +81,6 @@ set up on the Bare Metal service nodes which run the ``ironic-conductor``.
|
||||
|
||||
sudo dnf install tftp-server xinetd
|
||||
|
||||
SUSE::
|
||||
|
||||
sudo zypper install tftp xinetd
|
||||
|
||||
#. Using xinetd to provide a tftp server setup to serve ``/tftpboot``.
|
||||
Create or edit ``/etc/xinetd.d/tftp`` as below::
|
||||
|
||||
@@ -109,7 +105,7 @@ set up on the Bare Metal service nodes which run the ``ironic-conductor``.
|
||||
|
||||
sudo service xinetd restart
|
||||
|
||||
Fedora/RHEL8/CentOS8/SUSE::
|
||||
Fedora/RHEL8/CentOS8::
|
||||
|
||||
sudo systemctl restart xinetd
|
||||
|
||||
@@ -153,9 +149,6 @@ the PXE UEFI environment.
|
||||
|
||||
sudo dnf install grub2-efi shim
|
||||
|
||||
SUSE::
|
||||
|
||||
sudo zypper install grub2-x86_64-efi shim
|
||||
|
||||
#. Copy grub and shim boot loader images to ``/tftpboot`` directory:
|
||||
|
||||
@@ -174,10 +167,6 @@ the PXE UEFI environment.
|
||||
sudo cp /boot/efi/EFI/centos/shim.efi /tftpboot/bootx64.efi
|
||||
sudo cp /boot/efi/EFI/centos/grubx64.efi /tftpboot/grubx64.efi
|
||||
|
||||
SUSE::
|
||||
|
||||
sudo cp /usr/lib64/efi/shim.efi /tftpboot/bootx64.efi
|
||||
sudo cp /usr/lib/grub2/x86_64-efi/grub.efi /tftpboot/grubx64.efi
|
||||
|
||||
#. Update the bare metal node with ``boot_mode:uefi`` capability in
|
||||
node's properties field. See :ref:`boot_mode_support` for details.
|
||||
@@ -257,12 +246,6 @@ on the Bare Metal service node(s) where ``ironic-conductor`` is running.
|
||||
|
||||
dnf install ipxe-bootimgs
|
||||
|
||||
.. note::
|
||||
SUSE does not provide a package containing iPXE boot images. If you are
|
||||
using SUSE or if the packaged version of the iPXE boot image doesn't
|
||||
work, you can download a prebuilt one from http://boot.ipxe.org or build
|
||||
one image from source, see http://ipxe.org/download for more information.
|
||||
|
||||
.. note::
|
||||
The Ironic project is unaware of any vendor signed iPXE binaries to enable
|
||||
use of iPXE with Secure Boot, unless you have implemented your own Secure
|
||||
@@ -374,7 +357,7 @@ on the Bare Metal service node(s) where ``ironic-conductor`` is running.
|
||||
|
||||
#. Restart the ``ironic-conductor`` process:
|
||||
|
||||
Fedora/RHEL8/CentOS8/SUSE::
|
||||
Fedora/RHEL/CentOS::
|
||||
|
||||
sudo systemctl restart openstack-ironic-conductor
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ provisioning will happen in a multi-tenant environment (which means using the
|
||||
#. Restart the ironic-conductor and ironic-api services after the
|
||||
modifications:
|
||||
|
||||
- Fedora/RHEL8/CentOS8::
|
||||
- Fedora/RHEL/CentOS::
|
||||
|
||||
sudo systemctl restart openstack-ironic-api
|
||||
sudo systemctl restart openstack-ironic-conductor
|
||||
|
||||
@@ -34,7 +34,7 @@ It can be enabled by making the following changes to ``/etc/glance/glance-api.co
|
||||
|
||||
#. Restart the glance-api service::
|
||||
|
||||
Fedora/RHEL8/CentOS8/SUSE:
|
||||
Fedora/RHEL/CentOS:
|
||||
sudo systemctl restart openstack-glance-api
|
||||
|
||||
Debian/Ubuntu:
|
||||
@@ -86,7 +86,7 @@ To enable secure HTTPS communication between Bare Metal service and Image servic
|
||||
|
||||
#. Restart ironic-conductor service::
|
||||
|
||||
Fedora/RHEL8/CentOS8/SUSE:
|
||||
Fedora/RHEL/CentOS:
|
||||
sudo systemctl restart openstack-ironic-conductor
|
||||
|
||||
Debian/Ubuntu:
|
||||
|
||||
Reference in New Issue
Block a user