mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
generic-worker on macOS: more docs, move minion config out of roster
This commit is contained in:
parent
2017bc8931
commit
79bd98b679
3 changed files with 19 additions and 9 deletions
|
@ -15,10 +15,20 @@ cd etc/taskcluster/macos
|
|||
./salt-ssh '*' state.apply test=True
|
||||
```
|
||||
|
||||
## Servers
|
||||
## (Re)deploying a server
|
||||
|
||||
Servers are provisioned manually from MacStadium.
|
||||
The `config/roster` file lists them by DNS name.
|
||||
* Place an order or file a ticket with MacStadium to get a new hardware or reinstall an OS.
|
||||
|
||||
* Change the administrator password to one generated with
|
||||
`</dev/urandom tr -d -c 'a-zA-Z' | head -c 8; echo`
|
||||
(this short because of VNC),
|
||||
and save it in the shared 1Password account.
|
||||
|
||||
* Give the public IPv4 address a DNS name through Cloudflare.
|
||||
|
||||
* Add a correponding entry in the `config/roster` file.
|
||||
|
||||
* Log in through VNC, and run `xcode-select --install`
|
||||
|
||||
|
||||
## Taskcluster secrets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue