Skip to content

Commit b6c01eb

Browse files
committed
Configuring in-place upgrade: envars
The actor configuration is WIP.
1 parent 2e7854b commit b6c01eb

File tree

1 file changed

+98
-1
lines changed

1 file changed

+98
-1
lines changed

docs/source/configuring-ipu.md

Lines changed: 98 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,99 @@
11
# Configuring in-place upgrade
2-
TBD
2+
Sometimes it is necessary to tweak some parts of the upgrade for it to be successful. There are currently 2 mechanisms in Leapp for configuration: environment variables and actor configuration. The former are usually used for options affecting the entire upgrade or enabling debug and experimental features. Actor configuration is used to configure a single actor.
3+
4+
## Environment variables
5+
Below is a list of the general and development variables available.
6+
### General variables
7+
8+
#### LEAPP_DATABASE_FORCE_SYNC_ON
9+
If set to `1`, Leapp will explicitly enable synchronization on the SQLite database. Enabling the synchronization has negative impact on the performance (sometimes very negative). However, it is more reliable in case of extreme situations (e.g. lost power). Note the synchronization is nowadays switched off by default only during the phases executed before the reboot of the system to the upgrade environment, which we consider safe. As a result, we do not expect that someone would want to use this option now.
10+
11+
#### LEAPP_DEBUG
12+
Enables debug logging. Equivalent to --debug, which takes precedence.
13+
14+
#### LEAPP_ENABLE_REPOS
15+
Specify repositories (repoids) split by comma, that should be used during the in-place upgrade to the target system. It‘s overwritten automatically in case the --enablerepo option is used. It‘s recommended to use the --enablerepo option instead of the envar.
16+
17+
#### LEAPP_GRUB_DEVICE
18+
Overrides the automatically detected storage device with GRUB core (e.g. /dev/sda).
19+
20+
#### LEAPP_NOGPGCHECK
21+
Set to 1 to disable RPM GPG checks (same as yum/dnf –nogpgckeck option). It‘s equivalent to the --nogpgcheck leapp option.
22+
23+
#### LEAPP_NO_INSIGHTS_REGISTER
24+
If set to `1`, Leapp does not register the system into Red Hat Insights automatically. It‘s equivalent to the --no-insights-register leapp option.
25+
26+
#### LEAPP_NO_NETWORK_RENAMING
27+
If set to `1`, the actor responsible to handle NICs names ends without doing anything. The actor usually creates UDEV rules to preserve original NICs in case they are changed. However, in some cases it‘s not wanted and it leads in malfunction network configuration (e.g. in case the bonding is configured on the system). It‘s expected that NICs have to be handled manually if needed.
28+
29+
##### LEAPP_NO_RHSM
30+
If set to `1`, Leapp does not use Red Hat Subscription Management for the upgrade. It‘s equivalent to the --no-rhsm leapp option.
31+
32+
#### LEAPP_NO_RHSM_FACTS
33+
If set to `1`, Leapp does not store migration information using Red Hat Subscription Manager. It‘s equivalent to the --no-rhsm-facts leapp option.
34+
35+
#### LEAPP_OVL_SIZE
36+
For any partition that uses XFS with the `ftype` option set to `0`, Leapp is creating a file of a specific size in order to proceed with the upgrade. By default, the size of that file is 2048 MB. In case the size needs to be increased, Leapp informs you in the pre-upgrade report that the environment variable needs to be specified.
37+
38+
#### LEAPP_PROXY_HOST
39+
If set, leapp will use this proxy to fetch necessary data files in case they are missing. The used protocol (http:// or https://) must be specified.
40+
41+
#### LEAPP_SERVICE_HOST
42+
Overrides the host of the service to which leapp connects to fetch necessary data files in case they are missing. The used protocol (http:// or https://) must be specified. Defaults to https://cert.cloud.redhat.com.
43+
44+
#### LEAPP_TARGET_ISO
45+
Set the path to the target OS ISO image that should be used for the IPU. It‘s equivalent to the --iso leapp option.
46+
47+
#### LEAPP_TARGET_PRODUCT_CHANNEL
48+
The alternative to the --channel leapp option. As a parameter accepts a channel acronym. E.g. `eus` or `e4s`. For more info, see the leapp preupgrade --help. In case the beta channel is required, use the `LEAPP_DEVEL_TARGET_PRODUCT_TYPE` envar instead.
49+
50+
#### LEAPP_UNSUPPORTED
51+
Necessary to use in case you use any envar with the LEAPP_DEVEL prefix (see the list in the next section) and in case you use the –whitelist-experimental option for the Leapp tool.
52+
53+
#### LEAPP_VERBOSE
54+
Enables debug logging. Equivalent to --verbose, which takes precedence.
55+
56+
57+
### Development variables
58+
```{note}
59+
To use development variables, the LEAPP_UNSUPPORTED variable has to be set.
60+
```
61+
62+
#### LEAPP_DEVEL_DATABASE_SYNC_OFF
63+
If set to `1`, leapp will disable explicit synchronization on the SQLite database. The positive effect is significant speedup of leapp execution, however it comes at the cost of risking a corrupted database, so it is currently used for testing / development purposes only.
64+
65+
#### LEAPP_DEVEL_DM_DISABLE_UDEV
66+
Setting the environment variable provides a more convenient way of disabling udev support in libdevmapper, dmsetup and LVM2 tools globally without a need to modify any existing configuration settings. This is mostly useful if the system environment does not use udev.
67+
68+
#### LEAPP_DEVEL_INITRAM_NETWORK
69+
You can specify one of the following values: `network-manager`, `scripts`. The `scripts` value is used for a legacy dracut module when the network is not handled by NetworkManager. Using the option allows experimental upgrades, bringing up the networking inside the upgrade initramfs environment (upgrade phases after the first reboot). It also enables the upgrade e.g. when a network based storage is used on the system. Currently it works only for the most simple configurations (e.g. when only 1 NIC is present, no rdma, no bonding, ...). Network based storage is not handled anyhow during the upgrade, so it‘s possible that the network based storage will not be correctly initialized and usable as expected).
70+
71+
#### LEAPP_DEVEL_KEEP_DISK_IMGS
72+
If set to `1`, leapp will skip removal of disk images created for source OVLs. This is handy for debugging and investigations related to created containers (the scratch one and the target userspace container).
73+
74+
#### LEAPP_DEVEL_RPMS_ALL_SIGNED
75+
Leapp will consider all installed pkgs to be signed by RH - that affects the upgrade process as by default Leapp upgrades only pkgs signed by RH. Leapp takes care of the RPM transaction (and behaviour of applications) related to only pkgs signed by Red Hat. What happens with the non-RH signed RPMs is undefined.
76+
77+
#### LEAPP_DEVEL_SKIP_CHECK_OS_RELEASE
78+
Do not check whether the source RHEL version is a supported one.
79+
80+
#### LEAPP_DEVEL_SOURCE_PRODUCT_TYPE
81+
By default the upgrade is processed from the GA (general availability) system using GA repositories. In case you need to do the in-place upgrade from a Beta system, use the variable to tell which of those you would like to use. The value is case insensitive and the default value is `ga`. Expected values: `ga`, `beta`.
82+
83+
#### LEAPP_DEVEL_TARGET_PRODUCT_TYPE
84+
LEAPP_DEVEL_TARGET_PRODUCT_TYPE is an analogy to LEAPP_DEVEL_SOURCE_PRODUCT_TYPE for the target system and an extension to the LEAPP_TARGET_PRODUCT_CHANNEL. If used, it replaces any value set via the --channel option or through the LEAPP_TARGET_PRODUCT_CHANNEL environment variable. It consumes the same set of values as the --channel option, and can be extended with the value `beta`. This is the only way how to perform the in-place upgrade to a beta version of the target system using subscription-manager.
85+
86+
#### LEAPP_DEVEL_TARGET_RELEASE
87+
Change the default target RHEL version. Format: `MAJOR.MINOR`.
88+
89+
#### LEAPP_DEVEL_USE_PERSISTENT_PACKAGE_CACHE
90+
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.
91+
92+
93+
## Actor configuration
94+
```{warning}
95+
Actor configuration is currently a preview of the feature, it might change in future releases.
96+
```
97+
The actor configuration is to be placed in the `/etc/leapp/actor_conf.d/` directory. An actor configuration is a file in YAML format.
98+
99+
To define configuration options on your own actor refer to this tutorial TODO link.

0 commit comments

Comments
 (0)