Replace LEAPP_DEVEL_SKIP_RHSM with LEAPP_NO_RHSM

LEAPP_DEVEL_SKIP_RHSM will be removed next LEAPP release. This patch
replaces it with LEAPP_NO_RHSM

Change-Id: I946ede504b98d8226bffaa7220174fd0d94e81f1
This commit is contained in:
Sergii Golovatiuk 2021-07-12 16:29:11 +02:00
parent cb8fc8f8db
commit df68e50a7a
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
- name: Run leapp upgrade (download packages)
shell: |
set -o pipefail
{% if leapp_unsubscribed|bool and (upgrade_workarounds|bool or ffu_upgrade_workarounds|bool) %} LEAPP_UNSUPPORTED=1 LEAPP_DEVEL_SKIP_RHSM=1 {% endif %}\
{% if leapp_unsubscribed|bool and (upgrade_workarounds|bool or ffu_upgrade_workarounds|bool) %} LEAPP_UNSUPPORTED=1 LEAPP_NO_RHSM=1 {% endif %}\
{% if leapp_skip_release_check|bool %} LEAPP_DEVEL_SKIP_CHECK_OS_RELEASE=1 {% endif %} sudo -E leapp upgrade \
{% if leapp_unsubscribed|bool %} {{ leapp_unsubscribed_options.stdout }} {% endif %} --debug 2>&1 | \
tee {{ working_dir }}/undercloud_leapp_upgrade.log