Skip to content

Commit

Permalink
Adding host oss and dependency package. (#825)
Browse files Browse the repository at this point in the history
Co-authored-by: Erik <lynheell@gmail.com>
  • Loading branch information
qinwang-murphy and wisererik authored Feb 18, 2022
1 parent ce1080e commit cf6bb3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion delfin/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,12 @@ class HostOSTypes(object):
WINDOWS_SERVER_2012 = 'Windows Server 2012'
ORACLE_VM = 'Oracle VM'
OPEN_VMS = 'Open VMS'
MAC_OS = 'Mac OS'
UNKNOWN = 'Unknown'

ALL = (LINUX, WINDOWS, SOLARIS, HP_UX, AIX, XEN_SERVER, VMWARE_ESX,
LINUX_VIS, WINDOWS_SERVER_2012, ORACLE_VM, OPEN_VMS, UNKNOWN)
LINUX_VIS, WINDOWS_SERVER_2012, ORACLE_VM, OPEN_VMS, MAC_OS,
UNKNOWN)


class InitiatorStatus(object):
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ importlib-metadata==3.7.0; python_version < "3.8"
tenacity==6.3.1
tzlocal<3.0
scp>=0.13.0
defusedxml==0.6.0

0 comments on commit cf6bb3b

Please sign in to comment.