-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add basic Ops overview #300
Merged
+72
−0
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Vox Pupuli DevOps | ||
|
||
This is an overview of our infrastructure. | ||
Stuff that's sponsored, or payed by us, is explicitly marked. | ||
|
||
|
||
* [System rules](#system-rules) | ||
* [Systems](#systems) | ||
* [ci01.voxpupu.li](#ci01.voxpupu.li) | ||
* [ci02.voxpupu.li](#ci02.voxpupu.li) | ||
* [CERN CI runners](#CERN-CI-runners) | ||
* [Software as a service](#software-as-a-service) | ||
* [public mailinglist](#public-mailinglist) | ||
* [PMC alias](#PMC-alias) | ||
* [internal PMC email addresses](#internal-PMC-email-addresses) | ||
* [DNS](#dns) | ||
* [Cloudflare](#Cloudflare) | ||
|
||
## System rules | ||
|
||
* We manage systems via puppet apply and [our controlrepo](https://github.com/voxpupuli/controlrepo) | ||
* they are all under the `voxpupu.li` domain | ||
|
||
## Systems | ||
|
||
### ci01.voxpupu.li | ||
|
||
* Dedicated X86 server sponsored by [macarne.com](https://macarne.com/). | ||
* It hosts different CI runners | ||
|
||
### ci02.voxpupu.li | ||
|
||
* ARM64 VM at [Hetzner](https://hetzner.de/), sponsored by simonhoenscheid | ||
|
||
### CERN CI runners | ||
|
||
* Different VMs managed and sponsored by CERN | ||
* Currently configured as runners for the whole [voxpupuli GitHub org](https://github.com/organizations/voxpupuli/settings/actions/runner-groups/4) | ||
* contact person is straylen | ||
* For incidents contact `[email protected]` | ||
|
||
## Software as a service | ||
|
||
Admin access to the services is handled via shared accounts in `puppet_credentials` or via personal accounts. | ||
Those are explained in the governance.md doc in the PMC section. | ||
|
||
### public mailinglist | ||
|
||
[groups.io](https://groups.io/g/voxpupuli) runs the `[email protected]` mailinglist. | ||
|
||
### PMC alias | ||
|
||
`[email protected]` is configured at [mailgun](https://app.mailgun.com/mg/sending/mailing-lists/pmc%40voxpupuli.org?listMembers=%7B%22limit%22%3A10%2C%22searchAddress%22%3A%22%22%2C%22skip%22%3A0%7D). | ||
|
||
### internal PMC email addresses | ||
|
||
We've two internal email addresses. | ||
They shouldn't be used publicly. | ||
They are listed in the `puppet_credentials`. | ||
Those are payed in advance via our open source collective credit card. | ||
|
||
### DNS | ||
|
||
Our domain registrar is [INWX](https://www.inwx.de/de). | ||
bastelfreak marked this conversation as resolved.
Show resolved
Hide resolved
|
||
We use the nameservers at INWX and Hetzner. | ||
The domains are payed in advance via our open source collective credit card. | ||
|
||
### Cloudflare | ||
|
||
We've a cloudflare account. | ||
It handles our website [voxpupuli.org](https://voxpupuli.org/). | ||
Requests are forwarded to GitHub pages for [github.com/voxpupuli/voxpupuli.github.io](https://github.com/voxpupuli/voxpupuli.github.io). | ||
bastelfreak marked this conversation as resolved.
Show resolved
Hide resolved
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it
paid
instead ofpayed
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Such a hard language!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#301