ol-infrastructure icon indicating copy to clipboard operation
ol-infrastructure copied to clipboard

Infrastructure automation code for use by MIT Open Learning

Results 139 ol-infrastructure issues
Sort by recently updated
recently updated
newest added

### Expected Behavior If forum can't talk to its mongodb or opensearch backends, the app should crash / stop outright. Not enter a funky state where the ASG / LB...

bug
product:infrastructure
project:open-edx

``` [Unit] Description="Obtain an exclusive lock and run database migrations at startup." Requires=network-online.target After=consul-template.service [Service] Type=oneshot ExecStart=/usr/local/bin/consul lock -timeout=6h -verbose lms_migrations /edx/bin/edxapp-migrate-lms ExecStart=/usr/local/bin/consul lock -timeout=6h -verbose cms_migrations /edx/bin/edxapp-migrate-cms RemainAfterExit=True StandardOutput=journal...

bug
product:infrastructure
project:open-edx

### Description/Context The OCW team would like to keep the old OCW origin for an indeterminate amount of time. Currently it is an EC2 instance running Nginx and keeping all...

Maintenance
Tech Debt
product:ocw
product:infrastructure

### Description/Context ``` 4:04 PM sar Yeah think as long as we don't have the grant definitions, then we should be good as those are the statements that are causing...

Maintenance
Infrastructure
Design

### Description/Context During the course of https://github.com/mitodl/ol-infrastructure/issues/2518 I got to thinking of how to best do these migrations / upgrade for consul clusters in a safe manner. It occurs to...

DevOps
Tech Debt

### Description/Context The OCW Plone service has been shut down. This is a placeholder to remind us to clean up the related AWS resources. ### Plan/Design - [ ] Terminate...

Tech Debt
product:infrastructure

### Description/Context Doing the current add new keycloak user performance art for each engineer seems pointlessly grindy. There should be a way to have engineering users automatically added as a...

DevOps
product:infrastructure

### Description/Context The idea is to alert when the queue is backed up. ### Plan/Design I don't honestly know what's involved here or whether or not celery-monitoring is a good...

### Description/Context In a recent MITx post mortem, we learned that we had 17K tasks running at once. This represents a critical condition we should be alerting on. meeting notes:...

### Description/Context Right now the management of secrets for devs is entirely ad-hoc. This lends itself to unfortunate incidents where monstrously huge .env files contain all the secrets and linger...

DevOps
product:infrastructure