diff --git a/c2r_analysis.yml b/c2r_analysis.yml index 8e540e9..0dd0073 100644 --- a/c2r_analysis.yml +++ b/c2r_analysis.yml @@ -5,9 +5,12 @@ gather_facts: true become: true environment: - CONVERT2RHEL_DISABLE_TELEMETRY: 1 - # CONVERT2RHEL_ALLOW_OLDER_VERSION: 1 - # CONVERT2RHEL_UNSUPPORTED_INCOMPLETE_ROLLBACK: 1 + # The CONVERT2RHEL_OUTDATED_PACKAGE_CHECK_SKIP and CONVERT2RHEL_ALLOW_OLDER_VERSION + # variables are needed when an older version of convert2rhel is used. The + # package-up-to-date and convert2rhel-latest-version checks inhibit the + # conversion if not passing but can be overriden. + CONVERT2RHEL_OUTDATED_PACKAGE_CHECK_SKIP: 1 + CONVERT2RHEL_ALLOW_OLDER_VERSION: 1 vars: rhsm_username: "" rhsm_password: "" diff --git a/c2r_convert.yml b/c2r_convert.yml index f88adfc..fa589eb 100644 --- a/c2r_convert.yml +++ b/c2r_convert.yml @@ -5,10 +5,7 @@ gather_facts: true become: true environment: - CONVERT2RHEL_DISABLE_TELEMETRY: 1 - # CONVERT2RHEL_UNSUPPORTED_INCOMPLETE_ROLLBACK: 1 CONVERT2RHEL_INCOMPLETE_ROLLBACK: 1 - CONVERT2RHEL_LATEST_VERSION: 0 vars: rhsm_username: "" rhsm_password: "" diff --git a/group_vars/control/worflow_job_templates.yml b/group_vars/control/worflow_job_templates.yml index d2c01de..d8138a3 100644 --- a/group_vars/control/worflow_job_templates.yml +++ b/group_vars/control/worflow_job_templates.yml @@ -4,8 +4,7 @@ controller_workflows: description: Workflow for Snapshot and Pre-conversion analysis of EL systems extra_vars: org_id: "Default_Organization" - convert_convert2rhel_opts: '--no-rpm-va' - convert_reboot_requested: true + convert_convert2rhel_opts: '' lvm_snapshots_action: create inventory: EC2 Dynamic Inventory state: present