[ARVADOS] updated: 1.1.0-39-ge14975a

Git user git at public.curoverse.com
Tue Oct 17 10:28:19 EDT 2017


Summary of changes:
 build/run-build-packages.sh      |   2 +
 build/run-tests.sh               |   2 +
 sdk/go/arvados/config.go         | 105 +++++++++++++++++++
 sdk/go/auth/auth.go              |   2 +-
 sdk/go/health/aggregator.go      | 218 +++++++++++++++++++++++++++++++++++++++
 sdk/go/health/aggregator_test.go | 192 ++++++++++++++++++++++++++++++++++
 services/health/main.go          |  55 ++++++++++
 7 files changed, 575 insertions(+), 1 deletion(-)
 create mode 100644 sdk/go/arvados/config.go
 create mode 100644 sdk/go/health/aggregator.go
 create mode 100644 sdk/go/health/aggregator_test.go
 create mode 100644 services/health/main.go

       via  e14975a4a482dd4a6c1579fbeee9038d7227b385 (commit)
       via  856fad7ba0db75710c479cb2d2738754d818a883 (commit)
       via  5bc52dbe43040297c622900797c55e686b377e9b (commit)
       via  ff100fbf824e2dbc2ff0afd3d746ac562532cfb6 (commit)
       via  a9497f8d2756104ba07d88d5c8c7b84790fd83f3 (commit)
       via  9959bf0f5631daa84e8afa7de145154390259c67 (commit)
       via  f0e6212bbe6e34f6ac4e928a236e77cca852895d (commit)
       via  825e37afbde9b1f0cb43451170fc300f64943ada (commit)
       via  63218507eec156df91f80c86ee05d680d67b8336 (commit)
       via  91db2d8fd32bc3f6c2a26ffc37f6591b1e5f380b (commit)
      from  15b5b59f5902fdc0fe4eb5366ba3b654b117d7df (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 e14975a4a482dd4a6c1579fbeee9038d7227b385
Merge: 15b5b59 856fad7
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Tue Oct 17 10:24:19 2017 -0400

    Merge branch '12260-system-health'
    
    refs #12260
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>


commit 856fad7ba0db75710c479cb2d2738754d818a883
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Tue Oct 17 10:23:37 2017 -0400

    12260: Build arvados-health package.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 2cde946..5ce2d92 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -353,6 +353,8 @@ package_go_binary services/crunch-run crunch-run \
     "Supervise a single Crunch container"
 package_go_binary services/crunchstat crunchstat \
     "Gather cpu/memory/network statistics of running Crunch jobs"
+package_go_binary services/health arvados-health \
+    "Check health of all Arvados cluster services"
 package_go_binary services/keep-balance keep-balance \
     "Rebalance and garbage-collect data blocks stored in Arvados Keep"
 package_go_binary services/keepproxy keepproxy \

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list