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
b0475ffd
Commit
b0475ffd
authored
Oct 12, 2017
by
muhammad-ammar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete unused file
parent
62fba7b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
190 deletions
+0
-190
playbooks/roles/video_pipeline/templates/instance_config.yaml.j2
+0
-190
No files found.
playbooks/roles/video_pipeline/templates/instance_config.yaml.j2
deleted
100644 → 0
View file @
62fba7b9
---
# ---
# Database information
# ---
DATABASES:
default:
ENGINE: 'django.db.backends.mysql'
NAME: '{{ VIDEO_PIPELINE_DEFAULT_DB_NAME }}'
USER: '{{ VIDEO_PIPELINE_MYSQL_USER }}'
PASSWORD: '{{ VIDEO_PIPELINE_MYSQL_PASSWORD }}'
HOST: '{{ VIDEO_PIPELINE_MYSQL }}'
PORT: '3306'
django_secret_key: '{{ VIDEO_PIPELINE_SECRET_KEY }}'
# Django DEBUG global
# (set to false in prod)
debug: false
# django staticfile settings
STATIC_ROOT_PATH: '{{ VIDEO_PIPELINE_STATIC_ROOT }}'
# ---
# AWS Buckets, Prefixes
# ---
# Studio/Platform
edx_s3_ingest_prefix: '{{ VIDEO_PIPELINE_EDX_S3_INGEST_PREFIX }}'
edx_s3_ingest_bucket: '{{ VIDEO_PIPELINE_EDX_S3_INGEST_BUCKET }}'
edx_s3_endpoint_bucket: '{{ VIDEO_PIPELINE_EDX_S3_ENDPOINT_BUCKET }}'
# CF
edx_cloudfront_prefix: '{{ VIDEO_PIPELINE_EDX_CLOUDFRONT_PREFIX }}'
# Images
aws_video_images_bucket: '{{ VIDEO_PIPELINE_AWS_VIDEO_IMAGES_BUCKET }}'
aws_video_images_prefix: "video-images/"
# VEDA Internal
veda_s3_upload_bucket: '{{ VIDEO_PIPELINE_VEDA_S3_UPLOAD_BUCKET }}'
veda_s3_hotstore_bucket: '{{ VIDEO_PIPELINE_VEDA_S3_HOTSTORE_BUCKET }}'
veda_deliverable_bucket: '{{ VIDEO_PIPELINE_VEDA_DELIVERABLE_BUCKET }}'
veda_upload_bucket: '{{ VIDEO_PIPELINE_VEDA_UPLOAD_BUCKET }}'
# Settings
multi_upload_barrier: 2000000000
veda_base_url: '{{ VIDEO_PIPELINE_VEDA_BASE_URL }}'
s3_base_url: https://s3.amazonaws.com
# Transcripts
aws_video_transcripts_bucket: '{{ VIDEO_PIPELINE_AWS_VIDEO_TRANSCRIPTS_BUCKET }}'
aws_video_transcripts_prefix: video-transcripts/
# cielo24 api urls
cielo24_api_base_url: 'https://{{ VIDEO_PIPELINE_CIELO24_API_ENVIRONMENT }}.cielo24.com/api'
# 3playmedia api urls
three_play_api_base_url: https://api.3playmedia.com/
three_play_api_transcript_url: https://static.3playmedia.com/
# a token identifying a valid request from transcript provider
transcript_provider_request_token: '{{ VIDEO_PIPELINE_TRANSCRIPT_PROVIDER_REQUEST_TOKEN }}'
# Ingest Secret
# TODO: Elminate access key after AWS Support ticket 08/20/17 regarding cross-account IAM role access.
veda_secret_access_key: '{{ VIDEO_PIPELINE_VEDA_SECRET_ACCESS_KEY }}'
veda_access_key_id: '{{ VIDEO_PIPELINE_VEDA_ACCESS_KEY_ID }}'
# ---
# email vars
# ---
veda_noreply_email: '{{ VIDEO_PIPELINE_VEDA_NOREPLY_EMAIL }}'
admin_email: '{{ VIDEO_PIPELINE_ADMIN_EMAIL }}'
# ---
# VEDA API
# ---
## VEDA API Auth
veda_api_url: '{{ VIDEO_PIPELINE_VEDA_API_URL }}'
veda_auth_url: '{{ VIDEO_PIPELINE_VEDA_AUTH_URL }}'
veda_client_id: '{{ VIDEO_PIPELINE_VEDA_CLIENT_ID }}'
veda_secret_key: '{{ VIDEO_PIPELINE_VEDA_SECRET_KEY }}'
veda_token_url: '{{ VIDEO_PIPELINE_VEDA_TOKEN_URL }}'
# ---
# VAL
# ---
val_api_url: '{{ VIDEO_PIPELINE_VAL_API_URL }}'
val_token_url: '{{ VIDEO_PIPELINE_VAL_TOKEN_URL }}'
val_video_images_url: '{{ VIDEO_PIPELINE_VAL_VIDEO_IMAGES_URL }}'
# Credentials
val_client_id: '{{ VIDEO_PIPELINE_VAL_CLIENT_ID }}'
val_secret_key: '{{ VIDEO_PIPELINE_VAL_SECRET_KEY }}'
val_password: '{{ VIDEO_PIPELINE_VAL_PASSWORD }}'
val_username: '{{ VIDEO_PIPELINE_VAL_USERNAME }}'
val_transcript_create_url: '{{ VIDEO_PIPELINE_VAL_TRANSCRIPT_CREATE_URL }}'
val_video_transcript_status_url: '{{ VIDEO_PIPELINE_VAL_VIDEO_TRANSCRIPT_STATUS_URL }}'
# ---
# Celery Info
# ---
celery_app_name: veda_production
# can do multiple queues like so: foo,bar,baz
main_celery_queue: encode_worker
celery_receiver_queue: encode_worker
largefile_celery_queue: large_encode_worker
celery_stat_queue: transcode_stat
largefile_queue_barrier: 1000000000
celery_threads: 1
rabbitmq_broker: '{{ VIDEO_PIPELINE_RABBITMQ_BROKER }}'
rabbitmq_pass: '{{ VIDEO_PIPELINE_RABBITMQ_PASS }}'
rabbitmq_user: '{{ VIDEO_PIPELINE_RABBITMQ_USER }}'
# ---
# Shotgun Variables (internal mediateam)
# ---
sg_server_path: '{{ VIDEO_PIPELINE_SG_SERVER_PATH }}'
sg_script_name: '{{ VIDEO_PIPELINE_SG_SCRIPT_NAME }}'
sg_script_key: '{{ VIDEO_PIPELINE_SG_SCRIPT_KEY }}'
# ---
# Endpoints
# ---
threeplay_ftphost: '{{ VIDEO_PIPELINE_THREEPLAY_FTPHOST }}'
xuetang_api_url: '{{ VIDEO_PIPELINE_XUETANG_API_URL }}'
xuetang_api_shared_secret: '{{ VIDEO_PIPELINE_XUETANG_API_SHARED_SECRET }}'
## Encoding Config
ffmpeg_compiled: "ffmpeg"
ffprobe_compiled: "ffprobe"
target_aspect_ratio: 1.7777778
# ----------
##---
# This is a list of encodes and their respective course
# boolean matches
encode_dict:
review_proc:
- review
mobile_override:
- override
s3_proc:
- mobile_high
- mobile_low
- audio_mp3
- desktop_webm
- desktop_mp4
- hls
yt_proc:
- youtube
##---
# This is a list of encode profiles and their val profile matches
# boolean matches
val_profile_dict:
mobile_low:
- mobile_low
desktop_mp4:
- desktop_mp4
override:
- desktop_mp4
- mobile_low
- mobile_high
mobile_high:
- mobile_high
audio_mp3:
- audio_mp3
desktop_webm:
- desktop_webm
youtube:
- youtube
review:
hls:
- hls
#--
# Heal settings
heal_start: 1
heal_end: 144
...
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