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
b038bbde
Commit
b038bbde
authored
Jun 29, 2018
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We can override the DATA_DIR now that edx-platform exposes it
parent
a7049422
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
18 deletions
+1
-18
playbooks/roles/edxapp/defaults/main.yml
+1
-3
playbooks/roles/edxapp/tasks/main.yml
+0
-15
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
b038bbde
...
...
@@ -935,9 +935,6 @@ edxapp_devstack_logs:
# Only install packages which are appropriate for this environment
edxapp_npm_production
:
"
yes"
# TODO: This can be removed once VPC-122 is resolved
edxapp_legacy_course_data_dir
:
"
{{
edxapp_app_dir
}}/data"
edxapp_workers
:
"
{{
EDXAPP_CELERY_WORKERS
}}"
EDXAPP_WORKER_DEFAULT_STOPWAITSECS
:
432000
...
...
@@ -1164,6 +1161,7 @@ generic_env_config: &edxapp_generic_env
WIKI_ENABLED
:
true
SYSLOG_SERVER
:
"
{{
EDXAPP_SYSLOG_SERVER
}}"
LOG_DIR
:
"
{{
edxapp_log_dir
}}"
DATA_DIR
:
"
{{
edxapp_data_dir
}}"
JWT_ISSUER
:
"
{{
EDXAPP_LMS_ISSUER
}}"
DEFAULT_JWT_ISSUER
:
ISSUER
:
"
{{
EDXAPP_LMS_ISSUER
}}"
...
...
playbooks/roles/edxapp/tasks/main.yml
View file @
b038bbde
...
...
@@ -48,21 +48,6 @@
-
devstack
-
devstack:install
# This is a symlink that has to exist because
# we currently can't override the DATA_DIR var
# in edx-platform. TODO: This can be removed once
# VPC-122 is closed
-
name
:
make the course data dir
file
:
src
:
"
{{
edxapp_course_data_dir
}}"
dest
:
"
{{
edxapp_legacy_course_data_dir
}}"
state
:
link
owner
:
"
{{
edxapp_user
}}"
group
:
"
{{
common_web_group
}}"
tags
:
-
install
-
install:base
-
name
:
create edxapp log dir
file
:
path
:
"
{{
edxapp_log_dir
}}"
...
...
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