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
f8d88c0b
Commit
f8d88c0b
authored
8 years ago
by
stu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add security upgrade flag to te jenkins plays
parent
d0d7be31
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 @
f8d88c0b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
playbooks/edx-east/jenkins_testeng_master.yml
View file @
f8d88c0b
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
playbooks/edx-east/jenkins_tools.yml
View file @
f8d88c0b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
playbooks/edx-east/jenkins_worker.yml
View file @
f8d88c0b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
playbooks/edx-east/jenkins_worker_android.yml
View file @
f8d88c0b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
playbooks/edx-east/jenkins_worker_sitespeedio.yml
View file @
f8d88c0b
...
...
@@ -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
...
...
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