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
51748e9a
Commit
51748e9a
authored
9 years ago
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version and cloning logic
parent
959dcc2e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
14 deletions
+6
-14
playbooks/roles/harstorage/defaults/main.yml
+6
-5
playbooks/roles/harstorage/tasks/main.yml
+0
-9
No files found.
playbooks/roles/harstorage/defaults/main.yml
View file @
51748e9a
---
#
# edX Configuration
#
...
...
@@ -26,9 +27,9 @@ harstorage_etc: '/edx/etc/harstorage'
HARSTORAGE_REPOS
:
-
PROTOCOL
:
https
DOMAIN
:
github.com
PATH
:
pavel-paulau
PATH
:
edx
REPO
:
harstorage
VERSION
:
master
VERSION
:
e0d/update-requirements
DESTINATION
:
'
{{
harstorage_code_dir
}}'
#
...
...
@@ -43,9 +44,9 @@ harstorage_debian_pkgs:
# - python-pastescript
harstorage_python_pkgs
:
-
{
name
:
"
pylons"
,
version
:
"
1.0"
}
-
{
name
:
"
webob"
,
version
:
"
1.
2
"
}
-
{
name
:
"
pymongo"
,
version
:
"
2.8
"
}
-
{
name
:
"
pylons"
,
version
:
"
1.0
.2
"
}
-
{
name
:
"
webob"
,
version
:
"
1.
5.1
"
}
-
{
name
:
"
pymongo"
,
version
:
"
3.2.1
"
}
-
{
name
:
"
PasteScript"
,
version
:
"
1.7.5"
}
harstorage_redhat_pkgs
:
[]
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/harstorage/tasks/main.yml
View file @
51748e9a
...
...
@@ -78,15 +78,6 @@
-
install
-
install:configuration
-
name
:
clone harstorage
git
:
>
repo=https://github.com/edx/harstorage.git
dest={{ harstorage_code_dir }}
sudo_user
:
"
{{
harstorage_user
}}"
tags
:
-
install
-
install:code
-
name
:
install harstorage
command
:
>
{{ harstorage_venv_dir }}/bin/python ./setup.py install
...
...
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