Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2020-04-24 17:17:52 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2020-04-24 17:17:52 +0300
commit71d94f2dd28b66d7585ee7650644f35e6439fb20 (patch)
treedff8645e81f01ac9435994ccead23353d476eb1a
parentd380a6d08827199c0532df1c2a221cbdea224a08 (diff)
docs: terraform provisions the demo database
In 86e90ec2711025a69ab3bb696783de324fdf9b51, support was added for PG provisioning through terraform. The readme did still include the manual steps however.
-rw-r--r--_support/terraform/README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/_support/terraform/README.md b/_support/terraform/README.md
index 75aafe8fa..cbd1f1ea0 100644
--- a/_support/terraform/README.md
+++ b/_support/terraform/README.md
@@ -28,14 +28,10 @@ GCP.
When the script is done, `apt-get install gitlab-ee` is still busy
running in the background on your new VM's.
-### 4. Manually create a CloudSQL instance
+One of the provisioned resources is the database, which can take up to 10
+minutes to be created.
-In principle Terraform can also create a CloudSQL instance for
-Praefect but this is still work in progress. In the meantime, please
-use the GCP web UI to create a CloudSQL Postgres instance for
-Praefect.
-
-### 5. Use SSH to manually configure the hosts
+### 4. Use SSH to manually configure the hosts
Updating the config for all the demo cluster hosts is not yet
automated. Please follow the documentation at