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
OpenEdx
configuration
Commits
7e56e392
Commit
7e56e392
authored
Dec 17, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove NOT FOR PRODUCTION
parent
687c75a0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
42 deletions
+3
-42
playbooks/edx-east/edx_sandbox.yml
+1
-0
playbooks/roles/edxapp/tasks/deploy.yml
+1
-2
playbooks/vagrant-fullstack.yml
+1
-0
playbooks/vagrant-shortstack-xml.yml
+0
-18
playbooks/vagrant-shortstack.yml
+0
-22
No files found.
playbooks/edx-east/edx_sandbox.yml
View file @
7e56e392
...
...
@@ -29,3 +29,4 @@
rbenv_dir
:
"
{{
forum_home
}}"
rbenv_ruby_version
:
"
{{
forum_ruby_version
}}"
-
forum
-
edx_ansible
playbooks/roles/edxapp/tasks/deploy.yml
View file @
7e56e392
...
...
@@ -211,8 +211,7 @@
# https://code.launchpad.net/~wligtenberg/django-openid-auth/mysql_fix/+merge/22726
# This is necessary for when syncdb is run and the django_openid_auth module is installed,
# not sure if this fix will ever get merged
# We should never do this in production
-
name
:
edxapp | openid workaround - NOT FOR PRODUCTION
-
name
:
edxapp | openid workaround
shell
:
sed -i -e 's/claimed_id = models.TextField(max_length=2047, unique=True/claimed_id = models.TextField(max_length=2047/' {{ edxapp_venv_dir }}/lib/python2.7/site-packages/django_openid_auth/models.py
when
:
openid_workaround is defined
sudo_user
:
"
{{
edxapp_user
}}"
...
...
playbooks/vagrant-fullstack.yml
View file @
7e56e392
...
...
@@ -29,3 +29,4 @@
-
{
role
:
"
xqueue"
,
update_users
:
True
}
-
ora
-
discern
-
edx_ansible
playbooks/vagrant-shortstack-xml.yml
deleted
100644 → 0
View file @
687c75a0
-
name
:
Configure instance(s)
hosts
:
vagrant
sudo
:
True
gather_facts
:
True
vars
:
migrate_db
:
"
yes"
openid_workaround
:
True
vars_files
:
-
"
group_vars/all"
roles
:
-
role
:
nginx
nginx_sites
:
-
lms
-
cms
-
lms-preview
-
edxlocal
-
mongo
-
{
role
:
'
edxapp'
,
EDXAPP_LMS_NGINX_PORT
:
18030
,
EDXAPP_LMS_XML_NGINX_PORT
:
80
}
playbooks/vagrant-shortstack.yml
deleted
100644 → 0
View file @
687c75a0
-
name
:
Configure instance(s)
hosts
:
vagrant
sudo
:
True
gather_facts
:
True
vars
:
migrate_db
:
"
yes"
openid_workaround
:
True
vars_files
:
-
"
group_vars/all"
roles
:
-
role
:
nginx
nginx_sites
:
-
lms
-
cms
-
lms-preview
-
edxlocal
-
mongo
-
edxapp
-
oraclejdk
-
elasticsearch
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
-
forum
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