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
30811f7b
Commit
30811f7b
authored
Mar 25, 2016
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docker hacking
parent
9447466c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
docker/build/harstorage/Dockerfile
+7
-2
docker/plays/harstorage.yml
+1
-1
No files found.
docker/build/harstorage/Dockerfile
View file @
30811f7b
FROM
edxops/
trusty-common:v3
FROM
edxops/
precise-common
MAINTAINER
edxops
MAINTAINER
edxops
USER
root
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
ADD
. /edx/app/edx_ansible/edx_ansible
#
COPY docker/build/xqwatcher/ansible_overrides.yml /
COPY
docker/build/xqwatcher/ansible_overrides.yml /
WORKDIR
/edx/app/edx_ansible/edx_ansible/docker/plays
WORKDIR
/edx/app/edx_ansible/edx_ansible/docker/plays
RUN
/edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook harstorage.yml
\
RUN
/edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook harstorage.yml
\
-i
'127.0.0.1,'
-c
local
\
-i
'127.0.0.1,'
-c
local
\
-t
"install:base,install:configuration,install:app-requirements,install:code"
\
-e@/ansible_overrides.yml
-e@/ansible_overrides.yml
WORKDIR
/edx/app
WORKDIR
/edx/app
#CMD ["/edx/app/supervisor/venvs/supervisor/bin/supervisord", "-n", "--configuration", "/edx/app/supervisor/supervisord.conf"]
#CMD ["/edx/app/supervisor/venvs/supervisor/bin/supervisord", "-n", "--configuration", "/edx/app/supervisor/supervisord.conf"]
docker/plays/harstorage.yml
View file @
30811f7b
...
@@ -4,5 +4,5 @@
...
@@ -4,5 +4,5 @@
gather_facts
:
True
gather_facts
:
True
roles
:
roles
:
-
docker
-
docker
-
mongo
#
- mongo
-
harstorage
-
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