From c3ec002d6ebc825c1c918e3abe9e2c849ef9ddc4 Mon Sep 17 00:00:00 2001 From: Petr Stodulka 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