pandastrike / huxley

API and CLI for Docker Deployment
9 stars 1 forks source link

Implment Fleetctl Based Deployment Monitoring #96

Closed freeformflow closed 9 years ago

freeformflow commented 9 years ago

@PandaWhisperer, please implement the Deployment monitoring that we discussed today. This will take changes to the hook server so it will poll the cluster's fleetctl utility for service information and parse the CLI output.

  1. When a deployment begins, the githook script needs to create a pending record for the command. The canonical deployment "command" Dan provided is deploy [service-name] [cluster-name].
  2. This record is deleted when the deployment reaches a terminal state.