Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Latest commit

 

History

History
67 lines (47 loc) · 3.59 KB

README.md

File metadata and controls

67 lines (47 loc) · 3.59 KB

Open edX release demo platform CD

⚠ This repo is read-only until the next major Open edX release. See you in Sumac! (Oct. 2024)

This repo holds the continuous deployment (CD) scripts to deploy the Open edX release demo platforms. As of May 9, 2024, it is used to deploy and configure a test instance of the Redwood release.

⚠ THIS REPO IS NOT FOR PUBLIC CONSUMPTION ⚠ It is only used to deploy and configure a test instance for the Build/Test/Release working group. Detected issues should be reported to the working group.

URLs:

You may log in with the following credentials:

The platform is reset weekly, every Monday at 2 am UTC.

The deployment script is included in this repository. If you are working on testing the latest release and you would like to modify this script, please open a pull request.

The following plugins are enabled on the demo platform:

  • tutor-android (PR by @DawoudSheraz)
  • tutor-cairn (PR by @FahadKhalid210)
    • tutor-contrib-aspects (master branch)
    • aspects has been enabled in place of cairn for testing of certain Product features.
  • tutor-contrib-codejail (PR by @MoisesGSalas)
  • tutor-credentials (PR by @Faraz32123)
  • tutor-discovery (PR by @Faraz32123)
  • tutor-ecommerce (PR by @Faraz32123)
  • tutor-forum (PR by @DawoudSheraz)
  • tutor-indigo (PR by @hinakhadim)
  • tutor-mfe (PR by @hinakhadim)
  • tutor-minio (PR by @FahadKhalid210)
  • tutor-notes (PR by @jfavellar90)
  • tutor-webui (PR by @Abdul-Muqadim-Arbisoft)
  • tutor-xqueue (PR by @jfavellar90)
  • tutor-jupyter (PR by @Abdul-Muqadim-Arbisoft)
    • LTI passport is jupyterhub:openedx:jupyter-lti-password.

If you are interested in upgrading these plugins to Redwood, please submit a PR by following the regular plugin upgrade instructions.

Testing

The deployment script can be tested with act. Define your secrets::

# edit the resulting .secrets file
cp .secrets.sample .secrets

Note that multi-line strings are not supported in secrets files, so you should replace carriage returns with "\n".

Then run::

act workflow_dispatch

License

This work is licensed under the terms of the GNU Affero General Public License (AGPL).