Commit 455ee290 by Clinton Blackburn

Revert "Fixed programs sandbox configuration issues"

This reverts commit 6da8cd29.
parent 6da8cd29
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
- certs - certs
- analytics_api - analytics_api
- ecommerce - ecommerce
- programs
nginx_default_sites: nginx_default_sites:
- lms - lms
- mysql - mysql
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
value: "{{ item[0].public_dns_name }}" value: "{{ item[0].public_dns_name }}"
with_nested: with_nested:
- ec2.instances - ec2.instances
- ['studio', 'ecommerce', 'preview', 'programs'] - ['studio', 'ecommerce', 'preview']
- name: Add new instance to host group - name: Add new instance to host group
......
...@@ -155,20 +155,14 @@ ease_version: $ease_version ...@@ -155,20 +155,14 @@ ease_version: $ease_version
certs_version: $certs_version certs_version: $certs_version
discern_version: $discern_version discern_version: $discern_version
configuration_version: $configuration_version configuration_version: $configuration_version
ECOMMERCE_VERSION: $ecommerce_version
PROGRAMS_VERSION: $programs_version
EDXAPP_STATIC_URL_BASE: $static_url_base EDXAPP_STATIC_URL_BASE: $static_url_base
EDXAPP_LMS_NGINX_PORT: 80 EDXAPP_LMS_NGINX_PORT: 80
EDXAPP_LMS_PREVIEW_NGINX_PORT: 80 EDXAPP_LMS_PREVIEW_NGINX_PORT: 80
EDXAPP_CMS_NGINX_PORT: 80 EDXAPP_CMS_NGINX_PORT: 80
ECOMMERCE_NGINX_PORT: 80 ECOMMERCE_NGINX_PORT: 80
ECOMMERCE_SSL_NGINX_PORT: 443 ECOMMERCE_SSL_NGINX_PORT: 443
ECOMMERCE_VERSION: $ecommerce_version
PROGRAMS_NGINX_PORT: 80
PROGRAMS_SSL_NGINX_PORT: 443
PROGRAMS_VERSION: $programs_version
NGINX_SET_X_FORWARDED_HEADERS: True NGINX_SET_X_FORWARDED_HEADERS: True
EDX_ANSIBLE_DUMP_VARS: true EDX_ANSIBLE_DUMP_VARS: true
migrate_db: "yes" migrate_db: "yes"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment