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
1ec26f77
Commit
1ec26f77
authored
Aug 04, 2016
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Be able to build a docker container with the tools jenkins machine.
parent
d8c8a372
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
docker/build/tools_jenkins/Dockerfile
+10
-0
docker/build/tools_jenkins/ansible_overrides.yml
+3
-0
docker/plays/jenkins_tools.yml
+11
-0
No files found.
docker/build/tools_jenkins/Dockerfile
0 → 100644
View file @
1ec26f77
FROM
edxops/precise-common:latest
MAINTAINER
edxops
USER
root
RUN
apt-get update
ADD
. /edx/app/edx_ansible/edx_ansible
WORKDIR
/edx/app/edx_ansible/edx_ansible/docker/plays
COPY
docker/build/tools_jenkins/ansible_overrides.yml /
RUN
PYTHONUNBUFFERED
=
1 /edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook
-v
jenkins_tools.yml
-i
'127.0.0.1,'
-c
local
-e
@/ansible_overrides.yml
-vv
docker/build/tools_jenkins/ansible_overrides.yml
0 → 100644
View file @
1ec26f77
---
DOCKER_TLD
:
"
edx"
docker/plays/jenkins_tools.yml
0 → 100644
View file @
1ec26f77
-
name
:
Deploy the tools jenkins
hosts
:
all
sudo
:
True
gather_facts
:
True
vars
:
serial_count
:
1
serial
:
"
{{
serial_count
}}"
roles
:
-
common_vars
-
docker
-
tools_jenkins
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