File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,13 @@ This config uses the [gcp/storage](/deployment/modules/gcp/conformance) module t
10
10
define a test environment to run the SCTFE, backed by Trillian Tessera.
11
11
12
12
At a high level, this environment consists of:
13
- - Spanner DB
14
- - GCS Bucket
15
- - VM to run the code
13
+ - One Spanner instance with two databases:
14
+ - one for Tessera
15
+ - one for deduplication
16
+ - A GCS Bucket
16
17
17
18
## Manual deployment
18
19
19
- This
20
-
21
20
First authenticate via ` gcloud ` as a principle with sufficient ACLs for
22
21
the project:
23
22
``` bash
@@ -37,7 +36,7 @@ Terraforming the project can be done by:
37
36
38
37
## Run the SCTFE
39
38
40
- Run the following command:
39
+ On the VM, run the following command:
41
40
``` bash
42
41
go run ./cmd/gcp/ --project_id=${GOOGLE_PROJECT} --bucket=${GOOGLE_PROJECT} -${TESSERA_BASE_NAME} -bucket --spanner_db_path=projects/${GOOGLE_PROJECT} /instances/${TESSERA_BASE_NAME} /databases/${TESSERA_BASE_NAME} -db --spanner_db_path=projects/${GOOGLE_PROJECT} /instances/${TESSERA_BASE_NAME} /databases/${TESSERA_BASE_NAME} -dedup-db --private_key=./testdata/ct-http-server.privkey.pem --password=dirk --roots_pem_file=./testdata/fake-ca.cert --origin=${TESSERA_BASE_NAME}
43
42
```
You can’t perform that action at this time.
0 commit comments