Skip to content

Commit

Permalink
chore: add edunext's tutor plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Nov 28, 2024
1 parent 08e41f5 commit f79fda8
Showing 1 changed file with 46 additions and 11 deletions.
57 changes: 46 additions & 11 deletions contrib/redwood/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,32 @@
description: |
Tutor plugin to install Aspects, the Open edX Learner Analytics System.
- name: celery
src: tutor-contrib-celery>=18.0.0,<19.0.0
url: https://github.com/eduNEXT/tutor-contrib-celery
author: eduNEXT <[email protected]>
maintainer: eduNEXT <[email protected]>
description: |
Extend the default LMS and CMS celery workers included in Tutor allowing to
run multiple celery queues to optimize the performance of async tasks.
- name: codejail
src: -e git+https://github.com/edunext/tutor-contrib-codejail@quince#egg=tutor-contrib-codejail
src: tutor-contrib-codejail>=18.0.0,<19.0.0
url: https://github.com/eduNEXT/tutor-contrib-codejail/
author: eduNEXT
maintainer: eduNEXT
author: eduNEXT <[email protected]>
maintainer: eduNEXT <[email protected]>
description: |
Tutor plugin to enable execution of untrusted code in secure sandboxes.
Enable execution of untrusted code in secure sandboxes.
In particular, this plugin is required to run Python-evaluated input XBlocks.
- name: pod-autoscaling
src: -e git+https://github.com/eduNEXT/tutor-contrib-pod-autoscaling@v17.0.0#egg=tutor-contrib-pod-autoscaling
url: https://github.com/eduNEXT/tutor-contrib-pod-autoscaling
author: eduNEXT
maintainer: eduNEXT
- name: drydock
src: tutor-contrib-drydock>=18.0.0,<19.0.0
url: https://github.com/eduNEXT/drydock/
author: eduNEXT <[email protected]>
maintainer: eduNEXT <[email protected]>
description: |
Tutor plugin enable pod-autoscaling mechanisms for OpenedX installations in Kubernetes.
The specific mechanisms are HPA and VPA.
Drydock is an opinionated tool offering a set of Tutor plugins aiming to provide features
that enhance the operation of Open edX installations in Kubernetes.
- name: meilisearch
src: -e git+https://github.com/open-craft/[email protected]#egg=tutor-meilisearch
Expand All @@ -32,3 +41,29 @@
description: |
Tutor plugin to install Meilisearch and enable course content search in Studio.
See the README on GitHub for further setup instructions.
- name: mfe-extensions
src: tutor-contrib-mfe-extensions>=18.0.0,<19.0.0
url: https://github.com/eduNEXT/tutor-contrib-mfe-extensions
author: eduNEXT <[email protected]>
maintainer: eduNEXT <[email protected]>
description: |
Extend the MFE plugin to allow the use of CDNs and routing MFE traffic by path
instead of domains.
- name: pod-autoscaling
src: tutor-contrib-pod-autoscaling>=18.0.0,<19.0.0
url: https://github.com/eduNEXT/tutor-contrib-pod-autoscaling
author: eduNEXT <[email protected]>
maintainer: eduNEXT <[email protected]>
description: |
Enable pod-autoscaling mechanisms for Open edX installations in Kubernetes.
The specific mechanisms are HPA and VPA.
- name: sentry
src: tutor-contrib-sentry>=18.0.0,<19.0.0
url: https://github.com/eduNEXT/tutor-contrib-sentry
author: eduNEXT <[email protected]>
maintainer: eduNEXT <[email protected]>
description: |
Sentry integration for Open edX.

0 comments on commit f79fda8

Please sign in to comment.