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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Cecylia Bocovich
Wiki Replica
Commits
8ea36ad8
Verified
Commit
8ea36ad8
authored
3 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
fix list indexes
parent
16e93a90
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
howto/static-component.md
+6
-6
6 additions, 6 deletions
howto/static-component.md
with
6 additions
and
6 deletions
howto/static-component.md
+
6
−
6
View file @
8ea36ad8
...
...
@@ -135,13 +135,13 @@ This procedure is common to all cases:
Use vanity-host onionperf.torproject.org ^/(.*)$ https://gitlab.torproject.org/tpo/metrics/team/-/wikis/onionperf
6
.
deploy the changes globally:
7
.
deploy the changes globally:
ssh staticiforme puppet agent -t
ssh static-master-fsn puppet agent -t
cumin 'C:roles::static_mirror_web or C:roles::static_mirror_web_vanity' 'puppet agent -t'
6
.
remove the home directory specified on the server (often
8
.
remove the home directory specified on the server (often
`staticiforme`
, but can be elsewhere) and mirrors, for example:
ssh staticiforme "mv /srv/onionperf.torproject.org/htdocs/ /srv/onionperf.torproject.org/htdocs-OLD ; echo rm -rf /srv/onionperf.torproject.org/htdocs-OLD | at now + 7 days"
...
...
@@ -149,10 +149,10 @@ This procedure is common to all cases:
cumin -o txt 'C:roles::static_mirror_web' 'mv /srv/static.torproject.org/mirrors/onionperf.torproject.org /srv/static.torproject.org/mirrors/onionperf.torproject.org-OLD'
cumin -o txt 'C:roles::static_mirror_web' 'echo rm -rf /srv/static.torproject.org/mirrors/onionperf.torproject.org-OLD | at now + 7 days'
7
.
consider removing the role user and group in LDAP, if there are no
9
.
consider removing the role user and group in LDAP, if there are no
files left owned by that user
8
.
remove from Nagios, e.g.:
10
.
remove from Nagios, e.g.:
-
name: mirror static sync - onionperf
...
...
@@ -162,10 +162,10 @@ This procedure is common to all cases:
If we do
*not*
want to keep a vanity site, we should also do this:
2
.
remove the host to DNS, if not already present, see
[
howto/dns
](
howto/dns
)
. this
1
.
remove the host to DNS, if not already present, see
[
howto/dns
](
howto/dns
)
. this
can be either in
`dns/domains.git`
or
`dns/auto-dns.git`
3
.
remove the Let's encrypt certificate, see
[
howto/letsencrypt
](
howto/letsencrypt
)
for details
2
.
remove the Let's encrypt certificate, see
[
howto/letsencrypt
](
howto/letsencrypt
)
for details
## Pager playbook
...
...
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