Skip to content

Commit

Permalink
IPU:add stream installation way for leapp tool
Browse files Browse the repository at this point in the history
ID:2634

Signed-off-by: Miriam Deng <mdeng@redhat.com>
  • Loading branch information
MiriamDeng committed Jul 19, 2024
1 parent ea04bbd commit 8c0f57e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion qemu/tests/cfg/in_place_upgrade.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
stop_yum_update = "rm -rf /var/run/yum.pid"
check_repo_list = "yum repolist enabled"
check_rhel_ver = "cut -f1-2 -d. /etc/redhat-release | sed 's/[^0-9]//g'"
com_install = "yes"
s390,s390x:
# no need to check in host, and we don't support RHEL.7.9 as the
# host on s390x
Expand All @@ -51,8 +52,16 @@
# these paramters are for leapp preupgrade and upgrade command
variants:
- compose_install:
com_install = "yes"
com_ins_leapp = "yum install leapp-upgrade -y"
- stream_install:
# Please modify the build if you need to
com_ins_leapp = "brew download-build leapp-0.17.0-2.el8_10;"
com_ins_leapp += "brew download-build leapp-repository-0.20.0-4.el8_10;"
com_ins_leapp += "yum install python3-leapp-0.17.0-2.el8_10.noarch.rpm "
com_ins_leapp += "leapp-0.17.0-2.el8_10.noarch.rpm leapp-deps-0.17.0-2.el8_10.noarch.rpm "
com_ins_leapp += "leapp-upgrade-el8toel9-0.20.0-4.el8_10.noarch.rpm "
com_ins_leapp += "leapp-upgrade-el8toel9-deps-0.20.0-4.el8_10.noarch.rpm "
com_ins_leapp += "snactor-0.17.0-2.el8_10.noarch.rpm -y"
- upstream_install:
com_install = "no"
variants:
Expand Down

0 comments on commit 8c0f57e

Please sign in to comment.