- Require leapp-framework >= 6.1 - Simplified use of the LiveMode experimental feature with additional enhancements - Fix the check of deprecated PCI devices and drivers - Add RHEL 10.1 product certificates - Gracefully handle CentOS OS versioning style - Ensure the leapp-upgrade-el9toel10 RPM is not touched during the upgrade transaction - Create proper error message when swap of RHUI clients fails - Introduced the --enable-experimental-feature to simplify use of experimental features - Manage RPM GPG keys during the upgrade respecting used linux distributions - Prevent a crach during post-upgrade phases when no custom SELinux modules needs to be migrated - Update leapp upgrade data files - Minor fixes in reports - Resolves: RHEL-49402, RHEL-72544, RHEL-77175, RHEL-80334, RHEL-80335, RHEL-80336, RHEL-80550, RHEL-86689
55 lines
2.5 KiB
Diff
55 lines
2.5 KiB
Diff
From c3ec002d6ebc825c1c918e3abe9e2c849ef9ddc4 Mon Sep 17 00:00:00 2001
|
|
From: Petr Stodulka <pstodulk@redhat.com>
|
|
Date: Wed, 16 Apr 2025 13:39:28 +0200
|
|
Subject: [PATCH 12/37] DOC: rename configuring-ipu.md to envars.md
|
|
|
|
The file has bas been created before we introduced the section of
|
|
"Configuring in-place upgrade" and it contained mixture of various
|
|
stuff. We have the section now, so let's rename this file to envars
|
|
and keep here documented environments variables only.
|
|
|
|
Dropping information from this file about actors' configurations.
|
|
This needs to be anyway documented separately now and original
|
|
information has not been so helpful.
|
|
---
|
|
.../configuring-ipu/{configuring-ipu.md => envars.md} | 8 --------
|
|
docs/source/configuring-ipu/index.rst | 2 +-
|
|
2 files changed, 1 insertion(+), 9 deletions(-)
|
|
rename docs/source/configuring-ipu/{configuring-ipu.md => envars.md} (95%)
|
|
|
|
diff --git a/docs/source/configuring-ipu/configuring-ipu.md b/docs/source/configuring-ipu/envars.md
|
|
similarity index 95%
|
|
rename from docs/source/configuring-ipu/configuring-ipu.md
|
|
rename to docs/source/configuring-ipu/envars.md
|
|
index 059b72c2..61a50b82 100644
|
|
--- a/docs/source/configuring-ipu/configuring-ipu.md
|
|
+++ b/docs/source/configuring-ipu/envars.md
|
|
@@ -78,11 +78,3 @@ Change the default target RHEL version. Format: `MAJOR.MINOR`.
|
|
|
|
#### LEAPP_DEVEL_USE_PERSISTENT_PACKAGE_CACHE
|
|
Caches downloaded packages when set to `1`. This will reduce the time needed by leapp when executed multiple times, because it will not have to download already downloaded packages. However, this can lead to a random issues in case the data is not up-to-date or when setting or repositories change. The environment variable is meant to be used only for the part of the upgrade before the reboot and has no effect or use otherwise.
|
|
-
|
|
-## Actor configuration
|
|
-```{warning}
|
|
-Actor configuration is currently a preview of the feature, it might change in future releases.
|
|
-```
|
|
-The actor configuration is to be placed in the `/etc/leapp/actor_conf.d/` directory. An actor configuration is a file in YAML format.
|
|
-
|
|
-To define configuration options on your own actor refer to this tutorial TODO link.
|
|
diff --git a/docs/source/configuring-ipu/index.rst b/docs/source/configuring-ipu/index.rst
|
|
index 1be3ebcf..6490d6fd 100644
|
|
--- a/docs/source/configuring-ipu/index.rst
|
|
+++ b/docs/source/configuring-ipu/index.rst
|
|
@@ -12,7 +12,7 @@ experimental features.
|
|
:caption: Contents:
|
|
:glob:
|
|
|
|
- configuring-ipu
|
|
+ envars
|
|
experimental-features/index
|
|
|
|
.. Indices and tables
|
|
--
|
|
2.49.0
|
|
|