Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEPR]: Testing explicitly on Ubuntu 20.04 #278

Open
feanil opened this issue Sep 9, 2024 · 0 comments
Open

[DEPR]: Testing explicitly on Ubuntu 20.04 #278

feanil opened this issue Sep 9, 2024 · 0 comments
Assignees
Labels
depr Proposal for deprecation & removal per OEP-21

Comments

@feanil
Copy link

feanil commented Sep 9, 2024

Proposal Date

2024-09-09

Target Ticket Acceptance Date

2024-09-20

Earliest Open edX Named Release Without This Functionality

Sumac - 2024-09

Rationale

It no longer makes sense to pin testing of the Open edX Platform to a specific version of Ubuntu. As long as the requisite system packages are install and configured, the platform and its components will operate correctly on any modern version of Ubuntu (16.04+).

edx-platform has the most complicated of these requirements but they are documented in it's README. They are also encoded into Tutor the community supported way to run the system.

Operators who are not using Tutor are also operating their own infrastructure orchestration independent of the Open edX system.

Removal / Replacement

To simplify our system now that we are not pinning support to only one version of Ubuntu, we will move all CI testing from using the ubuntu-20.04 github actions image to using the ubuntu-latest github actions image. This change will reduce future maintenance required as newer versions of Ubuntu become available as we expect GitHub to update the logical action work name to point to the new latest image.

Operators Notes

edx-platform

⚠️ Operators Note ⚠️: In newer versions of ubuntu the MD4 hashing algorithm
is disabled by default. To enable it the openssl config needs to be
updated in a manner similar to what's being done here. Alternatively,
you can set the FEATURES['ENABLE_BLAKE2B_HASHING'] setting to True
which will switch to a newer hashing algorithm where MD4 was previously
used.

Because this hashing is being used as a part of the edx-platform caching
mechanism
, this will effectively clear the cache for the items that use
this hash. The will impact any items where the cache key might have been
too big to store in memcache so it's hard to predict exactly which items
will be impacted.

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
depr Proposal for deprecation & removal per OEP-21
Projects
Status: Removing
Development

No branches or pull requests

1 participant