Remove installation guide for openSUSE/SLES
openSUSE stopped providing OpenStack packages some time ago. Co-authored-by: Takashi Kajinami <kajinamit@oss.nttdata.com> Change-Id: Ib9688b348568f2b2cecdf6e001cbe26f9876df29
This commit is contained in:
@@ -12,7 +12,7 @@ Bare Metal service comes with an example file for configuring the
|
||||
|
||||
#. Install the apache service:
|
||||
|
||||
Fedora/RHEL8/CentOS8::
|
||||
Fedora/RHEL9/CentOS 9::
|
||||
|
||||
sudo dnf install httpd
|
||||
|
||||
@@ -20,16 +20,11 @@ Bare Metal service comes with an example file for configuring the
|
||||
|
||||
apt-get install apache2
|
||||
|
||||
SUSE::
|
||||
|
||||
zypper install apache2
|
||||
|
||||
|
||||
#. Download the ``etc/apache2/ironic`` file from the
|
||||
`Ironic project tree <https://opendev.org/openstack/ironic/raw/branch/master/etc/apache2/ironic>`_
|
||||
and copy it to the apache sites:
|
||||
|
||||
Fedora/RHEL8/CentOS8::
|
||||
Fedora/RHEL9/CentOS 9::
|
||||
|
||||
sudo cp etc/apache2/ironic /etc/httpd/conf.d/ironic.conf
|
||||
|
||||
@@ -37,11 +32,6 @@ Bare Metal service comes with an example file for configuring the
|
||||
|
||||
sudo cp etc/apache2/ironic /etc/apache2/sites-available/ironic.conf
|
||||
|
||||
SUSE::
|
||||
|
||||
sudo cp etc/apache2/ironic /etc/apache2/vhosts.d/ironic.conf
|
||||
|
||||
|
||||
#. Edit the recently copied ``<apache-configuration-dir>/ironic.conf``:
|
||||
|
||||
#. Modify the ``WSGIDaemonProcess``, ``APACHE_RUN_USER`` and
|
||||
@@ -61,7 +51,7 @@ Bare Metal service comes with an example file for configuring the
|
||||
#. Stop and disable the ironic-api service. If ironic-api service is
|
||||
started, the port will be occupied. Apache will fail to start:
|
||||
|
||||
Fedora/RHEL8/CentOS8/SUSE::
|
||||
Fedora/RHEL9/CentOS 9::
|
||||
|
||||
sudo systemctl stop openstack-ironic-api
|
||||
sudo systemctl disable openstack-ironic-api
|
||||
@@ -73,7 +63,7 @@ Bare Metal service comes with an example file for configuring the
|
||||
|
||||
#. Enable the apache ``ironic`` in site and reload:
|
||||
|
||||
Fedora/RHEL8/CentOS8::
|
||||
Fedora/RHEL9/CentOS 9::
|
||||
|
||||
sudo systemctl reload httpd
|
||||
|
||||
@@ -82,10 +72,6 @@ Bare Metal service comes with an example file for configuring the
|
||||
sudo a2ensite ironic
|
||||
sudo service apache2 reload
|
||||
|
||||
SUSE::
|
||||
|
||||
sudo systemctl reload apache2
|
||||
|
||||
.. note::
|
||||
The file ``ironic-api-wsgi`` is automatically generated by pbr and is
|
||||
available in `IRONIC_BIN` directory. It should not be modified.
|
||||
|
||||
@@ -124,7 +124,7 @@ Configuring ironic-api service
|
||||
|
||||
#. Restart the ironic-api service:
|
||||
|
||||
RHEL/CentOS/SUSE::
|
||||
RHEL/CentOS::
|
||||
|
||||
sudo systemctl restart openstack-ironic-api
|
||||
|
||||
|
||||
@@ -262,7 +262,7 @@ Configuring ironic-conductor service
|
||||
|
||||
#. Restart the ironic-conductor service:
|
||||
|
||||
RHEL/CentOS/SUSE::
|
||||
RHEL/CentOS::
|
||||
|
||||
sudo systemctl restart openstack-ironic-conductor
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ Configuring ironic-novncproxy service
|
||||
|
||||
#. Restart the ironic-novncproxy service:
|
||||
|
||||
RHEL/CentOS/SUSE::
|
||||
RHEL/CentOS::
|
||||
|
||||
sudo systemctl restart openstack-ironic-novncproxy
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ resources and low number of nodes to handle.
|
||||
|
||||
#. Stop existing services if they are already started:
|
||||
|
||||
RHEL/CentOS/SUSE::
|
||||
RHEL/CentOS::
|
||||
|
||||
sudo systemctl stop openstack-ironic-api
|
||||
sudo systemctl stop openstack-ironic-conductor
|
||||
@@ -41,7 +41,7 @@ resources and low number of nodes to handle.
|
||||
|
||||
#. Start or restart the ironic service:
|
||||
|
||||
RHEL/CentOS/SUSE::
|
||||
RHEL/CentOS::
|
||||
|
||||
sudo systemctl restart openstack-ironic
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
============================================================
|
||||
Install and configure for openSUSE and SUSE Linux Enterprise
|
||||
============================================================
|
||||
|
||||
The contents has been migrated to the common location - see :doc:`install`.
|
||||
@@ -32,14 +32,13 @@ More installation projects are developed by other OpenStack teams:
|
||||
|
||||
install-rdo.rst
|
||||
install-ubuntu.rst
|
||||
install-obs.rst
|
||||
|
||||
.. include:: include/common-prerequisites.inc
|
||||
|
||||
Install and configure components
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Using DNF on RHEL/CentOS Stream and RDO_ packages:
|
||||
Using DNF on RHEL/CentOS Stream and RDO packages:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
@@ -55,15 +54,6 @@ On Ubuntu_/Debian:
|
||||
|
||||
.. _ubuntu: https://docs.openstack.org/install-guide/environment-packages-ubuntu.html
|
||||
|
||||
On openSUSE/SLES:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# zypper install openstack-ironic-api openstack-ironic-conductor ironic-novncproxy python3-ironicclient
|
||||
|
||||
.. warning::
|
||||
Support for SUSE systems is best effort, it is not tested in the CI.
|
||||
|
||||
.. include:: include/common-configure.inc
|
||||
|
||||
.. include:: include/configure-ironic-api.inc
|
||||
|
||||
Reference in New Issue
Block a user