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
5f644b1c
Unverified
Commit
5f644b1c
authored
4 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
add details on the Puppet configuration
parent
bf22863a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsa/howto/gitlab.md
+17
-3
17 additions, 3 deletions
tsa/howto/gitlab.md
with
17 additions
and
3 deletions
tsa/howto/gitlab.md
+
17
−
3
View file @
5f644b1c
...
...
@@ -184,17 +184,31 @@ TBD
The current GitLab server was setup in the [[ganeti]] cluster in a
regular virtual machine. It was configured with [[puppet]] with the
`roles::gitlab`
.
`roles::gitlab`
. That, in turn, relies on a series of
`profile`
elements which configure:
*
`profile::gitlab::web`
: nginx vhost and TLS cert, depends on
`profile::nginx`
built for the [[cache]] service and relying on the
[
puppet/nginx
](
https://forge.puppet.com/puppet/nginx
)
module from the Forge
*
`profile::gitlab::mail`
: dovecot and postfix configuration, for
email replies
*
`profile::gitlab::database`
: postgresql configuration, possibly not
used by the Omnibus package, see
[
issue 20
](
https://gitlab.torproject.org/tpo/tpa/gitlab/-/issues/20
)
*
`profile::gitlab::app`
: the core of the configuration of gitlab
itself, uses the
[
puppet/gitlab
](
https://forge.puppet.com/puppet/gitlab
)
module from the Forge, with
Prometheus, Grafana, and Nginx support disabled, but Redis,
PostgreSQL, and Prometheus exporters enabled
This installs the
[
GitLab Omnibus
](
https://docs.gitlab.com/omnibus/
)
distribution which duplicates a
lot of resources we would otherwise manage elsewhere in Puppet,
including (but possibly not limited to):
*
[[prometheus]]
*
[[prometheus]]
exorters
*
[[postgresql]]
*
redis
This therefore leads to a "particular" situation regarding monitoring
and PostgreSQL backups, in particular.
and PostgreSQL backups, in particular.
See
[
issue 20
](
https://gitlab.torproject.org/tpo/tpa/gitlab/-/issues/20
)
for details.
## SLA
<!-- this describes an acceptable level of service for this service -->
...
...
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