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
3f4881bc
Commit
3f4881bc
authored
Dec 28, 2015
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2634 from edx/feanil/locust_system_pkgs
Feanil/locust system pkgs
parents
b4891ad8
6713c268
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
playbooks/roles/locust/defaults/main.yml
+7
-1
playbooks/roles/locust/tasks/main.yml
+8
-0
No files found.
playbooks/roles/locust/defaults/main.yml
View file @
3f4881bc
...
...
@@ -47,6 +47,12 @@ LOCUST_REPOS:
# OS packages
#
locust_debian_pkgs
:
[]
locust_debian_pkgs
:
# Needed by our fork of locust :-( because it needs matplotlib.
-
libfreetype6-dev
-
libpng12-dev
# Needed for opaque-keys
-
liblapack-dev
-
gfortran
locust_redhat_pkgs
:
[]
playbooks/roles/locust/tasks/main.yml
View file @
3f4881bc
...
...
@@ -30,6 +30,14 @@
# roles:
# - locust
-
name
:
install system packages
apt
:
pkg
:
"
{{
item
}}"
state
:
"
present"
update_cache
:
true
cache_valid_time
:
3600
with_items
:
locust_debian_pkgs
-
name
:
install application requirements
pip
:
>
requirements="{{ locust_requirements_base }}/{{ item }}"
...
...
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