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
ae8d449a
Commit
ae8d449a
authored
Oct 25, 2016
by
stu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install pysqlite for devstack and jenkins workers
parent
91fd3c60
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
0 deletions
+29
-0
playbooks/roles/edxapp/defaults/main.yml
+2
-0
playbooks/roles/edxapp/vars/devstack.yml
+22
-0
playbooks/roles/jenkins_worker/defaults/main.yml
+2
-0
playbooks/roles/jenkins_worker/tasks/python_platform_worker.yml
+1
-0
playbooks/vagrant-devstack.yml
+2
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
ae8d449a
...
...
@@ -1156,6 +1156,8 @@ edxapp_debian_pkgs:
-
libfreetype6-dev
# cffi needs libffi-dev
-
libffi-dev
-
python-dev
-
libsqlite3-dev
# Deploy Specific Vars
edxapp_lms_variant
:
lms
...
...
playbooks/roles/edxapp/vars/devstack.yml
0 → 100644
View file @
ae8d449a
---
# Currently the only difference between these requierements and the role
# defaults is the presence of the "testing.txt" file, which is used to install
# packages not used in production
pre_requirements_file
:
"
{{
edxapp_code_dir
}}/requirements/edx/pre.txt"
github_requirements_file
:
"
{{
edxapp_code_dir
}}/requirements/edx/github.txt"
custom_requirements_file
:
"
{{
edxapp_code_dir
}}/requirements/edx/custom.txt"
local_requirements_file
:
"
{{
edxapp_code_dir
}}/requirements/edx/local.txt"
base_requirements_file
:
"
{{
edxapp_code_dir
}}/requirements/edx/base.txt"
post_requirements_file
:
"
{{
edxapp_code_dir
}}/requirements/edx/post.txt"
paver_requirements_file
:
"
{{
edxapp_code_dir
}}/requirements/edx/paver.txt"
testing_requirements_file
:
"
{{
edxapp_code_dir
}}/requirements/edx/testing.txt"
edxapp_requirements_files
:
-
"
{{
pre_requirements_file
}}"
-
"
{{
github_requirements_file
}}"
-
"
{{
custom_requirements_file
}}"
-
"
{{
local_requirements_file
}}"
-
"
{{
base_requirements_file
}}"
-
"
{{
post_requirements_file
}}"
-
"
{{
paver_requirements_file
}}"
-
"
{{
testing_requirements_file
}}"
playbooks/roles/jenkins_worker/defaults/main.yml
View file @
ae8d449a
...
...
@@ -13,6 +13,8 @@ jenkins_debian_pkgs:
-
nodejs
-
pkg-config
-
libffi-dev
-
python-dev
-
libsqlite3-dev
# packer direct download URL
packer_url
:
"
https://releases.hashicorp.com/packer/0.8.6/packer_0.8.6_linux_amd64.zip"
...
...
playbooks/roles/jenkins_worker/tasks/python_platform_worker.yml
View file @
ae8d449a
...
...
@@ -42,6 +42,7 @@
-
github.txt
-
base.txt
-
paver.txt
-
testing.txt
become_user
:
"
{{
jenkins_user
}}"
...
...
playbooks/vagrant-devstack.yml
View file @
ae8d449a
...
...
@@ -13,6 +13,8 @@
EDXAPP_OAUTH_ENFORCE_SECURE
:
false
EDXAPP_LMS_BASE_SCHEME
:
http
ECOMMERCE_DJANGO_SETTINGS_MODULE
:
"
ecommerce.settings.devstack"
vars_files
:
-
roles/edxapp/vars/devstack.yml
roles
:
-
common
-
vhost
...
...
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