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
b90edcc3
Commit
b90edcc3
authored
Apr 19, 2018
by
Stuart Young
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert removal of splunk forwarder
parent
534290f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
0 deletions
+55
-0
playbooks/edx-east/jenkins_build.yml
+55
-0
No files found.
playbooks/edx-east/jenkins_build.yml
View file @
b90edcc3
...
...
@@ -17,6 +17,52 @@
COMMON_SECURITY_UPDATES
:
yes
SECURITY_UPGRADE_ON_ANSIBLE
:
true
SPLUNKFORWARDER_LOG_ITEMS
:
-
source
:
'
/var/lib/jenkins/jobs/edx-platform-*/builds/*/junitResult.xml'
recursive
:
true
index
:
'
testeng'
sourcetype
:
junit
followSymlink
:
false
blacklist
:
coverage|private|subset|specific|custom|special|\.gz$
crcSalt
:
'
<SOURCE>'
-
source
:
'
/var/lib/jenkins/jobs/*/builds/*/build.xml'
index
:
'
testeng'
recursive
:
true
sourcetype
:
build_result
followSymlink
:
false
crcSalt
:
'
<SOURCE>'
blacklist
:
'
\.gz$'
-
source
:
'
/var/lib/jenkins/jobs/edx-platform-*/builds/*/archive/.../test_root/log/timing.*.log'
index
:
'
testeng'
recursive
:
true
sourcetype
:
'
json_timing_log'
followSymlink
:
false
crcSalt
:
'
<SOURCE>'
blacklist
:
coverage|private|subset|specific|custom|special|\.gz$
-
source
:
'
/var/lib/jenkins/jobs/edx-platform-*/builds/*/archive/test_root/log/timing.*.log'
index
:
'
testeng'
recursive
:
true
sourcetype
:
'
json_timing_log'
followSymlink
:
false
crcSalt
:
'
<SOURCE>'
blacklist
:
coverage|private|subset|specific|custom|special|\.gz$
-
source
:
'
/var/lib/jenkins/jobs/count-workers/builds/*/log'
index
:
'
testeng'
recursive
:
true
sourcetype
:
'
count_worker_log'
followSymlink
:
false
crcSalt
:
'
<SOURCE>'
-
source
:
'
/var/log/jenkins/jenkins.log'
index
:
'
testeng'
recursive
:
false
followSymlink
:
false
blacklist
:
'
\.gz$'
roles
:
-
aws
-
role
:
datadog
...
...
@@ -27,6 +73,15 @@
-
jenkins_build
# run just the splunkforwarder role by using '--tags "splunkonly"'
# e.g. ansible-playbook jenkins_testeng_master.yml -i inventory.ini --tags "splunkonly" -vvvv
-
role
:
splunkforwarder
when
:
COMMON_ENABLE_SPLUNKFORWARDER
tags
:
-
splunkonly
-
jenkins:promote-to-production
become
:
True
-
role
:
newrelic
when
:
COMMON_ENABLE_NEWRELIC
tags
:
...
...
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