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
e76a6bd4
Verified
Commit
e76a6bd4
authored
1 week ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
add checklist for new machines
Used in
team#41829
parent
84084e82
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#254680
passed with warnings
1 week ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/new-machine.md
+27
-5
27 additions, 5 deletions
howto/new-machine.md
with
27 additions
and
5 deletions
howto/new-machine.md
+
27
−
5
View file @
e76a6bd4
...
...
@@ -67,7 +67,11 @@ automated (see [ticket #31239](https://bugs.torproject.org/31239) for details of
The procedure below assumes the following steps have already been
taken by the installer:
0.
partitions have been correctly setup, including some (>=512M) swap
0.
a minimal Debian install with security updates has been booted
(note that Puppet will deploy unattended-upgrades later, but it's
still a good idea to do those updates as soon as possible)
1.
partitions have been correctly setup, including some (>=512M) swap
file (or swap partition) and a
`tmpfs`
in
`/tmp`
consider expanding the swap file if memory requirements are
...
...
@@ -81,10 +85,6 @@ taken by the installer:
mkswap /swapfile &&
swapon -a
1.
a minimal Debian install with security updates has been booted
(note that Puppet will deploy unattended-upgrades later, but it's
still a good idea to do those updates as soon as possible)
2.
a hostname has been set, picked from the
[
doc/naming-scheme
](
doc/naming-scheme
)
and the short hostname (e.g.
`test`
) resolves to a fully qualified
domain name (e.g.
`test.torproject.org`
) in the
`torproject.org`
...
...
@@ -310,6 +310,28 @@ above](#pre-requisites)! Some installers cover all of those steps, but most do n
At this point, the machine has a basic TPA setup. You will probably
need to assign it a "role" in Puppet to get it to do anything.
Here's a checklist you can copy in an issue to make sure the above is
followed:
-
[ ] BIOS and OOB setup
-
[ ] burn-in and basic testing
-
[ ] OS install and security sources check
-
[ ] partitions check
-
[ ] hostname check
-
[ ] ip address allocation
-
[ ] reverse DNS
-
[ ] DNS resolution
-
[ ] root password set
-
[ ] grub check
-
[ ] Nextcloud spreadsheet update
-
[ ]
`hosters.yaml`
update (rare)
-
[ ] fabric-tasks install
-
[ ] puppet bootstrap
-
[ ] dnswl
-
[ ]
`/srv`
filesystem
-
[ ] upgrade and reboot
-
[ ] silence alerts
# Reference
## Design
...
...
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