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
9b4527e9
Commit
9b4527e9
authored
Jul 10, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding default env/auth for ora
parent
450d8982
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
2 deletions
+48
-2
playbooks/roles/ora/vars/main.yml
+48
-2
No files found.
playbooks/roles/ora/vars/main.yml
View file @
9b4527e9
...
...
@@ -9,8 +9,54 @@ ease_venv_dir: "{{ venv_dir }}"
ora_gunicorn_workers
:
4
ora_nginx_port
:
18091
ora_gunicorn_port
:
8091
ora_auth_config
:
{}
ora_env_config
:
{}
ora_env_config
:
"
LOGGING_ENV"
:
"
prod-grader"
"
LOG_DIR"
:
"
/mnt/logs"
"
REQUESTS_TIMEOUT"
:
"
5"
"
QUEUES_TO_PULL_FROM"
:
"
open-ended"
"
TIME_BETWEEN_XQUEUE_PULLS"
:
"
5"
"
TIME_BETWEEN_EXPIRED_CHECKS"
:
"
1800"
"
GRADER_SETTINGS_DIRECTORY"
:
"
grader_settings/"
"
MAX_NUMBER_OF_TIMES_TO_RETRY_GRADING"
:
"
10"
"
MIN_TO_USE_ML"
:
"
100"
"
ML_PATH"
:
"
machine-learning/"
"
ML_MODEL_PATH"
:
"
ml_models/"
"
TIME_BETWEEN_ML_CREATOR_CHECKS"
:
"
300"
"
TIME_BETWEEN_ML_GRADER_CHECKS"
:
"
5"
"
MIN_TO_USE_PEER"
:
"
10"
"
PEER_GRADER_COUNT"
:
"
3"
"
PEER_GRADER_MINIMUM_TO_CALIBRATE"
:
"
3"
"
PEER_GRADER_MAXIMUM_TO_CALIBRATE"
:
"
6"
"
PEER_GRADER_MIN_NORMALIZED_CALIBRATION_ERROR"
:
"
.5"
"
EXPIRE_SUBMISSIONS_AFTER"
:
"
1296000"
"
RESET_SUBMISSIONS_AFTER"
:
"
600"
"
LOCAL_LOGLEVEL"
:
"
DEBUG"
"
DEBUG"
:
false
"
SYSLOG_SERVER"
:
"
localhost"
"
USE_S3_TO_STORE_MODELS"
:
false
"
S3_BUCKETNAME"
:
"
openended-prod"
ora_auth_config
:
"
USERS"
:
"
xqueue_pull"
:
"
password"
"
lms"
:
"
password"
"
XQUEUE_INTERFACE"
:
"
django_auth"
:
"
password"
:
"
password"
"
username"
:
"
lms"
"
basic_auth"
:
[
"
edx"
,
"
edx"
]
"
url"
:
"
http://localhost:18040"
"
GRADING_CONTROLLER_INTERFACE"
:
"
django_auth"
:
"
password"
:
"
password"
"
username"
:
"
lms"
"
url"
:
"
http://localhost:18091"
'
DATABASES'
:
'
default'
:
{
'
ENGINE'
:
'
django.db.backends.mysql'
,
'
NAME'
:
'
ora'
,
'
USER'
:
'
root'
,
'
PASSWORD'
:
'
'
,
'
HOST'
:
'
localhost'
,
'
PORT'
:
'
3306'
}
'
AWS_ACCESS_KEY_ID'
:
'
'
'
AWS_SECRET_ACCESS_KEY'
:
'
'
ora_source_repo
:
https://github.com/edx/edx-ora.git
ora_version
:
'
HEAD'
ora_pre_requirements_file
:
"
{{
ora_code_dir
}}/pre-requirements.txt"
...
...
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