openedx / openedx-k8s-harmony

A Prototype Helm Chart for deploying multiple Open edX instances (via Tutor) onto a cluster.
GNU Affero General Public License v3.0
10 stars 14 forks source link

Does Multi-tenant Elastics fail if other plugins like `tutor-forum` are installed? #48

Closed CodeWithEmad closed 3 months ago

CodeWithEmad commented 11 months ago

This plugin will only change the ELASTIC_SEARCH_CONFIG for LMS/CMS, but other applications like Forum will use elastic:

https://github.com/overhangio/tutor-forum/blob/fee67a8b66ec003967d58618d830f9b4d4ac211d/tutorforum/plugin.py#L27

and since tutor is responsible for the deployment, the forum plugin will be configured with ELASTICSEARCH_SCHEME (default: "http") ELASTICSEARCH_HOST (default: "elasticsearch") ELASTICSEARCH_PORT (default: 9200)

tutor-discovery is also using elastic. What about that?