X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fnotify_messages.py;h=17f8ea07e28fad1d1eea9519121e5b250416c962;hb=HEAD;hp=6186fa01f5d1581cc8aa83c6711659ec0639300c;hpb=bd85ea4bb68783a0a58a6ddc6c3cc1dd22715eb1;p=bootmanager.git diff --git a/source/notify_messages.py b/source/notify_messages.py index 6186fa0..17f8ea0 100644 --- a/source/notify_messages.py +++ b/source/notify_messages.py @@ -1,5 +1,5 @@ #!/usr/bin/python2 - +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # @@ -11,11 +11,14 @@ this file contains the ids of messages that we can send the contacts at a site, through the BootNotifyOwners call """ -MSG_INSTALL_FINISHED= "installfinished" -MSG_INSUFFICIENT_DISK= "insufficientdisk" -MSG_INSUFFICIENT_MEMORY= "insufficientmemory" -MSG_NO_NODE_CONFIG_FILE= "noconfig" -MSG_AUTH_FAIL= "authfail" -MSG_NODE_NOT_INSTALLED= "notinstalled" -MSG_HOSTNAME_NOT_RESOLVE= "hostnamenotresolve" -MSG_NO_DETECTED_NETWORK= "nodetectednetwork" +MSG_INSTALL_FINISHED = "installfinished" +MSG_INSUFFICIENT_DISK = "insufficientdisk" +MSG_INSUFFICIENT_MEMORY = "insufficientmemory" +MSG_NO_NODE_CONFIG_FILE = "noconfig" +MSG_AUTH_FAIL = "authfail" +MSG_NODE_NOT_INSTALLED = "notinstalled" +MSG_NODE_FILESYSTEM_CORRUPT = "filesystemcorrupted" +MSG_NODE_MOUNT_FAILED = "mountfailed" +MSG_NODE_MISSING_KERNEL = "missingkernel" +MSG_HOSTNAME_NOT_RESOLVE = "hostnamenotresolve" +MSG_NO_DETECTED_NETWORK = "nodetectednetwork"