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
f31c4849
Commit
f31c4849
authored
May 17, 2017
by
Feanil Patel
Committed by
Michael Roytman
Jun 28, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make a new user that jenkins uses when it wants to do docker things.
parent
698ac0cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
playbooks/roles/tools_jenkins/defaults/main.yml
+2
-0
playbooks/roles/tools_jenkins/meta/main.yml
+4
-1
No files found.
playbooks/roles/tools_jenkins/defaults/main.yml
View file @
f31c4849
...
@@ -77,3 +77,5 @@ jenkins_tools_debian_pkgs:
...
@@ -77,3 +77,5 @@ jenkins_tools_debian_pkgs:
-
python-pycurl
-
python-pycurl
-
psmisc
-
psmisc
-
mysql-client-core-5.6
-
mysql-client-core-5.6
jenkins_tools_docker_user
:
'
jenkins-docker-proxy'
playbooks/roles/tools_jenkins/meta/main.yml
View file @
f31c4849
...
@@ -11,6 +11,9 @@ dependencies:
...
@@ -11,6 +11,9 @@ dependencies:
jenkins_bundled_plugins
:
"
{{
jenkins_tools_bundled_plugins
}}"
jenkins_bundled_plugins
:
"
{{
jenkins_tools_bundled_plugins
}}"
jenkins_debian_pkgs
:
"
{{
jenkins_tools_debian_pkgs
}}"
jenkins_debian_pkgs
:
"
{{
jenkins_tools_debian_pkgs
}}"
# Needed to be able to build docker images. Used by Docker Image Builder Jobs.
# Needed to be able to build docker images. Used by Docker Image Builder Jobs.
-
role
:
user
user_info
:
-
name
:
'
{{
jenkins_tools_docker_user
}}'
-
role
:
docker-tools
-
role
:
docker-tools
docker_users
:
docker_users
:
-
jenkins
-
'
{{
jenkins_tools_docker_user
}}'
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