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
cbfc9a39
Commit
cbfc9a39
authored
Sep 02, 2015
by
Arbab Nazar
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2257 from edx/arbab/devops-2715
Separate installing datadog and new relic on sanboxes
parents
5f0598e6
9082a731
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
util/jenkins/ansible-provision.sh
+9
-5
No files found.
util/jenkins/ansible-provision.sh
View file @
cbfc9a39
...
...
@@ -111,8 +111,12 @@ if [[ -z $instance_type ]]; then
instance_type
=
"t2.medium"
fi
if
[[
-z
$enable_monitoring
]]
;
then
enable_monitoring
=
"false"
if
[[
-z
$enable_newrelic
]]
;
then
enable_newrelic
=
"false"
fi
if
[[
-z
$enable_datadog
]]
;
then
enable_datadog
=
"false"
fi
# Lowercase the dns name to deal with an ansible bug
...
...
@@ -186,9 +190,9 @@ COMMON_USER_INFO:
github: true
type: admin
USER_CMD_PROMPT: '[
$name_tag
] '
COMMON_ENABLE_NEWRELIC_APP:
$enable_
monitoring
COMMON_ENABLE_DATADOG:
$enable_
monitorin
g
FORUM_NEW_RELIC_ENABLE:
$enable_
monitoring
COMMON_ENABLE_NEWRELIC_APP:
$enable_
newrelic
COMMON_ENABLE_DATADOG:
$enable_
datado
g
FORUM_NEW_RELIC_ENABLE:
$enable_
newrelic
EDXAPP_NEWRELIC_LMS_APPNAME: sandbox-
${
dns_name
}
-edxapp-lms
EDXAPP_NEWRELIC_CMS_APPNAME: sandbox-
${
dns_name
}
-edxapp-cms
EDXAPP_NEWRELIC_WORKERS_APPNAME: sandbox-
${
dns_name
}
-edxapp-workers
...
...
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