Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
5edce976
Unverified
Commit
5edce976
authored
4 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
document the new fabric installer
parent
bf8f9b99
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsa/howto/new-machine-hetzner-robot.mdwn
+24
-0
24 additions, 0 deletions
tsa/howto/new-machine-hetzner-robot.mdwn
with
24 additions
and
0 deletions
tsa/howto/new-machine-hetzner-robot.mdwn
+
24
−
0
View file @
5edce976
...
...
@@ -232,6 +232,30 @@ which we'll use below.
reboot
Semi-automated install
----------------------
The above procedure was automated using [[Fabric]] in the `tsa-misc`
git repository. This still remains to be documented better, but the
magic commandline for fsn-node-05 was:
./install -H root@88.99.194.57 --fingerprint 0d:4a:c0:85:c4:e1:fe:03:15:e0:99:fe:7d:cc:34:f7 --verbose hetzner-robot fsn-node-05.torproject.org installer/disk-config/gnt-fsn-NVMe installer/packages installer/post-scripts/
Taking that apart:
* `-H root@88.99.194.57`: that's the IP address provided by Hetzner
in the confirmation email
* `--fingerprint`: the ed25519 fingerprint from the same email
* `hetzner-robot`: the install job type
* `fsn-node-05.torproject.org`: the hostname to set on the machine
* `installer/disk-config/gnt-fsn-NVMe`: the disk configuration
* `installer/packages`: the base packages to isntall
* `isntaller/post-scripts/`: post-install scripts
The last two are passed to grml-debootstrap and should rarely be
changed (although they could be coverted in to Fabric tasks
themselves).
Configuration
-------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment