Skip to content

Commit

Permalink
Merge branch 'maintenance/SLE15SP4' into maintenance/SLE_Micro_5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lvicoun committed Jun 26, 2024
2 parents 09da8e1 + abcd364 commit ff2e60a
Show file tree
Hide file tree
Showing 36 changed files with 785 additions and 294 deletions.
8 changes: 3 additions & 5 deletions xml/adm_shell.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
Traditionally, <emphasis>the</emphasis> Linux shell is Bash
(Bourne again Shell). When this chapter speaks about <quote>the shell</quote>
it means Bash. There are more shells available (ash, csh, ksh, zsh, &hellip;),
each employing different features and characteristics. If you need further
information about other shells, search for <emphasis>shell</emphasis> in
&yast;.
each employing different features and characteristics.
</para>

<sect2 xml:id="sec-adm-configfiles">
Expand All @@ -62,7 +60,7 @@
</listitem>
<listitem>
<formalpara>
<title><quote>Ordinary</quote> interactive shell</title>
<title>Interactive non-login shell</title>
<para>
This is normally the case when starting xterm, konsole, gnome-terminal,
or similar command line interface (CLI) tools.
Expand All @@ -71,7 +69,7 @@
</listitem>
<listitem>
<formalpara>
<title>Non-interactive shell</title>
<title>Non-interactive non-login shell</title>
<para>
This is invoked when invoking a shell script at the command line.
</para>
Expand Down
2 changes: 1 addition & 1 deletion xml/adm_wbem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
<sect3 xml:id="sec-wbem-setting-secure-cert">
<title>Certificates</title>
<para>
Secure Socket Layers (SSL) transports require a certificate for secure
Secure Sockets Layers (SSL) transports require a certificate for secure
communication to occur. When SFCB is installed, it has a self-signed
certificate generated.
</para>
Expand Down
2 changes: 1 addition & 1 deletion xml/apache2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ sknorr, 2017-06-07 -->
<title>More information</title>
<para>
To learn more about concepts and definitions of TLS/SSL, refer to
<link xlink:href="http://httpd.apache.org/docs/2.4/ssl/ssl_intro.html">http://httpd.apache.org/docs/2.4/ssl/ssl_intro.html</link>.
<link xlink:href="https://httpd.apache.org/docs/2.4/ssl/ssl_intro.html"/>.
</para>
</tip>
<sect3 xml:id="sec-apache2-ssl-certificate-dummy">
Expand Down
73 changes: 50 additions & 23 deletions xml/art-kubevirt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,24 @@
<article xml:id="article-kubevirt"
xmlns="http://docbook.org/ns/docbook"
version="5.0"
xmlns:its="http://www.w3.org/2005/11/its"
xml:lang="en"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Using &kubevirt; on &sle;</title>
<info><date>
<?dbtimestamp format="B d, Y" ?></date>
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
<dm:bugtracker>
<dm:url>https://bugzilla.suse.com/enter_bug.cgi</dm:url>
<dm:product>Documentation</dm:product>
<dm:component>KubeVirt</dm:component>
<dm:assignee>[email protected]</dm:assignee>
</dm:bugtracker>
<dm:editurl>https://github.com/SUSE/doc-sle/blob/main/xml/</dm:editurl>
</dm:docmanager>
<info>
<title>Using &kubevirt; on &sle;</title>
<date><?dbtimestamp format="B d, Y" ?></date>
<abstract>
<para>
&kubevirt; is a virtual machine management add-on for Kubernetes.
&kubevirt; extends Kubernetes by adding additional virtualization
resource types through Kubernetes' Custom Resource Definitions (CRD)
API. Along with the Custom Resources, &kubevirt; includes controllers
and agents that provide virtual machine management capabilities on the
cluster. By using this mechanism, the Kubernetes API can be used to
manage virtual machine resources similar to other Kubernetes resources.
</para>
</abstract>
<authorgroup>
<author><personname><firstname>Jim</firstname><surname>Fehlig</surname></personname>
<affiliation>
Expand All @@ -36,17 +39,41 @@
</affiliation>
</author>
</authorgroup>
<abstract>
<para>
&kubevirt; is a virtual machine management add-on for Kubernetes.
&kubevirt; extends Kubernetes by adding additional virtualization
resource types through Kubernetes' Custom Resource Definitions (CRD)
API. Along with the Custom Resources, &kubevirt; includes controllers
and agents that provide virtual machine management capabilities on the
cluster. By using this mechanism, the Kubernetes API can be used to
manage virtual machine resources similar to other Kubernetes resources.
</para>
</abstract>
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
<dm:bugtracker>
<dm:url>https://bugzilla.suse.com/enter_bug.cgi</dm:url>
<dm:product>Documentation</dm:product>
<dm:component>KubeVirt</dm:component>
<dm:assignee>[email protected]</dm:assignee>
</dm:bugtracker>
<dm:editurl>https://github.com/SUSE/doc-sle/blob/main/xml/</dm:editurl>
</dm:docmanager>
<meta name="title" its:translate="yes">Using &kubevirt; on &productnameshort;</meta>
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to use KubeVirt, a virtual machine add-on for Kubernetes</meta>
<meta name="social-descr" its:translate="yes">Use KubeVirt on &productnameshort;</meta>
<meta name="task" its:translate="yes">
<phrase>Containerization</phrase>
<phrase>Virtualization</phrase>
</meta>
<revhistory xml:id="rh-article-kubevirt">
<revision>
<date>2024-11-16</date>
<revdescription>
<para>
Continuous updates for &productname; &productnumber;.
</para>
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
</para>
</revdescription>
</revision>
</revhistory>
</info>
<sect1 xml:id="sec-virtualization-kubevirt">
<title>&kubevirt; components</title>
Expand Down
41 changes: 35 additions & 6 deletions xml/art-nvidia-vgpu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,40 @@
<article xml:id="article-nvidia-vgpu" xml:lang="en" version="5.0"
xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink">
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:its="http://www.w3.org/2005/11/its">
<title>&sle_vgpu_kvm_guide;</title>
<info><productname>&productname;</productname>
<productnumber>&productnumber;</productnumber><date>
<?dbtimestamp format="B d, Y" ?></date>
<productnumber>&productnumber;</productnumber>
<date><?dbtimestamp format="B d, Y" ?></date>
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
<dm:translation>yes</dm:translation>
</dm:docmanager>
<meta name="title" its:translate="yes">&sle_vgpu_kvm_guide;</meta>
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to configure the NVIDIA Virtual GPU (vGPU) for KVM guests</meta>
<meta name="social-descr" its:translate="yes">Configure NVIDIA vGPU for KVM guests</meta>
<meta name="task" its:translate="yes">
<phrase>Virtualization</phrase>
</meta>
<revhistory xml:id="rh-article-nvidia-vgpu">
<revision>
<date>2023-12-27</date>
<revdescription>
<para>
Continuous updates for &productname; &productnumber;.
</para>
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
</para>
</revdescription>
</revision>
</revhistory>
</info>
<sect1 xml:id="configure-nvidia-vgpu-introduction">
<title>Introduction</title>
Expand Down Expand Up @@ -312,9 +341,9 @@ nvidia-105 nvidia-106 nvidia-107 nvidia-108 nvidia-109 nvidia-110 [...]
<screen>
&prompt.user;cd /sys/bus/pci/devices/0000:03:00.0/mdev_supported_types/
&prompt.user;ls nvidia-105
&prompt.user;cat nvidia-105/description
&prompt.user;cat nvidia-105/description
num_heads=2, frl_config=60, framebuffer=1024M, max_resolution=4096x2160, max_instance=16
&prompt.user;cat nvidia-105/name
&prompt.user;cat nvidia-105/name
GRID V100-1Q
</screen>
</step>
Expand Down Expand Up @@ -841,7 +870,7 @@ GPU 0: NVIDIA A100-PCIE-40GB (UUID: GPU-ee14e29d-dd5b-2e8e-eeaf-9d3debd10788)
<listitem>
<para>
Optional: If you want to store the client configuration token in a
custom location, add the <option>ClientConfigTokenPath</option>
custom location, add the <option>ClientConfigTokenPath</option>
configuration parameter on a new line as
<option>ClientConfigTokenPath="<replaceable>PATH_TO_TOKEN</replaceable>"</option>.
By default, the client searches for the client configuration token in
Expand Down
83 changes: 57 additions & 26 deletions xml/art_amd-sev.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,64 @@
<article xml:id="article-amd-sev" xml:lang="en" version="5.0"
xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>&sle_amd_sev_guide;</title>
<info><productname>&productname;</productname>
<productnumber>&productnumber;</productnumber><date>
<?dbtimestamp format="B d, Y" ?></date>
<abstract>
<para>
AMD's Secure Encrypted Virtualization (SEV) allows the memory of virtual
machines to be encrypted. SEV with Encrypted State (SEV-ES) goes one step
further by encrypting the virtual machine's CPU register content. These
technologies increase system security and are ideal for multi-tenant
environments such as cloud computing. They enable protection from a variety
of cross-VM and hypervisor-based attacks. As an example, a hostile VM that
has escaped its hypervisor-enforced confines and is able to read arbitrary
memory will be unable to steal sensitive data from an SEV or SEV-ES VM.
</para>
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:its="http://www.w3.org/2005/11/its">
<info>
<title>&sle_amd_sev_guide;</title>
<productname>&productname;</productname>
<productnumber>&productnumber;</productnumber>
<date><?dbtimestamp format="B d, Y" ?></date>
<abstract>
<para>
AMD's Secure Encrypted Virtualization (SEV) allows the memory of
virtual machines to be encrypted. SEV with Encrypted State (SEV-ES)
goes one step further by encrypting the virtual machine's CPU register
content. These technologies increase system security and are ideal for
multi-tenant environments such as cloud computing. They enable
protection from a variety of cross-VM and hypervisor-based attacks. As
an example, a hostile VM that has escaped its hypervisor-enforced
confines and is able to read arbitrary memory is unable to steal
sensitive data from an SEV or SEV-ES VM.
</para>

<para>
This document aims to provide a basic understanding of how SEV and SEV-ES
work, and how to enable and configure these features. It also mentions some
limitations and restrictions that the use of SEV and SEV-ES causes as
compared to non-encrypted virtualization.
</para>
</abstract>
</info>
<sect1 xml:id="sec-amd-sev-intro">
<title>Introducing SEV</title>
<para>
This document aims to provide a basic understanding of how SEV and
SEV-ES work, and how to enable and configure these features. It also
mentions certain limitations and restrictions that the use of SEV and
SEV-ES causes as compared to non-encrypted virtualization.
</para>
</abstract>
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
<dm:translation>yes</dm:translation>
</dm:docmanager>
<meta name="title" its:translate="yes">&sle_amd_sev_guide;</meta>
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to enable and configure AMD Secure Encrypted Virtualization</meta>
<meta name="social-descr" its:translate="yes">Enable and configure AMD-SEV</meta>
<meta name="task" its:translate="yes">
<phrase>Virtualization</phrase>
</meta>
<revhistory xml:id="rh-article-amd-sev">
<revision>
<date>2023-12-27</date>
<revdescription>
<para>
Continuous updates for &productname; &productnumber;.
</para>
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
</para>
</revdescription>
</revision>
</revhistory>
</info>
<sect1 xml:id="sec-amd-sev-intro">
<title>Introducing SEV</title>

<para>
Encryption of computer data stored on disk is a widely-deployed feature.
Expand Down
29 changes: 27 additions & 2 deletions xml/art_installation-sleds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%entities;
]>

<article xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="article-installation" xml:lang="en">
<article xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="article-installation" xml:lang="en" xmlns:its="http://www.w3.org/2005/11/its">
<title>&instquick;</title>
<info>
<productnumber>&productnumber;</productnumber><productname>&productname;</productname>
Expand All @@ -19,8 +19,33 @@
</para>
</abstract>
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
<dm:translation>yes</dm:translation>
<dm:translation>yes</dm:translation>
</dm:docmanager>
<meta name="title" its:translate="yes">&instquick;</meta>
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to install &productname;</meta>
<meta name="social-descr" its:translate="yes">Install &productname;</meta>
<meta name="task" its:translate="yes">
<phrase>Installation</phrase>
</meta>
<revhistory xml:id="rh-article-installation">
<revision>
<date>2024-03-04</date>
<revdescription>
<para>
Continuous updates for &productname; &productnumber;.
</para>
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
</para>
</revdescription>
</revision>
</revhistory>
</info>
<sect1 xml:id="sec-sle-installquick">
<title>Welcome to &productname;</title>
Expand Down
Loading

0 comments on commit ff2e60a

Please sign in to comment.