Skip to content

Commit

Permalink
Update documentation and linting paths
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Sep 10, 2024
1 parent 499a4c6 commit b0c1859
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ dss-tests: evaluate-tanka test-go-units test-go-units-crdb build-dss down-locall

.PHONY: evaluate-tanka
evaluate-tanka:
docker container run -v $(CURDIR)/build/jsonnetfile.json:/build/jsonnetfile.json -v $(CURDIR)/build/deploy:/build/deploy grafana/tanka show --dangerous-allow-redirect /build/deploy/examples/minimum
docker container run -v $(CURDIR)/build/jsonnetfile.json:/build/jsonnetfile.json -v $(CURDIR)/build/deploy:/build/deploy grafana/tanka show --dangerous-allow-redirect /build/deploy/examples/schema_manager
docker container run -v $(CURDIR)/build/jsonnetfile.json:/build/jsonnetfile.json -v $(CURDIR)/deploy/services/tanka:/deploy/services/tanka grafana/tanka show --dangerous-allow-redirect /deploy/services/tanka/examples/minimum
docker container run -v $(CURDIR)/build/jsonnetfile.json:/build/jsonnetfile.json -v $(CURDIR)/deploy/services/tanka:/deploy/services/tanka grafana/tanka show --dangerous-allow-redirect /deploy/services/tanka/examples/schema_manager

# This reproduces the entire continuous integration workflow (.github/workflows/ci.yml)
.PHONY: presubmit
Expand Down
4 changes: 2 additions & 2 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ a PR to that effect would be greatly appreciated.
[previous section](#docker-images).
1. From this working directory,
`cp -r deploy/examples/minimum/* workspace/$CLUSTER_CONTEXT`. Note that
`cp -r ../deploy/services/tanka/examples/minimum/* workspace/$CLUSTER_CONTEXT`. Note that
the `workspace/$CLUSTER_CONTEXT` folder should have already been created
by the `make-certs.py` script.
Expand Down Expand Up @@ -561,7 +561,7 @@ existing clusters you will need to:
1. Create `workspace/$CLUSTER_CONTEXT_schema_manager` in this (build) directory.
1. From this (build) working directory,
`cp -r deploy/examples/schema_manager/* workspace/$CLUSTER_CONTEXT_schema_manager`.
`cp -r ../deploy/services/tanka/examples/schema_manager/* workspace/$CLUSTER_CONTEXT_schema_manager`.
1. Edit `workspace/$CLUSTER_CONTEXT_schema_manager/main.jsonnet` and replace all `VAR_*`
instances with appropriate values where applicable as explained in the above section.
Expand Down
4 changes: 2 additions & 2 deletions build/db_schemas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ When a new database version is created, it needs to be targeted in a number of
places:
* Both .sql files in the appropriate folder in db_schemas when setting
schema_versions.schema_version
* [DSS main.jsonnet](../deploy/examples/minimum/main.jsonnet)
* [Schema manager main.jsonnet](../deploy/examples/schema_manager/main.jsonnet)
* [DSS main.jsonnet](../../deploy/services/tanka/examples/minimum/main.jsonnet)
* [Schema manager main.jsonnet](../../deploy/services/tanka/examples/schema_manager/main.jsonnet)
* /pkg/{rid|scd}/store/cockroach/store.go
* /deploy/infrastructure/dependencies/terraform-commons-dss/default_latest.tf
* /deploy/services/helm-charts/dss/templates/schema-manager.yaml
6 changes: 3 additions & 3 deletions deploy/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ See [introduction](../build/pooling.md#introduction)

## Architecture

See [architecture](../build/deploy/README.md#architecture)
See [architecture](services/tanka/README.md#architecture)

### Terminology notes

Expand All @@ -24,8 +24,8 @@ See [Additional requirements](../build/pooling.md#additional-requirements).

### Survivability

See [survivability](../build/deploy/README.md#survivability).
See [survivability](services/tanka/README.md#survivability).

### Sizing

See [sizing](../build/deploy/README.md#sizing).
See [sizing](services/tanka/README.md#sizing).

0 comments on commit b0c1859

Please sign in to comment.