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
1f136b42
Commit
1f136b42
authored
Jun 24, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1229 from edx/feanil/optional_datadog
Feanil/optional datadog
parents
25ccffd0
02d0b37f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
playbooks/edx-east/jenkins_testeng_master.yml
+4
-1
playbooks/roles/jenkins_master/meta/main.yml
+0
-2
playbooks/roles/jenkins_master/tasks/main.yml
+1
-0
No files found.
playbooks/edx-east/jenkins_master.yml
→
playbooks/edx-east/jenkins_
testeng_
master.yml
View file @
1f136b42
# Configure a Jenkins master instance
# Configure a Jenkins master instance
for testeng
# This has the Jenkins Java app, but none of the requirements
# to run the tests.
...
...
@@ -8,6 +8,9 @@
gather_facts
:
True
vars
:
COMMON_DATA_DIR
:
"
/mnt"
COMMON_ENABLE_DATADOG
:
True
roles
:
-
common
-
role
:
datadog
when
:
COMMON_ENABLE_DATADOG
-
jenkins_master
playbooks/roles/jenkins_master/meta/main.yml
View file @
1f136b42
---
dependencies
:
-
common
-
role
:
datadog
COMMON_ENABLE_DATADOG
:
True
playbooks/roles/jenkins_master/tasks/main.yml
View file @
1f136b42
...
...
@@ -128,3 +128,4 @@
notify
:
start nginx
-
include
:
datadog.yml tags=datadog
when
:
COMMON_ENABLE_DATADOG
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