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
2d4df752
Commit
2d4df752
authored
Oct 31, 2016
by
Stu Young
Committed by
GitHub
Oct 31, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3440 from edx/estute/apply-security-upgrades-on-all-testeng-plays
add security upgrade flag to te jenkins plays
parents
d0d7be31
f8d88c0b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
0 deletions
+12
-0
playbooks/edx-east/jenkins_admin.yml
+2
-0
playbooks/edx-east/jenkins_testeng_master.yml
+2
-0
playbooks/edx-east/jenkins_tools.yml
+2
-0
playbooks/edx-east/jenkins_worker.yml
+2
-0
playbooks/edx-east/jenkins_worker_android.yml
+2
-0
playbooks/edx-east/jenkins_worker_sitespeedio.yml
+2
-0
No files found.
playbooks/edx-east/jenkins_admin.yml
View file @
2d4df752
...
...
@@ -5,6 +5,8 @@
gather_facts
:
True
vars
:
serial_count
:
1
COMMON_SECURITY_UPDATES
:
yes
SECURITY_UPGRADE_ON_ANSIBLE
:
true
serial
:
"
{{
serial_count
}}"
roles
:
-
aws
...
...
playbooks/edx-east/jenkins_testeng_master.yml
View file @
2d4df752
...
...
@@ -10,6 +10,8 @@
COMMON_DATA_DIR
:
"
/mnt2"
COMMON_ENABLE_DATADOG
:
True
COMMON_ENABLE_SPLUNKFORWARDER
:
True
COMMON_SECURITY_UPDATES
:
yes
SECURITY_UPGRADE_ON_ANSIBLE
:
true
jenkins_jvm_args
:
"
-Djava.awt.headless=true
-Xmx8192m
-XX:MaxPermSize=512m"
SPLUNKFORWARDER_LOG_ITEMS
:
...
...
playbooks/edx-east/jenkins_tools.yml
View file @
2d4df752
...
...
@@ -5,6 +5,8 @@
gather_facts
:
True
vars
:
serial_count
:
1
COMMON_SECURITY_UPDATES
:
yes
SECURITY_UPGRADE_ON_ANSIBLE
:
true
serial
:
"
{{
serial_count
}}"
roles
:
-
aws
...
...
playbooks/edx-east/jenkins_worker.yml
View file @
2d4df752
...
...
@@ -10,6 +10,8 @@
mongo_enable_journal
:
False
serial_count
:
1
platform_worker
:
True
COMMON_SECURITY_UPDATES
:
yes
SECURITY_UPGRADE_ON_ANSIBLE
:
true
serial
:
"
{{
serial_count
}}"
vars_files
:
-
roles/edxapp/defaults/main.yml
...
...
playbooks/edx-east/jenkins_worker_android.yml
View file @
2d4df752
...
...
@@ -9,6 +9,8 @@
vars
:
serial_count
:
1
android_worker
:
True
COMMON_SECURITY_UPDATES
:
yes
SECURITY_UPGRADE_ON_ANSIBLE
:
true
serial
:
"
{{
serial_count
}}"
roles
:
-
aws
...
...
playbooks/edx-east/jenkins_worker_sitespeedio.yml
View file @
2d4df752
...
...
@@ -10,6 +10,8 @@
mongo_enable_journal
:
False
serial_count
:
1
sitespeed_worker
:
True
COMMON_SECURITY_UPDATES
:
yes
SECURITY_UPGRADE_ON_ANSIBLE
:
true
serial
:
"
{{
serial_count
}}"
vars_files
:
-
roles/edxapp/defaults/main.yml
...
...
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