20926: Allows the database version to be configurable from local.params.
[arvados.git] / tools / salt-install / local.params.example.single_host_single_hostname
index 30f97de29df2af831c389a49426718d89ba32c1f..5d4dc12a12681bbe84f51a25a3313319b12b2723 100644 (file)
@@ -86,7 +86,11 @@ KEEP_INT_IP=""
 KEEPSTORE0_INT_IP=""
 SHELL_INT_IP=""
 
-DISABLED_CONTROLLER=""
+DATABASE_NAME="${CLUSTER}_arvados"
+DATABASE_USER="${CLUSTER}_arvados"
+DATABASE_POSTGRESQL_VERSION=12
+# Set this if using an external PostgreSQL service.
+#DATABASE_EXTERNAL_SERVICE_HOST_OR_IP=
 
 # The directory to check for the config files (pillars, states) you want to use.
 # There are a few examples under 'config_examples'.