generic-worker on macOS: more docs, move minion config out of roster

This commit is contained in:
Simon Sapin 2018-11-13 14:58:10 +01:00
parent 2017bc8931
commit 79bd98b679
3 changed files with 19 additions and 9 deletions

View file

@ -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