These two changes:
|
#stub for appsembler specific vals |
|
EDXAPP_APPSEMBLER_FEATURES: { |
|
TMP: None |
|
} |
|
APPSEMBLER_FEATURES: "{{ EDXAPP_APPSEMBLER_FEATURES }}" |
can be removed from our version of the fork if we do the following in each customer's server-vars.yml file:
---
EDXAPP_APPSEMBLER_FEATURES:
FEATURE_1: value
FEATURE_2: value
EDXAPP_ENV_EXTRA:
APPSEMBLER_FEATURES: "{{ EDXAPP_APPSEMBLER_FEATURES }}"
These two changes:
configuration/playbooks/roles/edxapp/defaults/main.yml
Lines 18 to 21 in a41fb79
configuration/playbooks/roles/edxapp/defaults/main.yml
Line 806 in a41fb79
can be removed from our version of the fork if we do the following in each customer's server-vars.yml file: