Commit 6da8cd29 by Clinton Blackburn

Fixed programs sandbox configuration issues

- Creating DNS entry
- Specifying correct ports
- Enabling nginx site for CI builds

ECOM-2755
parent 97717455
......@@ -17,6 +17,7 @@
- certs
- analytics_api
- ecommerce
- programs
nginx_default_sites:
- lms
- mysql
......
......@@ -78,7 +78,7 @@
value: "{{ item[0].public_dns_name }}"
with_nested:
- ec2.instances
- ['studio', 'ecommerce', 'preview']
- ['studio', 'ecommerce', 'preview', 'programs']
- name: Add new instance to host group
......
......@@ -155,14 +155,20 @@ ease_version: $ease_version
certs_version: $certs_version
discern_version: $discern_version
configuration_version: $configuration_version
ECOMMERCE_VERSION: $ecommerce_version
PROGRAMS_VERSION: $programs_version
EDXAPP_STATIC_URL_BASE: $static_url_base
EDXAPP_LMS_NGINX_PORT: 80
EDXAPP_LMS_PREVIEW_NGINX_PORT: 80
EDXAPP_CMS_NGINX_PORT: 80
ECOMMERCE_NGINX_PORT: 80
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
EDX_ANSIBLE_DUMP_VARS: true
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