Skip to content

Commit 98771ec

Browse files
authored
Updates for SLES 15 SP7 (#539)
* Adding changes required for SLES 15 SP7
1 parent 49de488 commit 98771ec

File tree

1 file changed

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

1 file changed

+20
-2
lines changed

source/installguide/hypervisor/kvm.rst

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,19 @@ 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+
171+
.. parsed-literal::
172+
173+
SUSEConnect --product sle-module-legacy/15.7/x86_64
174+
zypper install java-17-openjdk-17.0.15.0-150400.3.54.1
175+
SUSEConnect --product PackageHub/15.7/x86_64
176+
zypper install rng-tools
177+
wget https://download.opensuse.org/repositories/openSUSE:/Leap:/15.2/standard/noarch/timezone-java-2020a-lp152.2.1.noarch.rpm
178+
rpm -ivh timezone-java-2020a-lp152.2.1.noarch.rpm
179+
180+
168181
Configure package repository
169182
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
170183

@@ -229,7 +242,7 @@ information.
229242
230243
[cloudstack]
231244
name=cloudstack
232-
baseurl=http://download.cloudstack.org/suse/|version|/
245+
baseurl=http://download.cloudstack.org/suse/$releasever/|version|/
233246
enabled=1
234247
gpgcheck=0
235248
@@ -298,6 +311,11 @@ In SUSE:
298311
299312
$ zypper install cloudstack-agent
300313
314+
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.
315+
316+
.. parsed-literal::
317+
318+
host.cpu.manual.speed.mhz=2350
301319
302320
The host is now ready to be added to a cluster. This is covered in a
303321
later section, see :ref:`adding-a-host`. It is
@@ -472,7 +490,7 @@ cloudstack-agent and should already be installed.
472490
473491
#LIBVIRTD_ARGS="--listen"
474492
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.
493+
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.
476494
Edit ``/etc/libvirt/libvirt.conf`` and add the following:
477495

478496
.. parsed-literal::

0 commit comments

Comments
 (0)