Commit 17643197 by muhammad-ammar

more changes

parent f8336eba
......@@ -3,10 +3,14 @@
become: True
gather_facts: True
vars:
ENABLE_DATADOG: False
ENABLE_NEWRELIC: False
migrate_db: 'yes'
disable_edx_services: false
edx_django_service_use_python3: false
edx_django_service_has_static_assets: 'yes'
roles:
- role: nginx
nginx_default_sites:
- video_pipeline
- video_pipeline
- role: video_pipeline
......@@ -61,3 +61,8 @@ edxlocal_database_users:
user: "{{ DISCOVERY_MYSQL_USER | default(None) }}",
pass: "{{ DISCOVERY_MYSQL_PASSWORD | default(None) }}"
}
- {
db: "{{ VIDEO_PIPELINE_DEFAULT_DB_NAME | default(None) }}",
user: "{{ VIDEO_PIPELINE_MYSQL_USER | default(None) }}",
pass: "{{ VIDEO_PIPELINE_MYSQL_PASSWORD | default(None) }}"
}
......@@ -21,8 +21,7 @@ video_pipeline_gunicorn_port: 8555
video_pipeline_user: "{{ video_pipeline_service_name }}"
video_pipeline_home: "{{ COMMON_APP_DIR }}/{{ video_pipeline_service_name }}"
# edx-video-pipeline uses Python2.7
edx_django_service_use_python3: false
video_pipeline_environment: {}
#
# OS packages
......@@ -40,9 +39,8 @@ VIDEO_PIPELINE_MYSQL: 'localhost'
# MySQL usernames are limited to 16 characters
VIDEO_PIPELINE_MYSQL_USER: 'pipeline001'
VIDEO_PIPELINE_MYSQL_PASSWORD: 'password'
VIDEO_PIPELINE_MYSQL_PORT: 'password'
VIDEO_PIPELINE_MEMCACHE: [ 'memcache' ]
VIDEO_PIPELINE_MEMCACHE: []
VIDEO_PIPELINE_VERSION: "master"
VIDEO_PIPELINE_DJANGO_SETTINGS_MODULE: "VEDA.settings"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment