add vault, consul-template, arvados pkgs
[arvados.git] / services / boot / controller.go
index cc996bf8efb2646d28bb12e71668ab4e39b5113f..06de1d3cad2ab7d5a3c4f83627d584d66e755d03 100644 (file)
@@ -13,16 +13,19 @@ func (c *controller) Boot(ctx context.Context) error {
                Concurrent{
                        cfg,
                        installCerts,
+                       arvadosRepo,
                },
                Concurrent{
                        consul,
                        &download{
                                URL:  "https://releases.hashicorp.com/consul-template/0.18.0/consul-template_0.18.0_linux_amd64.zip",
                                Dest: path.Join(cfg.UsrDir, "bin", "consul-template"),
+                               Size: 6912352,
                                Mode: 0755,
                        },
                },
                Concurrent{
+                       vault,
                        dispatchLocal,
                        dispatchSLURM,
                        gitHTTP,