You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,16 +29,6 @@ We've made our deployment configurations open source to better serve our custome
29
29
30
30
[Open an issue (in sourcegraph/sourcegraph)](https://github.com/sourcegraph/sourcegraph/issues/new?assignees=&labels=deploy-sourcegraph&template=deploy-sourcegraph.md&title=%5Bdeploy-sourcegraph%5D) or contact us (support@sourcegraph.com), we are happy to help!
> ⚠️ **Deprecation Notice:** The pure-Docker deployment method is planned for deprecation.
35
-
36
-
What if your organization wants a multi-machine deployment without using Kubernetes?
37
-
What if you use a different container management platform, for example?
38
-
Anyone using a container management platform other than Kubernetes (Netflix's [Titus](https://netflix.github.io/titus/), Apache's [Mesos](http://mesos.apache.org/documentation/latest/docker-containerizer/), etc.) can use our [Pure-Docker Sourcegraph cluster deployment reference](./pure-docker/README.md) to deploy Sourcegraph.
-`VAGRANT_GCP_PROJECT_ID`: Project to run on. (default: `sourcegraph-server`)
17
17
-`VAGRANT_SSH_USER`: Your SSH user ID as specified in GCP metadata. (default: `ENV['USER']`)
18
18
-`VAGRANT_SSH_KEY`: Path to your SSH Keys as specified in GCP metadata. (default: `~/.ssh/id_rsa`)
19
-
-`TEST_TYPE`: Deployment type to test, `pure-docker-test` or `docker-compose-test`.
19
+
-`TEST_TYPE`: Deployment type to test, `docker-compose-test`.
20
20
```
21
21
.buildkite/vagrant-run.sh docker-test
22
22
```
23
23
24
-
This command will start a GCP instance, upload your local copy of the reposistory and run the relevant smoke test for each deployment type, [pure-docker-test](test/pure-docker/smoke-test.sh) or [docker-compose-test](test/docker-compose/smoke-test.sh).
24
+
This command will start a GCP instance, upload your local copy of the reposistory and run the relevant smoke test for the docker-compose deployment type.
25
25
26
-
To run any additional tests or commands, edit [servers.yaml](test/pure-docker/servers.yaml) and add the commands to the `shell_commands` list, eg:
26
+
To run any additional tests or commands, edit the servers.yaml and add the commands to the `shell_commands` list, eg:
0 commit comments