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
62466dad
Commit
62466dad
authored
Dec 10, 2014
by
Ben Patterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use common packages between edxlocal and edxapp.
parent
71aa4c38
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
26 deletions
+28
-26
playbooks/roles/edxapp/defaults/main.yml
+0
-15
playbooks/roles/edxapp/meta/main.yml
+1
-0
playbooks/roles/edxapp_common/defaults/main.yml
+22
-0
playbooks/roles/edxapp_common/tasks/main.yml
+5
-0
playbooks/roles/jenkins_worker/defaults/main.yml
+0
-11
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
62466dad
...
...
@@ -744,20 +744,13 @@ edxapp_chrislea_ppa: "ppa:chris-lea/node.js"
edxapp_debian_pkgs
:
# 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
-
liblapack-dev
-
g++
-
libxml2-dev
-
libxslt1-dev
# apparmor
-
apparmor-utils
# misc
...
...
@@ -765,14 +758,6 @@ edxapp_debian_pkgs:
-
ipython
-
nodejs
-
ntp
# for shapely
-
libgeos-dev
# i18n
-
gettext
# Pillow (PIL Fork) Dependencies
# Needed by the CMS to manipulate images.
-
libjpeg8-dev
-
libpng12-dev
# matplotlib needs libfreetype6-dev
-
libfreetype6-dev
...
...
playbooks/roles/edxapp/meta/main.yml
View file @
62466dad
---
dependencies
:
-
edxapp_common
-
supervisor
-
role
:
rbenv
rbenv_user
:
"
{{
edxapp_user
}}"
...
...
playbooks/roles/edxapp_common/defaults/main.yml
0 → 100644
View file @
62466dad
---
# Base role for installing requirements common between edxapp and edxlocal
edxapp_common_role_name
:
edxapp_common
# OS packages
edxapp_common_debian_pkgs
:
-
build-essential
-
gfortran
-
graphviz
-
liblapack-dev
-
libmysqlclient-dev
-
libxml2-dev
# for shapely
-
libgeos-dev
-
libxslt1-dev
# for 18n
-
gettext
# Pillow (PIL Fork) Dependencies
# Needed by the CMS to manipulate images.
-
libjpeg8-dev
-
libpng12-dev
playbooks/roles/edxapp_common/tasks/main.yml
0 → 100644
View file @
62466dad
---
-
name
:
Install system packages
apt
:
pkg={{','.join(edxapp_common_debian_pkgs)}}
state=present update_cache=yes
playbooks/roles/jenkins_worker/defaults/main.yml
View file @
62466dad
...
...
@@ -8,19 +8,8 @@ jenkins_chrislea_ppa: "ppa:chris-lea/node.js"
# System packages
jenkins_debian_pkgs
:
-
build-essential
-
gfortran
-
graphviz
-
libgraphviz-dev
-
libopenblas-dev
-
liblapack-dev
-
libmysqlclient-dev
-
libxml2-dev
-
libgeos-dev
-
libxslt1-dev
-
nodejs
-
pkg-config
-
gettext
# Ruby Specific Vars
jenkins_rbenv_root
:
"
{{
jenkins_home
}}/.rbenv"
...
...
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