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
537884fb
Commit
537884fb
authored
8 years ago
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make things more verbose.
parent
162bad1c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
15 deletions
+1
-15
docker/build/edxapp/Dockerfile
+0
-14
util/jenkins/ansible-provision.sh
+1
-1
No files found.
docker/build/edxapp/Dockerfile
deleted
100644 → 0
View file @
162bad1c
FROM
edxops/precise-common:latest
MAINTAINER
edxops
USER
root
RUN
apt-get update
ADD
. /edx/app/edx_ansible/edx_ansible
COPY
docker/build/edxapp/ansible_overrides.yml /
WORKDIR
/edx/app/edx_ansible/edx_ansible/docker/plays
COPY
docker/build/edxapp/ansible_overrides.yml /
RUN
/edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook edxapp.yml
-i
'127.0.0.1,'
-c
local
-e
"EDXAPP_PYTHON_SANDBOX=false"
-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"]
EXPOSE
8000 8010
This diff is collapsed.
Click to expand it.
util/jenkins/ansible-provision.sh
View file @
537884fb
...
...
@@ -392,7 +392,7 @@ if [[ $run_oauth == "true" ]]; then
fi
# set the hostname
run_ansible set_hostname.yml
-i
"
${
deploy_host
}
,"
-e
hostname_fqdn
=
${
deploy_host
}
--user
ubuntu
run_ansible set_hostname.yml
-i
"
${
deploy_host
}
,"
-e
hostname_fqdn
=
${
deploy_host
}
--user
ubuntu
-vvv
rm
-f
"
$extra_vars_file
"
rm
-f
${
extra_vars_file
}
_clean
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