Revision 385b2959 src/Ganeti/HsConstants.hs

b/src/Ganeti/HsConstants.hs
2908 2908
elogJqueueTest :: String
2909 2909
elogJqueueTest = Types.eLogTypeToRaw ELogJqueueTest
2910 2910

  
2911
-- * /etc/hosts modification
2912

  
2913
etcHostsAdd :: String
2914
etcHostsAdd = "add"
2915

  
2916
etcHostsRemove :: String
2917
etcHostsRemove = "remove"
2918

  
2919
-- * Job queue test
2920

  
2921
jqtMsgprefix :: String
2922
jqtMsgprefix = "TESTMSG="
2923

  
2924
jqtExec :: String
2925
jqtExec = "exec"
2926

  
2927
jqtExpandnames :: String
2928
jqtExpandnames = "expandnames"
2929

  
2930
jqtLogmsg :: String
2931
jqtLogmsg = "logmsg"
2932

  
2933
jqtStartmsg :: String
2934
jqtStartmsg = "startmsg"
2935

  
2936
jqtAll :: FrozenSet String
2937
jqtAll = ConstantUtils.mkSet [jqtExec, jqtExpandnames, jqtLogmsg, jqtStartmsg]
2938

  
2911 2939
-- * Confd
2912 2940

  
2913 2941
confdProtocolVersion :: Int

Also available in: Unified diff