File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
repos/system_upgrade/cloudlinux/actors
checkpanelmemory/libraries Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ py2_byte_compile "%1" "%2"}
4242
4343Name: leapp-repository
4444Version: 0.16.0
45- Release: 8 %{?dist }.cloudlinux
45+ Release: 9 %{?dist }.cloudlinux
4646Summary: Repositories for leapp
4747
4848License: ASL 2.0
Original file line number Diff line number Diff line change 99 INTEGRATED_NAME ,
1010 CPANEL_NAME ,
1111 DIRECTADMIN_NAME ,
12+ PLESK_NAME ,
1213)
1314
1415required_memory = {
1516 NOPANEL_NAME : 1536 * 1024 , # 1.5 Gb
1617 UNKNOWN_NAME : 1536 * 1024 , # 1.5 Gb
1718 INTEGRATED_NAME : 1536 * 1024 , # 1.5 Gb
1819 DIRECTADMIN_NAME : 1536 * 1024 , # 1.5 Gb
20+ PLESK_NAME : 1536 * 1024 , # 1.5 Gb
1921 CPANEL_NAME : 1836 * 1024 , # 1.8 Gb
2022}
2123
Original file line number Diff line number Diff line change 1111 UNKNOWN_NAME ,
1212 INTEGRATED_NAME ,
1313 CPANEL_NAME ,
14- DIRECTADMIN_NAME
14+ DIRECTADMIN_NAME ,
15+ PLESK_NAME
1516)
1617
1718
@@ -31,7 +32,7 @@ def process(self):
3132 if panel is None :
3233 raise StopActorExecutionError (message = ("Missing information about the installed web panel." ))
3334
34- if panel .name in (CPANEL_NAME , DIRECTADMIN_NAME ):
35+ if panel .name in (CPANEL_NAME , DIRECTADMIN_NAME , PLESK_NAME ):
3536 self .log .debug ('%s detected, upgrade proceeding' % panel .name )
3637 elif panel .name == INTEGRATED_NAME or panel .name == UNKNOWN_NAME or panel .name == NOPANEL_NAME :
3738 self .log .debug ('Integrated/no panel detected, upgrade proceeding' )
You can’t perform that action at this time.
0 commit comments