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