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
46da29f5
Unverified
Commit
46da29f5
authored
4 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
document spicerack and owncast
parent
0dc344d2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
howto/conference.md
+2
-0
2 additions, 0 deletions
howto/conference.md
howto/fabric.md
+17
-0
17 additions, 0 deletions
howto/fabric.md
with
19 additions
and
0 deletions
howto/conference.md
+
2
−
0
View file @
46da29f5
...
...
@@ -319,3 +319,5 @@ Conference-hosting and larger-scale e-learning software:
stream conferences online. requires hosting and managing our own
services, although Carl Karsten @ https://nextdayvideo.com/ can
provide that paid service.
*
[
Owncast
](
https://github.com/owncast/owncast
)
- free software Twitch replacement: streaming with
storage
This diff is collapsed.
Click to expand it.
howto/fabric.md
+
17
−
0
View file @
46da29f5
...
...
@@ -486,3 +486,20 @@ things. He hasn't committed to the project [in over a year](https://github.com/d
shortly after
[
announcing
](
https://sweetness.hmmz.org/2019-10-28-operon.html
)
a "private-source" (GPL, but no public
code release) rewrite of the Ansible engine, called
[
Operon
](
https://networkgenomics.com/operon/
)
. So
it's
[
unclear what the fate of mitogen will be
](
https://github.com/dw/mitogen/issues/751
)
.
### spicerack and cumin
The Wikimedia Foundation (WMF, the organisation running Wikipedia)
created a set of tools called
[
spicerack
](
https://github.com/wikimedia/operations-software-spicerack
)
. It is a framework of
Python code built on top of
[
Cumin
](
cumin
)
, on top of which they wrote a
set of
[
cookbooks
](
https://gerrit.wikimedia.org/r/plugins/gitiles/operations/cookbooks
)
to automate various ad-hoc operations on the
cluster.
Like Fabric, it doesn't ship Python code on the remote servers: it
merely executes shell commands. The advantage over Fabric is that it
bridges with the Cumin inventory system to target servers based on the
domain-specific language (DSL) available there.
It is also very WMF-specific, and probably would be useless outside of
that context. It does have good examples of how Cumin can be used as a
library for certain operations, however.
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