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
c3a43198
Commit
c3a43198
authored
Oct 13, 2017
by
muhammad-ammar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes after testing with val
parent
55901ac5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
playbooks/roles/video_pipeline/defaults/main.yml
+4
-2
util/jenkins/ansible-provision.sh
+1
-1
No files found.
playbooks/roles/video_pipeline/defaults/main.yml
View file @
c3a43198
...
...
@@ -37,6 +37,8 @@ video_pipeline_debian_pkgs:
-
libffi6
-
libffi-dev
VIDEO_PIPELINE_HOST_ENVIRONMENT
:
'
sandbox'
VIDEO_PIPELINE_NGINX_PORT
:
"
1{{
video_pipeline_gunicorn_port
}}"
VIDEO_PIPELINE_SSL_NGINX_PORT
:
"
4{{
video_pipeline_gunicorn_port
}}"
...
...
@@ -74,7 +76,7 @@ VIDEO_PIPELINE_MEDIA_STORAGE_BACKEND:
VIDEO_PIPELINE_ENVIRONMENT
:
VIDEO_PIPELINE_CFG
:
"
{{
COMMON_CFG_DIR
}}/{{
video_pipeline_service_name
}}.yml"
PYTHONPATH
:
"
{{
video_pipeline_code_dir
}}"
"
PYTHONPATH
:
"
{{
video_pipeline_code_dir
}}"
VIDEO_PIPELINE_SERVICE_USER
:
'
pipeline_service_user'
...
...
@@ -249,7 +251,7 @@ VIDEO_PIPELINE_CONFIG:
# ---
# Celery Info
# ---
celery_app_name
:
veda_production
celery_app_name
:
'
veda_{{
VIDEO_PIPELINE_HOST_ENVIRONMENT
}}'
# can do multiple queues like so: foo,bar,baz
main_celery_queue
:
encode_worker
celery_receiver_queue
:
encode_worker
...
...
util/jenkins/ansible-provision.sh
View file @
c3a43198
...
...
@@ -308,7 +308,7 @@ DISCOVERY_SOCIAL_AUTH_REDIRECT_IS_HTTPS: true
VIDEO_PIPELINE_DOMAIN: "pipeline-
${
deploy_host
}
"
VIDEO_PIPELINE_URL_ROOT: "https://{{ VIDEO_PIPELINE_DOMAIN }}"
VIDEO_PIPELINE_SOCIAL_AUTH_REDIRECT_IS_HTTPS: false
VIDEO_PIPELINE_VAL_BASE_URL: "
{{ EDXAPP_C
MS_BASE }}"
VIDEO_PIPELINE_VAL_BASE_URL: "
https://{{ EDXAPP_L
MS_BASE }}"
EOF
fi
...
...
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