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
9082a731
Commit
9082a731
authored
9 years ago
by
arbabnazar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Separate installing datadog and new relic on sanboxes
parent
2a482e9e
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 @
9082a731
...
@@ -111,8 +111,12 @@ if [[ -z $instance_type ]]; then
...
@@ -111,8 +111,12 @@ if [[ -z $instance_type ]]; then
instance_type
=
"t2.medium"
instance_type
=
"t2.medium"
fi
fi
if
[[
-z
$enable_monitoring
]]
;
then
if
[[
-z
$enable_newrelic
]]
;
then
enable_monitoring
=
"false"
enable_newrelic
=
"false"
fi
if
[[
-z
$enable_datadog
]]
;
then
enable_datadog
=
"false"
fi
fi
# Lowercase the dns name to deal with an ansible bug
# Lowercase the dns name to deal with an ansible bug
...
@@ -186,9 +190,9 @@ COMMON_USER_INFO:
...
@@ -186,9 +190,9 @@ COMMON_USER_INFO:
github: true
github: true
type: admin
type: admin
USER_CMD_PROMPT: '[
$name_tag
] '
USER_CMD_PROMPT: '[
$name_tag
] '
COMMON_ENABLE_NEWRELIC_APP:
$enable_
monitoring
COMMON_ENABLE_NEWRELIC_APP:
$enable_
newrelic
COMMON_ENABLE_DATADOG:
$enable_
monitorin
g
COMMON_ENABLE_DATADOG:
$enable_
datado
g
FORUM_NEW_RELIC_ENABLE:
$enable_
monitoring
FORUM_NEW_RELIC_ENABLE:
$enable_
newrelic
EDXAPP_NEWRELIC_LMS_APPNAME: sandbox-
${
dns_name
}
-edxapp-lms
EDXAPP_NEWRELIC_LMS_APPNAME: sandbox-
${
dns_name
}
-edxapp-lms
EDXAPP_NEWRELIC_CMS_APPNAME: sandbox-
${
dns_name
}
-edxapp-cms
EDXAPP_NEWRELIC_CMS_APPNAME: sandbox-
${
dns_name
}
-edxapp-cms
EDXAPP_NEWRELIC_WORKERS_APPNAME: sandbox-
${
dns_name
}
-edxapp-workers
EDXAPP_NEWRELIC_WORKERS_APPNAME: sandbox-
${
dns_name
}
-edxapp-workers
...
...
This diff is collapsed.
Click to expand it.
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