ol-infrastructure
ol-infrastructure copied to clipboard
Infrastructure automation code for use by MIT Open Learning
### What are the relevant tickets? fixes https://github.com/mitodl/hq/issues/4051 ### Description (What does it do?) [email protected] is a email support address that works. It forwards to ZenDesk. AFAIK, there is no...
# User Story - See https://github.mit.edu/mitxonline/mitxonline-issues/issues/148 for the user story # Description/Context This MFE replaces one tab in the Instructor Dashboard (similar to the grade book MFE). The MFE is...
# Description/Context As a devops engineer I would like to provide tracing data to engineers to show how users interact with our application among other things. # Plan/Design 1. Create...
### Description/Context the mount `secret-mitxonline` is a complete disaster and contains entirely manually populated paths and keys. It needs to be reigned in and brought under pulumi management. ### Plan/Design...
## Expected Behavior Actually use the tika version information from the pipeline triggers/resources when building a new tika image. ## Current Behavior The tika pipeline is configured to build a...
### Description/Context Our deployments of OpenSearch clusters managed on AWS are currently provisioned using the [elasticsearch](https://www.pulumi.com/registry/packages/aws/api-docs/elasticsearch/) module of the AWS Pulumi SDK. This is functional, but doesn't support the full...
Revisit the Autoscaling for edx. Previously, when autoscaling was configured, edx would go into a death sprial of up/down/up/down over and over. Still need autoscaling but it needs to be...
### Description/Context We need to be notified if/when a running docker container stops. Currently in cases where we have load balanced instances, if a container fronted by traefik dies, we...
# Description/Context Pulumi is changing the way stacks are named by default as defined in [the documentation](https://www.pulumi.com/docs/concepts/stack/#:~:text=To%20create%20a%20new%20stack%2C%20use%20pulumi%20stack,stack%20name%20must%20be%20unique%20within%20a%20project.). # Plan/Design Stacks should be named in the format organizaation/project/stack. This may be...
# Description/Context Starting with vault 1.13.0, vault now support an "api_proxy" stanza in place of "cache". If we were to drop the "cache" stanza from our configuration and replace it...