Commit b89f2ebf by Kevin Falcone

Merge pull request #3101 from edx/jibsheet/more-openid-cleanup

More cleanup from this deprecation
parents 7c19f04a 7db7604a
......@@ -5,7 +5,6 @@
serial: 10
vars:
migrate_db: "yes"
openid_workaround: True
roles:
- aws
- role: nginx
......
......@@ -4,7 +4,6 @@
gather_facts: True
vars:
migrate_db: "yes"
openid_workaround: True
ansible_ssh_private_key_file: /var/lib/jenkins/continuous-integration.pem
mysql5_workaround: True
vars_files:
......
......@@ -10,7 +10,6 @@
gather_facts: True
vars:
migrate_db: "yes"
openid_workaround: True
EDXAPP_LMS_NGINX_PORT: '80'
edx_platform_version: 'master'
# Set to false if deployed behind another proxy/load balancer.
......
......@@ -78,7 +78,6 @@
#XSERVER_GRADER_SOURCE: "git@github.com:/MITx/6.00x.git"
#CERTS_BUCKET: "verify-test.example.org"
#migrate_db: "yes"
#openid_workaround: True
#rabbitmq_ip: "127.0.0.1"
#rabbitmq_refresh: True
#COMMON_HOSTNAME: edx-server
......
......@@ -4,7 +4,6 @@
gather_facts: True
vars:
migrate_db: 'yes'
openid_workaround: true
devstack: true
disable_edx_services: true
mongo_enable_journal: false
......
......@@ -4,7 +4,6 @@
gather_facts: True
vars:
migrate_db: 'yes'
openid_workaround: true
devstack: true
disable_edx_services: true
mongo_enable_journal: false
......
......@@ -4,7 +4,6 @@
gather_facts: True
vars:
migrate_db: 'yes'
openid_workaround: true
EDXAPP_LMS_NGINX_PORT: '80'
EDX_ANSIBLE_DUMP_VARS: true
CERTS_DOWNLOAD_URL: 'http://192.168.33.10:18090'
......
......@@ -4,7 +4,6 @@
gather_facts: True
vars:
devstack: true
openid_workaround: true
disable_edx_services: true
mongo_enable_journal: false
COMMON_MOTD_TEMPLATE: 'devstack_motd.tail.j2'
......
......@@ -3,7 +3,6 @@
sudo: True
gather_facts: True
vars:
openid_workaround: true
disable_edx_services: true
mongo_enable_journal: false
COMMON_MOTD_TEMPLATE: 'devstack_motd.tail.j2'
......
......@@ -199,7 +199,6 @@ NGINX_SET_X_FORWARDED_HEADERS: True
NGINX_REDIRECT_TO_HTTPS: True
EDX_ANSIBLE_DUMP_VARS: true
migrate_db: "yes"
openid_workaround: True
rabbitmq_ip: "127.0.0.1"
rabbitmq_refresh: True
COMMON_HOSTNAME: $dns_name
......
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