X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=manager%2FREADME.md;h=1ee65bfcaf3196b1a3ae65b5ee97af4ed19d78b5;hb=a9ef86e37fe77a728b175831bd7d3d928edd054b;hp=03730d1adf1ef63c3cf8e2d3a730a474ae5a21fb;hpb=81dc8132d05121442ac1396d094b67e793ab38b0;p=infra.git diff --git a/manager/README.md b/manager/README.md index 03730d1..1ee65bf 100644 --- a/manager/README.md +++ b/manager/README.md @@ -12,15 +12,16 @@ In the following instruction "this directory" refers to the directory (outside o - create an ssh-key (may have a passphrase) named "vm-key" in this directory - install the public key into the VMs authorized_keys-file (e.g. with `ssh-copy-id`) - create a file named `/config` containing `to=user@vm-connection-info` - (steps 4 and 5 can be executed by script init-vm) 4. connect to this VM and install CI-SSH-Key (generate one named vm-key in this directory) - (optional) disable SSH-Password Auth (in the VM) - (optional; required for CI) disable sudo requiring a password. (in the VM) -5. (optional) install some packages for CI speedup (in the VM) -6. (optional) Now may be a good time to poweroff the VM, take a snapshot and power it back on. -7. run `./setup [fresh]` +5. Place the NRE archives in `nre-results/*.tar.gz`. You can generate them by running `./all root $(date +%Y)` in the NRE repository, which will place the archives in the `generated/` folder there. +6. (optional) install some packages for CI speedup (in the VM) +7. (optional) Now may be a good time to poweroff the VM, take a snapshot and power it back on. +8. run `./setup [fresh]` - `fresh` instructs the script to reset the VM before installing +(Steps 4 and 6 can be guided by the script "init-vm".) Creating a tricks script ------