argparser.add_argument('--kairosdb-enable',action="store_true",help='Enable metric input from KairosDB')
argparser.add_argument('--kairosdb-url',help='URL of the KairosDB service (ex. http://localhost:8086)',default='http://localhost:8090')
argparser.add_argument('--workspace-base-path',help='Base directory where user workspaces will be created. Must be visible at this path on all hosts.',default='/mnt/zoe-workspaces')
argparser.add_argument('--workspace-deployment-path',help='Path appended to the workspace path to distinguish this deployment. If unspecified is equal to the deployment name.',default='--default--')
argparser.add_argument('--overlay-network-name',help='Name of the Swarm overlay network Zoe should use',default='zoe')
"""Terminate the container corresponding to a service."""
raiseNotImplementedError
defplatform_state(self)->ClusterStats:
defplatform_state(self,state=None)->ClusterStats:
"""Get the platform state. This method should fill-in a new ClusterStats object at each call, with fresh statistics on the available nodes and resource availability. This information will be used for taking scheduling decisions."""