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
ab93f880
Commit
ab93f880
authored
Sep 17, 2013
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverted changes writing to /mnt/ since it isn't persisted
parent
dd9ddf77
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
14 deletions
+1
-14
playbooks/roles/jenkins_worker/tasks/system.yml
+0
-13
playbooks/roles/jenkins_worker/vars/main.yml
+1
-1
No files found.
playbooks/roles/jenkins_worker/tasks/system.yml
View file @
ab93f880
...
...
@@ -48,16 +48,3 @@
-
pkg-config
-
unzip
-
xml-twig-tools
# Move MongoDB data to /mnt/mongodb to avoid running out of disk space
-
name
:
jenkins | Stop mongo service
service
:
name=mongodb state=stopped
-
name
:
jenkins | Move mongodb to /mnt
command
:
mv /var/lib/mongodb /mnt/. creates=/mnt/mongodb
-
name
:
jenkins | Create mongodb symlink
file
:
src=/mnt/mongodb dest=/var/lib/mongodb state=link
-
name
:
jenkins | Start mongo service
service
:
name=mongodb state=started
playbooks/roles/jenkins_worker/vars/main.yml
View file @
ab93f880
---
jenkins_workspace
:
/
mn
t/jenkins
jenkins_workspace
:
/
op
t/jenkins
jenkins_phantomjs_url
:
https://phantomjs.googlecode.com/files/phantomjs-1.9.1-linux-x86_64.tar.bz2
jenkins_phantomjs_archive
:
phantomjs-1.9.1-linux-x86_64.tar.bz2
jenkins_phantomjs_folder
:
phantomjs-1.9.1-linux-x86_64
...
...
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