18947: Add arvados-server dispatch-slurm subcommand.
authorTom Clegg <tom@curii.com>
Mon, 4 Jul 2022 15:16:49 +0000 (11:16 -0400)
committerTom Clegg <tom@curii.com>
Mon, 4 Jul 2022 15:16:49 +0000 (11:16 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

cmd/arvados-server/cmd.go

index 3a1fcd4c64e29b981ddb0234f1bf3eae6a14da7b..b3feca4370e7613fa1cd0f72062ca2518d39e694 100644 (file)
@@ -25,6 +25,7 @@ import (
        "git.arvados.org/arvados.git/lib/service"
        "git.arvados.org/arvados.git/sdk/go/arvados"
        "git.arvados.org/arvados.git/sdk/go/health"
+       dispatchslurm "git.arvados.org/arvados.git/services/crunch-dispatch-slurm"
        "git.arvados.org/arvados.git/services/githttpd"
        keepbalance "git.arvados.org/arvados.git/services/keep-balance"
        keepweb "git.arvados.org/arvados.git/services/keep-web"
@@ -50,6 +51,7 @@ var (
                "crunch-run":         crunchrun.Command,
                "dispatch-cloud":     dispatchcloud.Command,
                "dispatch-lsf":       lsf.DispatchCommand,
+               "dispatch-slurm":     dispatchslurm.Command,
                "git-httpd":          githttpd.Command,
                "health":             healthCommand,
                "install":            install.Command,