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
20043b99
Commit
20043b99
authored
Mar 05, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #846 from edx/jarv/add-pkgs-to-jenkins
Jarv/add pkgs to jenkins
parents
006dee6b
b9e7ee47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
4 deletions
+44
-4
playbooks/roles/jenkins_admin/defaults/main.yml
+38
-1
playbooks/roles/jenkins_admin/tasks/main.yml
+6
-3
No files found.
playbooks/roles/jenkins_admin/defaults/main.yml
View file @
20043b99
...
...
@@ -35,7 +35,44 @@ jenkins_admin_role_name: jenkins_admin
# OS packages
#
jenkins_admin_debian_pkgs
:
[]
jenkins_admin_debian_pkgs
:
# These are copied from the edxapp
# role so that we can create virtualenvs
# on the jenkins server for edxapp
-
npm
# for compiling the virtualenv
# (only needed if wheel files aren't available)
-
build-essential
-
s3cmd
-
pkg-config
-
graphviz-dev
-
graphviz
-
libmysqlclient-dev
# for scipy, do not install
# libopenblas-base, it will cause
# problems for numpy
-
gfortran
-
libatlas3gf-base
-
liblapack-dev
-
g++
-
libxml2-dev
-
libxslt1-dev
# apparmor
-
apparmor-utils
# misc
-
curl
-
ipython
-
npm
-
ntp
# for shapely
-
libgeos-dev
# i18n
-
gettext
# Pillow (PIL Fork) Dependencies
# Needed by the CMS to manipulate images.
-
libjpeg8-dev
-
libpng12-dev
jenkins_admin_redhat_pkgs
:
[]
...
...
playbooks/roles/jenkins_admin/tasks/main.yml
View file @
20043b99
...
...
@@ -10,13 +10,13 @@
#
#
# Tasks for role jenkins_admin
#
#
# Overview:
#
#
#
# Dependencies:
#
#
#
# Example play:
#
#
...
...
@@ -120,3 +120,6 @@
mode=0644
with_items
:
jenkins_admin_jobs
-
name
:
install system packages for edxapp virtualenvs
apt
:
pkg={{ item }} state=present
with_items
:
jenkins_admin_debian_pkgs
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