瀏覽代碼

Add support for Rocky linux worker machines

Daniel Vincze 1 年之前
父節點
當前提交
314b774d09
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      coriolis/osmorphing/osmount/redhat.py

+ 1 - 1
coriolis/osmorphing/osmount/redhat.py

@@ -15,7 +15,7 @@ class RedHatOSMountTools(base.BaseLinuxOSMountTools):
         os_info = utils.get_linux_os_info(self._ssh)
         os_info = utils.get_linux_os_info(self._ssh)
         if os_info and os_info[0] in [
         if os_info and os_info[0] in [
                 'RedHatEnterpriseServer', 'CentOS', 'OracleServer',
                 'RedHatEnterpriseServer', 'CentOS', 'OracleServer',
-                'rhel', 'centos', 'ol']:
+                'rhel', 'centos', 'ol', 'rocky']:
             return True
             return True
 
 
     def setup(self):
     def setup(self):