mitodl / salt-ops

Repository for building, managing and deploying salt-based infrastructure
BSD 3-Clause "New" or "Revised" License
47 stars 7 forks source link

Add MICROMASTERS_CATALOG_API_URL to mitopen env #1597

Closed mbertrand closed 1 year ago

mbertrand commented 1 year ago

What are the relevant tickets?

Related to https://github.com/mitodl/mit-open/pull/144

Description (What does it do?)

Adds MICROMASTERS_CATALOG_API_URL to env settings for mit-open, value based on this pre-existing line:

{% set etl_micromasters_host = salt.sdb.get('sdb://consul/open-{}-etl-micromasters-host'.format(environment)) %}

Devops question: Is sdb://consul/open-{}-etl-micromasters-host set for mit-open? Should be the same as for open-discussions.

Ardiea commented 1 year ago

Devops question: Is sdb://consul/open-{}-etl-micromasters-host set for mit-open? Should be the same as for open-discussions.

This is a good question to which I do not have an answer yet. I'm not familiar with this syntax to begin with so I will look into it further.