Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
b89f2ebf
Commit
b89f2ebf
authored
Jun 09, 2016
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3101 from edx/jibsheet/more-openid-cleanup
More cleanup from this deprecation
parents
7c19f04a
7db7604a
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
10 deletions
+0
-10
playbooks/edx-east/edx_continuous_integration.yml
+0
-1
playbooks/edx-east/edx_jenkins_tests.yml
+0
-1
playbooks/edx_sandbox.yml
+0
-1
playbooks/sample_vars/server_vars.yml
+0
-1
playbooks/vagrant-analytics.yml
+0
-1
playbooks/vagrant-devstack.yml
+0
-1
playbooks/vagrant-fullstack.yml
+0
-1
playbooks/vagrant/vagrant-devstack-delta.yml
+0
-1
playbooks/vagrant/vagrant-fullstack-delta.yml
+0
-1
util/jenkins/ansible-provision.sh
+0
-1
No files found.
playbooks/edx-east/edx_continuous_integration.yml
View file @
b89f2ebf
...
...
@@ -5,7 +5,6 @@
serial
:
10
vars
:
migrate_db
:
"
yes"
openid_workaround
:
True
roles
:
-
aws
-
role
:
nginx
...
...
playbooks/edx-east/edx_jenkins_tests.yml
View file @
b89f2ebf
...
...
@@ -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
:
...
...
playbooks/edx_sandbox.yml
View file @
b89f2ebf
...
...
@@ -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.
...
...
playbooks/sample_vars/server_vars.yml
View file @
b89f2ebf
...
...
@@ -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
...
...
playbooks/vagrant-analytics.yml
View file @
b89f2ebf
...
...
@@ -4,7 +4,6 @@
gather_facts
:
True
vars
:
migrate_db
:
'
yes'
openid_workaround
:
true
devstack
:
true
disable_edx_services
:
true
mongo_enable_journal
:
false
...
...
playbooks/vagrant-devstack.yml
View file @
b89f2ebf
...
...
@@ -4,7 +4,6 @@
gather_facts
:
True
vars
:
migrate_db
:
'
yes'
openid_workaround
:
true
devstack
:
true
disable_edx_services
:
true
mongo_enable_journal
:
false
...
...
playbooks/vagrant-fullstack.yml
View file @
b89f2ebf
...
...
@@ -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'
...
...
playbooks/vagrant/vagrant-devstack-delta.yml
View file @
b89f2ebf
...
...
@@ -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'
...
...
playbooks/vagrant/vagrant-fullstack-delta.yml
View file @
b89f2ebf
...
...
@@ -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'
...
...
util/jenkins/ansible-provision.sh
View file @
b89f2ebf
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment