X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fnotify_messages.py;h=682c8543da1d4b07e0638eb5d5264476ab2515c4;hb=46b7e125c111fd15cbd6942023095e6e3f861002;hp=b33dabd4a0d4179e0eac75f3d8b7ac287541ab20;hpb=7ab7e9dd797333a9fdc8604554e16e192a32144d;p=bootmanager.git diff --git a/source/notify_messages.py b/source/notify_messages.py index b33dabd..682c854 100644 --- a/source/notify_messages.py +++ b/source/notify_messages.py @@ -1,3 +1,11 @@ +#!/usr/bin/python +# +# Copyright (c) 2003 Intel Corporation +# All rights reserved. +# +# Copyright (c) 2004-2006 The Trustees of Princeton University +# All rights reserved. + """ this file contains the ids of messages that we can send the contacts at a site, through the BootNotifyOwners call @@ -9,3 +17,8 @@ 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"