Refactor heartbeat and related calls to a new AgentDeployMixin used
in AgentDeploy, ISCSIDeploy and BaseAgentVendor.
Also removes excessive passing of kwargs to where they are not used.
It has a potential of breaking out-of-tree drivers, but it also greatly
simplifies tracking how values are passed during deployment.
Also made several methods just functions.
Change-Id: I56c728c13b06f1aea0baeec0dddc7ba160a7a211
Partial-Bug: #1570841