Skip to content

Commit eae86eb

Browse files
authored
Updates for SLES 15 SP7
Adding changes required for SLES 15 SP7
1 parent 77e21b2 commit eae86eb

File tree

1 file changed

+17
-2
lines changed
  • source/installguide/hypervisor

1 file changed

+17
-2
lines changed

source/installguide/hypervisor/kvm.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,16 @@ KVM Instances.
165165
is the selected/active one (in case you had a previous Java version already installed)
166166
with ``alternatives --config java``, after CloudStack agent is installed.
167167

168+
.. note::
169+
SUSE Linux Enterprise Server 15 (SP7) requires the following steps to install Java 17 and prepare the host.
170+
SUSEConnect --product sle-module-legacy/15.7/x86_64
171+
zypper install java-17-openjdk-17.0.15.0-150400.3.54.1
172+
SUSEConnect --product PackageHub/15.7/x86_64
173+
zypper install rng-tools
174+
wget https://download.opensuse.org/repositories/openSUSE:/Leap:/15.2/standard/noarch/timezone-java-2020a-lp152.2.1.noarch.rpm
175+
rpm -ivh timezone-java-2020a-lp152.2.1.noarch.rpm
176+
177+
168178
Configure package repository
169179
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
170180

@@ -229,7 +239,7 @@ information.
229239
230240
[cloudstack]
231241
name=cloudstack
232-
baseurl=http://download.cloudstack.org/suse/|version|/
242+
baseurl=http://download.cloudstack.org/suse/$releasever/|version|/
233243
enabled=1
234244
gpgcheck=0
235245
@@ -298,6 +308,11 @@ In SUSE:
298308
299309
$ zypper install cloudstack-agent
300310
311+
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.
312+
313+
.. parsed-literal::
314+
315+
host.cpu.manual.speed.mhz=2350
301316

302317
The host is now ready to be added to a cluster. This is covered in a
303318
later section, see :ref:`adding-a-host`. It is
@@ -472,7 +487,7 @@ cloudstack-agent and should already be installed.
472487
473488
#LIBVIRTD_ARGS="--listen"
474489
475-
Configure libvirt to connect to libvirtd and not to per-driver daemons, especially important on newer distros such as EL9 and Ubuntu 24.04.
490+
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.
476491
Edit ``/etc/libvirt/libvirt.conf`` and add the following:
477492

478493
.. parsed-literal::

0 commit comments

Comments
 (0)