Skip to content

Updates for SLES 15 SP7 #539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions source/installguide/hypervisor/kvm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,19 @@ KVM Instances.
is the selected/active one (in case you had a previous Java version already installed)
with ``alternatives --config java``, after CloudStack agent is installed.

.. note::
SUSE Linux Enterprise Server 15 (SP7) requires the following steps to install Java 17 and prepare the host.

.. parsed-literal::

SUSEConnect --product sle-module-legacy/15.7/x86_64
zypper install java-17-openjdk-17.0.15.0-150400.3.54.1
SUSEConnect --product PackageHub/15.7/x86_64
zypper install rng-tools
wget https://download.opensuse.org/repositories/openSUSE:/Leap:/15.2/standard/noarch/timezone-java-2020a-lp152.2.1.noarch.rpm
rpm -ivh timezone-java-2020a-lp152.2.1.noarch.rpm


Configure package repository
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -229,7 +242,7 @@ information.

[cloudstack]
name=cloudstack
baseurl=http://download.cloudstack.org/suse/|version|/
baseurl=http://download.cloudstack.org/suse/$releasever/|version|/
enabled=1
gpgcheck=0

Expand Down Expand Up @@ -298,6 +311,11 @@ In SUSE:

$ zypper install cloudstack-agent

SUSE Linux Enterprise Server 15 (SP7) requires the following entry to be made in the /etc/cloudstack/agent/agent.properties file; the clock speed can be set to match the host CPU.

.. parsed-literal::

host.cpu.manual.speed.mhz=2350

The host is now ready to be added to a cluster. This is covered in a
later section, see :ref:`adding-a-host`. It is
Expand Down Expand Up @@ -472,7 +490,7 @@ cloudstack-agent and should already be installed.

#LIBVIRTD_ARGS="--listen"

Configure libvirt to connect to libvirtd and not to per-driver daemons, especially important on newer distros such as EL9 and Ubuntu 24.04.
Configure libvirt to connect to libvirtd and not to per-driver daemons, especially important on newer distros such as EL9, SUSE 15 SP7 and Ubuntu 24.04.
Edit ``/etc/libvirt/libvirt.conf`` and add the following:

.. parsed-literal::
Expand Down