16306: Comment out Workbench2 so health check succeeds.
authorTom Clegg <tom@curii.com>
Mon, 28 Dec 2020 15:36:51 +0000 (10:36 -0500)
committerTom Clegg <tom@curii.com>
Mon, 28 Dec 2020 15:36:51 +0000 (10:36 -0500)
To be re-enabled when supported by install/package/boot.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

lib/install/init.go

index 8debf59be5372670b2abf919401a5513da0e4e34..d4d9ef47efd7b73ba2b76679b65be2c5c1228de6 100644 (file)
@@ -149,10 +149,10 @@ func (initcmd *initCommand) RunCommand(prog string, args []string, stdin io.Read
         InternalURLs:
           "http://0.0.0.0:8001/": {}
         ExternalURL: {{printf "%q" ( print "https://workbench." .Domain "/" ) }}
-      Workbench2:
-        InternalURLs:
-          "http://0.0.0.0:8002/": {}
-        ExternalURL: {{printf "%q" ( print "https://workbench2." .Domain "/" ) }}
+      #Workbench2:
+      #  InternalURLs:
+      #    "http://0.0.0.0:8002/": {}
+      #  ExternalURL: {{printf "%q" ( print "https://workbench2." .Domain "/" ) }}
       Health:
         InternalURLs:
           "http://0.0.0.0:9007/": {}