feat: add k8s integration for tutor paragon static hosting#4
Closed
Ang-m4 wants to merge 7 commits intoafg/styles-hosting-setupfrom
Closed
feat: add k8s integration for tutor paragon static hosting#4Ang-m4 wants to merge 7 commits intoafg/styles-hosting-setupfrom
Ang-m4 wants to merge 7 commits intoafg/styles-hosting-setupfrom
Conversation
a5b9ed5 to
d416674
Compare
This is based on the https://github.com/overhangio/cookiecutter-tutor-plugin The major changes are: * We moved the test workflow file to the top level `.github` repo. * The instructions in the README are updated to match the location of this plugin in the openedx-tutor-plugins repo. * We added the enable_lti_store.sh init task to run migrations and flip a waffle flag. * We added the openedx-dockerfile-post-python-requirements patch to install the openedx-ltistore library. * We removed a bunch of boilerplate from the plugin.py file that was not relevant.
There are issues with the base ltistore code so have the plugin install a branch off of my fork for now where we can iterate and debug while we test it out with the latest versions of edx-platform.
feat: Add a new plugin for enabling the openedx-ltistore library.
…s (FC-87) (openedx#38) * feat: add bundle minification build step for hosting * feat: add paragon static server and caddy configuration * feat: add configuration for Paragon theme URLs in dev and local * feat: add conditional logic for serving compiled themes * feat: update static server from nginx to caddy for serving compiled themes * fix: update tutor dependency to remove upper version limit * feat: update Paragon theme configuration and static server settings - add an upper limit version for tutor dependency - create a shared template for the mfe config on both dev and local envs - update the commonly used port for the hosting service to 12400 * feat: add tutor-mfe service integration * fix: integration test dependencies * feat: add integration tests for hosted files * fix(test): update LMS_HOST variable for hosting tests * fix: update MFE_CONFIG to use 'brandOverride' for theme URLs
d416674 to
507d9a9
Compare
507d9a9 to
a7169b7
Compare
Author
|
I’ll be closing this PR, as its upstream contribution will be handled here: openedx#45 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This pull request introduces Kubernetes deployment, service, and configuration updates to support serving compiled Paragon themes in the
tutor-contrib-paragonplugin. The changes ensure that static assets for Paragon themes are properly deployed, served, and configured within the Kubernetes environment.Kubernetes Deployment Configuration:
PARAGON_ENABLED_THEMES).Kubernetes Service Configuration:
ConfigMap Generator Configuration:
PARAGON_ENABLED_THEMESvariable.