Skip to content

Commit 899485e

Browse files
committed
few fixes
1 parent 89d2c49 commit 899485e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

deployment/live/gcp/test/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ This config uses the [gcp/storage](/deployment/modules/gcp/conformance) module t
1010
define a test environment to run the SCTFE, backed by Trillian Tessera.
1111

1212
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
1617

1718
## Manual deployment
1819

19-
This
20-
2120
First authenticate via `gcloud` as a principle with sufficient ACLs for
2221
the project:
2322
```bash
@@ -37,7 +36,7 @@ Terraforming the project can be done by:
3736

3837
## Run the SCTFE
3938

40-
Run the following command:
39+
On the VM, run the following command:
4140
```bash
4241
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}
4342
```

0 commit comments

Comments
 (0)