Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

engineering: Add GCP projects overview #1413

Merged
merged 18 commits into from
Aug 28, 2020
Merged
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions handbook/engineering/environments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Environment

This page describes our different cloud environments.

## Google Cloud

We utilize multiple Google Cloud projects and folders to organize our workloads and manage access control.
pecigonzalo marked this conversation as resolved.
Show resolved Hide resolved


### Root Projects

- **Sourcegraph**: Services for sourcegraph.com.
- **sourcegraph-code-intel**: Services for Code Intel code execution.
pecigonzalo marked this conversation as resolved.
Show resolved Hide resolved
- **sourcegraph-managed-**: There are multiple `-managed` projects, one for each our managed deployments.
- **TelligentSourcegraph**: Data pipeline and storage for pings and Cloud event logging.
- **Sourcegraph Auxiliary**: Testing clusters and deployments.
- **Universities**: Sourcegraph instances for universities. (Deprecated)
- **sourcegraph-interviews**: Shared project for interviews.
pecigonzalo marked this conversation as resolved.
Show resolved Hide resolved
- **sourcegraph-calend**: Owned by @sqs.
pecigonzalo marked this conversation as resolved.
Show resolved Hide resolved
- **sourcegraph-orgtool**: Owned by @sqs.
pecigonzalo marked this conversation as resolved.
Show resolved Hide resolved

### Folders
Dynamic or temporary projects are created in the folders listed below.
pecigonzalo marked this conversation as resolved.
Show resolved Hide resolved
pecigonzalo marked this conversation as resolved.
Show resolved Hide resolved

- **Engineers Projects**: Contains projects used by individual engineers. All projects must be prefixed with `$name-` (the name of the owner). Engineers are expected to remove all their resources once they are done testing.