[ARVADOS] updated: a52ab8066f7db20fc5b74fdb8789453cf32ba872

git at public.curoverse.com git at public.curoverse.com
Fri Sep 4 09:31:24 EDT 2015


Summary of changes:
 services/nodemanager/arvnodeman/computenode/driver/azure.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  a52ab8066f7db20fc5b74fdb8789453cf32ba872 (commit)
      from  1ff72a23c54376ac40b94ed6d4fcf6b23e08feb4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit a52ab8066f7db20fc5b74fdb8789453cf32ba872
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Fri Sep 4 09:32:55 2015 -0400

    7193: Set timestamp on ex_run_command to ensure that the provisioning script runs.

diff --git a/services/nodemanager/arvnodeman/computenode/driver/azure.py b/services/nodemanager/arvnodeman/computenode/driver/azure.py
index d920439..633cb2e 100644
--- a/services/nodemanager/arvnodeman/computenode/driver/azure.py
+++ b/services/nodemanager/arvnodeman/computenode/driver/azure.py
@@ -67,7 +67,8 @@ class ComputeNodeDriver(BaseComputeNodeDriver):
                                  '""" % (self._make_ping_url(arvados_node),
                                          cloud_node.id,
                                          cloud_node.extra["properties"]["hardwareProfile"]["vmSize"],
-                                         cloud_node.private_ips[0]))
+                                         cloud_node.private_ips[0]),
+                                 timestamp=time.time())
         return cloud_node
 
     def list_nodes(self):

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list