-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I'm not 100% sure they'll work, so just one for now. I've updated the documentation according to my very shaky understanding. For golang/go#49149. Change-Id: Ic8f3b7fe96a1a6c18c0940a4aa2d08ec9dc2138b Reviewed-on: https://go-review.googlesource.com/c/build/+/365194 Trust: Heschi Kreinick <[email protected]> Run-TryBot: Heschi Kreinick <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Carlos Amedee <[email protected]>
- Loading branch information
Showing
7 changed files
with
55 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ bastion host & runs various services. | |
The bastion host is **macstadiumd.golang.org** and can be accessed | ||
via: | ||
|
||
$ ssh -i ~/keys/id_ed25519_golang1 [email protected] | ||
$ ssh -D :1080 -i ~/keys/id_ed25519_golang1 [email protected] | ||
|
||
(Where `id_ed255519_golang1` is available from http://go/go-builders-ssh) | ||
|
||
|
@@ -45,14 +45,17 @@ the bastion host VM is down, is to [VPN to our Cisco gateway](http://go/go-how-t | |
|
||
## VMware web UI | ||
|
||
Once you've connected to either OpenVPN or WireGuard, you can hit the | ||
Connect with OpenVPN, WireGuard, or configure your browser to use | ||
localhost:1080 as a SOCKS proxy. Add: | ||
|
||
10.87.58.9 vcenter.gglgtm-a-002.macstadium.com | ||
|
||
to your hosts file, then access the UI at https://vcenter.gglgtm-a-002.macstadium.com. | ||
|
||
VMware web UI at: | ||
|
||
https://10.87.58.9/ui/ | ||
|
||
(Alternatively, `ssh -D` to the bastion host to make a SOCKS tunnel | ||
and configure your browser to send proxy through that SOCKS tunnel.) | ||
|
||
## Adding a New Image | ||
|
||
When a new version of macOS is released: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters