more vault
[arvados.git] / services / boot / controller.go
index 784f09f3f034b955c5dbd77938147803726c3206..abd07255ea7896baf586885096be99881081e9ce 100644 (file)
@@ -16,26 +16,25 @@ func (c *controller) Boot(ctx context.Context) error {
                        arvadosRepo,
                },
                Concurrent{
+                       postgresql,
                        &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,
                        },
-                       consul,
-               },
-               Concurrent{
-                       vault,
-                       nomad,
-               },
-               Concurrent{
-                       dispatchLocal,
-                       dispatchSLURM,
-                       gitHTTP,
-                       keepbalance,
-                       keepproxy,
-                       keepstore,
-                       websocket,
                },
+               consul,
+               vault,
+               nomad,
+               // Concurrent{
+               //      dispatchLocal,
+               //      dispatchSLURM,
+               //      gitHTTP,
+               //      keepbalance,
+               //      keepproxy,
+               //      keepstore,
+               //      websocket,
+               // },
        }.Boot(ctx)
 }