def error(self, *args, **kwargs): yield msg.ConfluentNodeError( self.node, self.plugin + ' is not a supported plugin')
def create(nodes, element, configmanager, inputdata): for node in nodes: yield msg.ConfluentNodeError(node, 'Not Implemented')
def handle_attach_media(self): try: self.ipmicmd.attach_remote_media(self.inputdata.filename) except pygexc.UnsupportedFunctionality as uf: self.output.put(msg.ConfluentNodeError(self.node, str(uf)))
def error(self, *args, **kwargs): yield msg.ConfluentNodeError( self.node, 'collective mode is active, but collective.manager ' 'is not set for this node')