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
8e388c44
Commit
8e388c44
authored
Jul 28, 2015
by
Gabe Mulley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change around some of the variables
parent
f818f828
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
.gitignore
+2
-0
TODO.txt
+0
-2
playbooks/roles/edxapp/defaults/main.yml
+1
-1
playbooks/vagrant-devstack.yml
+0
-1
No files found.
.gitignore
View file @
8e388c44
...
...
@@ -9,6 +9,8 @@
vagrant/*/devstack/edx-platform
vagrant/*/devstack/cs_comments_service
vagrant/*/devstack/ora
vagrant/*/devstack/analytics_api
vagrant/*/devstack/insights
vagrant_ansible_inventory_default
### OS X artifacts
...
...
TODO.txt
View file @
8e388c44
...
...
@@ -9,5 +9,3 @@
* document instructions
* vagrant up
* as vagrant user run "cd /edx/app/edx_ansible/edx_ansible/playbooks/edx-east && /edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook -i localhost, -c local analytics_single.yml"
* sudo su hadoop
* edx-analytics-hadoop.sh start
playbooks/roles/edxapp/defaults/main.yml
View file @
8e388c44
...
...
@@ -687,7 +687,7 @@ generic_env_config: &edxapp_generic_env
CROSS_DOMAIN_CSRF_COOKIE_NAME
:
"
{{
EDXAPP_CROSS_DOMAIN_CSRF_COOKIE_NAME
}}"
VIDEO_UPLOAD_PIPELINE
:
"
{{
EDXAPP_VIDEO_UPLOAD_PIPELINE
}}"
DEPRECATED_ADVANCED_COMPONENT_TYPES
:
"
{{
EDXAPP_DEPRECATED_ADVANCED_COMPONENT_TYPES
}}"
OAUTH_OIDC_ISSUER
:
"
{{
EDXAPP_LMS_BASE_SCHEME
|
default('http
s
')
}}://{{
EDXAPP_LMS_BASE
}}/oauth2"
OAUTH_OIDC_ISSUER
:
"
{{
EDXAPP_LMS_BASE_SCHEME
|
default('http')
}}://{{
EDXAPP_LMS_BASE
}}/oauth2"
XBLOCK_FS_STORAGE_BUCKET
:
"
{{
EDXAPP_XBLOCK_FS_STORAGE_BUCKET
}}"
XBLOCK_FS_STORAGE_PREFIX
:
"
{{
EDXAPP_XBLOCK_FS_STORAGE_PREFIX
}}"
ANALYTICS_DATA_URL
:
"
{{
EDXAPP_ANALYTICS_DATA_URL
}}"
...
...
playbooks/vagrant-devstack.yml
View file @
8e388c44
...
...
@@ -14,7 +14,6 @@
ENABLE_LEGACY_ORA
:
!!null
EDXAPP_LMS_BASE
:
127.0.0.1:8000
EDXAPP_OAUTH_ENFORCE_SECURE
:
false
EDXAPP_LMS_BASE_SCHEME
:
http
roles
:
-
edx_ansible
-
edxlocal
...
...
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