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
af850807
Commit
af850807
authored
Oct 10, 2017
by
muhammad-ammar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more changes
parent
3b139527
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
0 deletions
+11
-0
playbooks/edx-east/oauth_client_setup.yml
+1
-0
playbooks/roles/local_dev/defaults/main.yml
+7
-0
playbooks/roles/nginx/templates/edx/app/nginx/sites-available/pipeline.j2
+2
-0
playbooks/roles/video_pipeline/meta/main.yml
+1
-0
No files found.
playbooks/edx-east/oauth_client_setup.yml
View file @
af850807
...
...
@@ -9,5 +9,6 @@
-
"
roles/ecommerce/defaults/main.yml"
-
"
roles/credentials/defaults/main.yml"
-
"
roles/discovery/defaults/main.yml"
-
"
roles/video_pipeline/defaults/main.yml"
roles
:
-
oauth_client_setup
playbooks/roles/local_dev/defaults/main.yml
View file @
af850807
...
...
@@ -69,6 +69,13 @@ localdev_accounts:
repo
:
"
discovery"
}
-
{
user
:
"
{{
video_pipeline_user|default('None')
}}"
,
home
:
"
{{
video_pipeline_home|default('None')
}}"
,
env
:
"
pipeline_env"
,
repo
:
"
edx-video-pipeline"
}
# Helpful system packages for local dev
local_dev_pkgs
:
-
vim
...
...
playbooks/roles/nginx/templates/edx/app/nginx/sites-available/
video_
pipeline.j2
→
playbooks/roles/nginx/templates/edx/app/nginx/sites-available/pipeline.j2
View file @
af850807
...
...
@@ -2,6 +2,8 @@
# {{ ansible_managed }}
#
# Author: Muhammad Ammar
{% if "video_pipeline" in nginx_default_sites %}
{% set default_site = "default_server" %}
{% else %}
...
...
playbooks/roles/video_pipeline/meta/main.yml
View file @
af850807
...
...
@@ -49,3 +49,4 @@ dependencies:
edx_django_service_extra_apps
:
'
{{
VIDEO_PIPELINE_EXTRA_APPS
}}'
edx_django_service_automated_users
:
'
{{
VIDEO_PIPELINE_AUTOMATED_USERS
}}'
edx_django_service_use_python3
:
false
nginx_edx_django_service_gunicorn_hosts
:
'
{{
NGINX_VIDEO_PIPELINE_GUNICORN_HOSTS
}}'
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