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
f6903b6a
Commit
f6903b6a
authored
Mar 25, 2016
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Working docker artifacts
parent
b7946f77
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
docker/build/harstorage/Dockerfile
+5
-2
docker/plays/harstorage.yml
+1
-1
No files found.
docker/build/harstorage/Dockerfile
View file @
f6903b6a
...
...
@@ -2,8 +2,11 @@ FROM edxops/precise-common
MAINTAINER
edxops
USER
root
# Fix selinux issue with useradd on 12.04
RUN
curl http://salilab.org/~ben/libselinux1_2.1.0-5.1ubuntu1_amd64.deb
-o
/tmp/libselinux1_2.1.0-5.1ubuntu1_amd64.deb
RUN
dpkg
-i
/tmp/libselinux1_2.1.0-5.1ubuntu1_amd64.deb
RUN
apt-get update
ADD
. /edx/app/edx_ansible/edx_ansible
COPY
docker/build/xqwatcher/ansible_overrides.yml /
...
...
@@ -12,5 +15,5 @@ RUN /edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook harstorage.yml \
-i
'127.0.0.1,'
-c
local
\
-t
"install:base,install:configuration,install:app-requirements,install:code"
\
-e@/ansible_overrides.yml
WORKDIR
/edx/app
#CMD ["/edx/app/supervisor/venvs/supervisor/bin/supervisord", "-n", "--configuration", "/edx/app/supervisor/supervisord.conf
"]
WORKDIR
/edx/app
/harstorage/harstorage
CMD
["/edx/app/harstorage/venvs/harstorage/bin/paster", "serve", "/edx/app/harstorage/venvs/harstorage/edx/etc/harstorage/production.ini
"]
docker/plays/harstorage.yml
View file @
f6903b6a
...
...
@@ -4,5 +4,5 @@
gather_facts
:
True
roles
:
-
docker
#
- mongo
-
mongo
-
harstorage
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