Skip to content

Commit f04172c

Browse files
Ian2012regisb
authored andcommitted
chore: add edunext's tutor plugins
1 parent 3bb88d2 commit f04172c

File tree

1 file changed

+46
-11
lines changed

1 file changed

+46
-11
lines changed

contrib/redwood/plugins.yml

+46-11
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,32 @@
66
description: |
77
Tutor plugin to install Aspects, the Open edX Learner Analytics System.
88
9+
- name: celery
10+
src: tutor-contrib-celery>=18.0.0,<19.0.0
11+
url: https://github.com/eduNEXT/tutor-contrib-celery
12+
author: eduNEXT <[email protected]>
13+
maintainer: eduNEXT <[email protected]>
14+
description: |
15+
Extend the default LMS and CMS celery workers included in Tutor allowing to
16+
run multiple celery queues to optimize the performance of async tasks.
17+
918
- name: codejail
10-
src: -e git+https://github.com/edunext/tutor-contrib-codejail@quince#egg=tutor-contrib-codejail
19+
src: tutor-contrib-codejail>=18.0.0,<19.0.0
1120
url: https://github.com/eduNEXT/tutor-contrib-codejail/
12-
author: eduNEXT
13-
maintainer: eduNEXT
21+
author: eduNEXT <[email protected]>
22+
maintainer: eduNEXT <[email protected]>
1423
description: |
15-
Tutor plugin to enable execution of untrusted code in secure sandboxes.
24+
Enable execution of untrusted code in secure sandboxes.
1625
In particular, this plugin is required to run Python-evaluated input XBlocks.
1726
18-
- name: pod-autoscaling
19-
src: -e git+https://github.com/eduNEXT/tutor-contrib-pod-autoscaling@v17.0.0#egg=tutor-contrib-pod-autoscaling
20-
url: https://github.com/eduNEXT/tutor-contrib-pod-autoscaling
21-
author: eduNEXT
22-
maintainer: eduNEXT
27+
- name: drydock
28+
src: tutor-contrib-drydock>=18.0.0,<19.0.0
29+
url: https://github.com/eduNEXT/drydock/
30+
author: eduNEXT <[email protected]>
31+
maintainer: eduNEXT <[email protected]>
2332
description: |
24-
Tutor plugin enable pod-autoscaling mechanisms for OpenedX installations in Kubernetes.
25-
The specific mechanisms are HPA and VPA.
33+
Drydock is an opinionated tool offering a set of Tutor plugins aiming to provide features
34+
that enhance the operation of Open edX installations in Kubernetes.
2635
2736
- name: meilisearch
2837
src: -e git+https://github.com/open-craft/[email protected]#egg=tutor-meilisearch
@@ -32,3 +41,29 @@
3241
description: |
3342
Tutor plugin to install Meilisearch and enable course content search in Studio.
3443
See the README on GitHub for further setup instructions.
44+
45+
- name: mfe-extensions
46+
src: tutor-contrib-mfe-extensions>=18.0.0,<19.0.0
47+
url: https://github.com/eduNEXT/tutor-contrib-mfe-extensions
48+
author: eduNEXT <[email protected]>
49+
maintainer: eduNEXT <[email protected]>
50+
description: |
51+
Extend the MFE plugin to allow the use of CDNs and routing MFE traffic by path
52+
instead of domains.
53+
54+
- name: pod-autoscaling
55+
src: tutor-contrib-pod-autoscaling>=18.0.0,<19.0.0
56+
url: https://github.com/eduNEXT/tutor-contrib-pod-autoscaling
57+
author: eduNEXT <[email protected]>
58+
maintainer: eduNEXT <[email protected]>
59+
description: |
60+
Enable pod-autoscaling mechanisms for Open edX installations in Kubernetes.
61+
The specific mechanisms are HPA and VPA.
62+
63+
- name: sentry
64+
src: tutor-contrib-sentry>=18.0.0,<19.0.0
65+
url: https://github.com/eduNEXT/tutor-contrib-sentry
66+
author: eduNEXT <[email protected]>
67+
maintainer: eduNEXT <[email protected]>
68+
description: |
69+
Sentry integration for Open edX.

0 commit comments

Comments
 (0)