7286: Move logic to shut down newly booted nodes nodes that haven't pinged to
authorPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 29 Sep 2015 14:27:10 +0000 (10:27 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 29 Sep 2015 14:27:10 +0000 (10:27 -0400)
commit72e3566f2cdacd44f095183ebf88f7aab8b0d8dc
treefcd875a892fb112239f519ac0669a3c71ebefb2e
parenta5b2fa0f7dbefe103ce2bc87f1136ee01e915141
7286: Move logic to shut down newly booted nodes nodes that haven't pinged to
ComputeNodeMonitorActor.  Shut down nodes if they have "missing" status and are
"broken" according to the cloud client.  Don't count "missing" nodes as "up"
when deciding whether to boot more nodes.
services/nodemanager/arvnodeman/computenode/dispatch/__init__.py
services/nodemanager/arvnodeman/computenode/driver/__init__.py
services/nodemanager/arvnodeman/computenode/driver/azure.py
services/nodemanager/arvnodeman/daemon.py