2880: API server saves node statistics from pings.
authorBrett Smith <brett@curoverse.com>
Thu, 5 Jun 2014 15:38:46 +0000 (11:38 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 6 Jun 2014 13:39:55 +0000 (09:39 -0400)
commitf48482bd37d3ae5a5f1aa488fa330f77c5fd640d
tree584c3bde7c663f390c8bfe54a94f1f41ff257608
parent0e7e57bbd8030c8144a18e43e68945ab11ad094c
2880: API server saves node statistics from pings.

Crunch will use this information when scheduling Jobs, to satisfy
specified runtime constraints.  Getting this data into the pings is
the responsibility of the node's ping script.
services/api/app/controllers/arvados/v1/nodes_controller.rb
services/api/app/models/node.rb
services/api/test/fixtures/nodes.yml
services/api/test/functional/arvados/v1/nodes_controller_test.rb
services/api/test/unit/node_test.rb