Merge branch '16379-installer-prometheus-grafana'. Closes #16379
[arvados.git] / tools / salt-install / terraform / aws / vpc / locals.tf
index ed02fb85a75a03fcdf51ad79be5f2b624915bd47..00e9d9494c34640abbdbd35cdd0b7c9e4290a791 100644 (file)
@@ -16,12 +16,12 @@ locals {
   private_ip = {
     "controller": "10.1.1.11",
     "workbench": "10.1.1.15",
-    "shell": "10.1.1.17",
-    "keep0": "10.1.1.13",
+    "shell": "10.1.2.17",
+    "keep0": "10.1.2.13",
   }
   aliases = {
     controller: ["ws"]
-    workbench: ["workbench2", "webshell", "keep", "download", "*.collections"]
+    workbench: ["workbench2", "webshell", "keep", "download", "prometheus", "grafana", "*.collections"]
   }
   cname_by_host = flatten([
     for host, aliases in local.aliases : [
@@ -32,4 +32,3 @@ locals {
     ]
   ])
 }
-