-
Feature Request
-
Resolution: Unresolved
-
Normal
-
None
-
6.14.0
1. Proposed title of this feature request
Add the Option to specify <target_os_version> as input in the job template for the Leapp upgrade
2. What is the nature and description of the request?
Based on the application requirement customer plans the in-place upgrade of the client, however, the job template used by satellite to perform the Leapp upgrade always points to the latest version and there is no option to specify <target_os_version> as input.
Template used by satellite
============================
Run upgrade via Leapp
—
- hosts: all
tasks: - name: Run Leapp Upgrade
command: leapp upgrade
<%- if input('Reboot') == "true" -%> - name: Reboot the machine
reboot:
reboot_timeout: 1800
<%- end -%>
=====================
— - hosts: all
tasks: - name: Run Leapp Upgrade
command: leapp upgrade
=====================
3. How would you like to achieve this? (List the functional requirements here)
Add the Option to specify <target_os_version> as input in the job template for the Leapp upgrade so that target release can be specified and the upgrade will upgrade the client till target_os_version.
Ex.
- leapp upgrade --target <target_os_version>