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
44e37c28
Commit
44e37c28
authored
Jun 02, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing edxapp_newrelic_executable
parent
b680f44f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
playbooks/roles/edxapp/defaults/main.yml
+0
-1
playbooks/roles/edxapp/templates/cms.conf.j2
+1
-1
playbooks/roles/edxapp/templates/lms.conf.j2
+1
-1
playbooks/roles/xqueue/templates/xqueue.conf.j2
+2
-2
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
44e37c28
...
...
@@ -214,7 +214,6 @@ EDXAPP_XML_S3_KEY: !!null
EDXAPP_NEWRELIC_LMS_APPNAME
:
"
edX-LMS"
EDXAPP_NEWRELIC_CMS_APPNAME
:
"
edX-CMS"
edxapp_newrelic_executable
:
"
{{
edxapp_venv_dir
}}/bin/newrelic-admin"
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
playbooks/roles/edxapp/templates/cms.conf.j2
View file @
44e37c28
[program:cms]
{% if COMMON_ENABLE_NEWRELIC %}
{% set executable = edxapp_
newrelic_executable + '
run-program ' + edxapp_venv_dir + '/bin/gunicorn' %}
{% set executable = edxapp_
venv_dir + '/bin/newrelic-admin
run-program ' + edxapp_venv_dir + '/bin/gunicorn' %}
{% else %}
{% set executable = edxapp_venv_dir + '/bin/gunicorn' %}
{% endif %}
...
...
playbooks/roles/edxapp/templates/lms.conf.j2
View file @
44e37c28
[program:lms]
{% if COMMON_ENABLE_NEWRELIC %}
{% set executable = edxapp_
newrelic_executable + '
run-program ' + edxapp_venv_dir + '/bin/gunicorn' %}
{% set executable = edxapp_
venv_dir + '/bin/newrelic-admin
run-program ' + edxapp_venv_dir + '/bin/gunicorn' %}
{% else %}
{% set executable = edxapp_venv_dir + '/bin/gunicorn' %}
{% endif %}
...
...
playbooks/roles/xqueue/templates/xqueue.conf.j2
View file @
44e37c28
[program:xqueue]
{% if COMMON_ENABLE_NEWRELIC %}
{% set executable =
edxapp_newrelic_executable + ' run-program ' + edxapp
_venv_dir + '/bin/gunicorn' %}
{% set executable =
xqueue_venv_dir + '/bin/newrelic-admin run-program ' + xqueue
_venv_dir + '/bin/gunicorn' %}
{% else %}
{% set executable =
edxapp
_venv_dir + '/bin/gunicorn' %}
{% set executable =
xqueue
_venv_dir + '/bin/gunicorn' %}
{% endif %}
{% if ansible_processor|length > 0 %}
...
...
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