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
5d268598
Commit
5d268598
authored
Aug 16, 2013
by
lapentab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make vars more readable, parameterize out rbenv vars
parent
0c98f08b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
5 deletions
+25
-5
playbooks/jenkins.yml
+4
-4
playbooks/roles/jenkins/vars/main.yml
+21
-1
No files found.
playbooks/jenkins.yml
View file @
5d268598
...
...
@@ -3,10 +3,10 @@
sudo
:
True
gather_facts
:
True
roles
:
-
role
:
rbenv
rbenv_user
:
jenkins
rbenv_user_home
:
/home/jenkins
rbenv_ruby_version
:
1.9.3-p374
-
common
-
edxlocal
-
role
:
rbenv
rbenv_user
:
"
{{
jenkins_user
}}"
rbenv_user_home
:
"
{{
jenkins_user_home
}}"
rbenv_ruby_version
:
"
{{
jenkins_ruby_version
}}"
-
jenkins
playbooks/roles/jenkins/vars/main.yml
View file @
5d268598
...
...
@@ -3,7 +3,27 @@ jenkins_home: /var/lib/jenkins
phantomjs_url
:
https://phantomjs.googlecode.com/files/phantomjs-1.9.1-linux-x86_64.tar.bz2
phantomjs_archive
:
phantomjs-1.9.1-linux-x86_64.tar.bz2
phantomjs_folder
:
phantomjs-1.9.1-linux-x86_64
edxlocal_debian_pkgs
:
[
"
memcached"
,
"
ruby-bundler"
,
"
rubygems"
,
"
rbenv"
,
"
npm"
,
"
libgraphviz-dev"
,
"
gfortran"
,
"
libopenblas-dev"
,
"
liblapack-dev"
,
"
libxml2-dev"
,
"
libgeos-dev"
,
"
python-dev"
,
"
libmysqlclient-dev"
,
"
build-essential"
,
"
pkg-config"
,
"
libxslt1-dev"
,
"
rake"
]
jenkins_user
:
"
jenkins"
jenkins_user_home
:
/home/jenkins
jenkins_ruby_version
:
"
1.9.3-p374"
edxlocal_debian_pkgs
:
[
"
memcached"
,
"
ruby-bundler"
,
"
rubygems"
,
"
rbenv"
,
"
npm"
,
"
libgraphviz-dev"
,
"
gfortran"
,
"
libopenblas-dev"
,
"
liblapack-dev"
,
"
libxml2-dev"
,
"
libgeos-dev"
,
"
python-dev"
,
"
libmysqlclient-dev"
,
"
build-essential"
,
"
pkg-config"
,
"
libxslt1-dev"
,
"
rake"
]
ruby_version
:
1.9.3-p374
jenkins_plugins
:
-
ant.hpi
...
...
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