Pushy

Provides a wrapper to the chef pushy endpoints. node_states (status) is the only supported endpoint at this time.

Supported Operations

Status Check the push jobs status on a node

API Reference

class pastry.resources.pushy.Pushy[source]

Provides access to the chef pushy api

classmethod status(nodename)[source]

Checks the push jobs status of a node

Parameters:nodename (string) – The Node’s nodename
Returns:If pushy jobs is available on the node
Return type:boolean