Uploaded image for project: 'Satellite'
  1. Satellite
  2. SAT-22177

[RFE] Add Option to specify <target_os_version> as input in the job template for Leapp upgrade

XMLWordPrintable

      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.

      1. leapp upgrade --target <target_os_version>

            jira-bugzilla-migration RH Bugzilla Integration
            rhn-support-sadas Satyajit Das
            RH Bugzilla Integration RH Bugzilla Integration
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: