Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
slapos
Commits
d2c835c3
Commit
d2c835c3
authored
Feb 11, 2014
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Boinc can now work without frontend
parent
0016cb5d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
84 deletions
+28
-84
component/boinc/buildout.cfg
component/boinc/buildout.cfg
+1
-1
slapos/recipe/boinc/__init__.py
slapos/recipe/boinc/__init__.py
+3
-0
software/boinc/software.cfg
software/boinc/software.cfg
+19
-0
stack/boinc/buildout.cfg
stack/boinc/buildout.cfg
+2
-82
stack/boinc/instance-boinc.cfg
stack/boinc/instance-boinc.cfg
+3
-1
No files found.
component/boinc/buildout.cfg
View file @
d2c835c3
...
@@ -28,7 +28,7 @@ recipe = plone.recipe.command
...
@@ -28,7 +28,7 @@ recipe = plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
tarball = ${buildout:parts-directory}/boinc.tar.gz
tarball = ${buildout:parts-directory}/boinc.tar.gz
svnversion = ${subversion:location}/bin/svnversion
svnversion = ${subversion:location}/bin/svnversion
command = ${subversion:location}/bin/svn co --revision 261
62
http://boinc.berkeley.edu/svn/branches/server_stable ${:location} && \
command = ${subversion:location}/bin/svn co --revision 261
78
http://boinc.berkeley.edu/svn/branches/server_stable ${:location} && \
sed -i 's#/usr/bin/svnversion#${:svnversion}#' ${:location}/tools/make_project && \
sed -i 's#/usr/bin/svnversion#${:svnversion}#' ${:location}/tools/make_project && \
sed -i "20i\#include <unistd.h>" ${:location}/tools/process_input_template.cpp && \
sed -i "20i\#include <unistd.h>" ${:location}/tools/process_input_template.cpp && \
sed -i "25i\#include <unistd.h>" ${:location}/sched/single_job_assimilator.cpp && \
sed -i "25i\#include <unistd.h>" ${:location}/sched/single_job_assimilator.cpp && \
...
...
slapos/recipe/boinc/__init__.py
View file @
d2c835c3
...
@@ -40,6 +40,9 @@ class Recipe(GenericBaseRecipe):
...
@@ -40,6 +40,9 @@ class Recipe(GenericBaseRecipe):
stat_info
=
os
.
stat
(
options
[
'home'
].
strip
())
stat_info
=
os
.
stat
(
options
[
'home'
].
strip
())
options
[
'user'
]
=
pwd
.
getpwuid
(
stat_info
.
st_uid
)[
0
]
options
[
'user'
]
=
pwd
.
getpwuid
(
stat_info
.
st_uid
)[
0
]
url_base
=
options
[
'url-base'
]
url_base
=
options
[
'url-base'
]
if
str
(
options
.
get
(
'force-ipv6'
)).
lower
()
in
[
'y'
,
'yes'
,
'1'
,
'true'
]
:
url_base
=
options
[
'url-ipv6'
].
strip
()
options
[
'url-base'
]
=
url_base
project
=
options
[
'project'
].
strip
()
project
=
options
[
'project'
].
strip
()
root
=
options
[
'installroot'
].
strip
()
root
=
options
[
'installroot'
].
strip
()
options
[
'home_page'
]
=
url_base
+
"/"
+
project
options
[
'home_page'
]
=
url_base
+
"/"
+
project
...
...
software/boinc/software.cfg
View file @
d2c835c3
[buildout]
[buildout]
develop =
${:parts-directory}/slapos.cookbook-repository
parts =
parts =
template
template
application
application
...
@@ -8,6 +11,9 @@ parts =
...
@@ -8,6 +11,9 @@ parts =
template_input
template_input
slapos-cookbook
slapos-cookbook
instance-egg
instance-egg
slapos.cookbook-repository
check-recipe
extends =
extends =
../../stack/boinc/buildout.cfg
../../stack/boinc/buildout.cfg
...
@@ -65,3 +71,16 @@ template-result = ${template_result:location}/${template_result:filename}
...
@@ -65,3 +71,16 @@ template-result = ${template_result:location}/${template_result:filename}
template-wu = ${template_wu:location}/${template_wu:filename}
template-wu = ${template_wu:location}/${template_wu:filename}
platform = x86_64-pc-linux-gnu
platform = x86_64-pc-linux-gnu
extension =
extension =
[slapos.cookbook-repository]
recipe = slapos.recipe.build:gitclone
repository = http://git.erp5.org/repos/slapos.git
branch = grid-computing
git-executable = ${git:location}/bin/git
[check-recipe]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command =
grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
stack/boinc/buildout.cfg
View file @
d2c835c3
...
@@ -34,7 +34,7 @@ eggs =
...
@@ -34,7 +34,7 @@ eggs =
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-boinc.cfg
url = ${:_profile_base_location_}/instance-boinc.cfg
output = ${buildout:directory}/template-boinc.cfg
output = ${buildout:directory}/template-boinc.cfg
md5sum =
6642942dde15ab5195d8d8533690ef29
md5sum =
986d45af5734c917b49e489bd8c10f3d
mode = 0644
mode = 0644
#Template for deploying MySQL Database Server
#Template for deploying MySQL Database Server
...
@@ -178,84 +178,4 @@ signature-certificate-list =
...
@@ -178,84 +178,4 @@ signature-certificate-list =
x2IMeSwJ82BpdEI5niXxB+iT0HxhmR+XaMI=
x2IMeSwJ82BpdEI5niXxB+iT0HxhmR+XaMI=
-----END CERTIFICATE-----
-----END CERTIFICATE-----
[versions]
[versions]
pycrypto = 2.6
\ No newline at end of file
lxml = 3.2.1
setuptools = 0.6c12dev-r88846
Jinja2 = 2.7
MarkupSafe = 0.18
MySQL-python = 1.2.4
Werkzeug = 0.8.3
apache-libcloud = 0.12.4
async = 0.6.1
buildout-versions = 1.7
gitdb = 0.5.4
inotifyx = 0.2.0-1
meld3 = 0.6.10
netaddr = 0.7.10
plone.recipe.command = 1.1
pytz = 2013b
slapos.recipe.cmmi = 0.1.1
slapos.recipe.download = 1.0.dev-r4053
slapos.recipe.template = 2.4.2
slapos.toolbox = 0.34.0
smmap = 0.8.2
slapos.cookbook=0.78.1
# Required by:
# slapos.core==0.35.1
# slapos.toolbox==0.34.0
Flask = 0.9
# Required by:
# slapos.toolbox==0.34.0
GitPython = 0.3.2.RC1
# Required by:
# slapos.toolbox==0.34.0
atomize = 0.1.1
# Required by:
# slapos.toolbox==0.34.0
feedparser = 5.1.3
# Required by:
# slapos.cookbook==0.78.1
lock-file = 2.0
# Required by:
# slapos.core==0.35.1
netifaces = 0.8-1
# Required by:
# slapos.toolbox==0.34.0
paramiko = 1.10.1
# Required by:
# slapos.toolbox==0.34.0
psutil = 0.7.1
# Required by:
# slapos.core==0.35.1
pyflakes = 0.7.2
# Required by:
# slapos.toolbox==0.34.0
slapos.core = 0.35.1
# Required by:
# slapos.core==0.35.1
supervisor = 3.0b1
# Required by:
# slapos.core==0.35.1
unittest2 = 0.5.1
# Required by:
# slapos.toolbox==0.34.0
xml-marshaller = 0.9.7
# Required by:
# slapos.core==0.35.1
zope.interface = 4.0.5
\ No newline at end of file
stack/boinc/instance-boinc.cfg
View file @
d2c835c3
...
@@ -184,8 +184,9 @@ bytes = 4
...
@@ -184,8 +184,9 @@ bytes = 4
recipe = slapos.cookbook:boinc
recipe = slapos.cookbook:boinc
home = $${buildout:directory}
home = $${buildout:directory}
project = $${slap-parameter:project}
project = $${slap-parameter:project}
#url-base
= http://[$${apache-php:ip}]:$${apache-php:port}/
url-ipv6
= http://[$${apache-php:ip}]:$${apache-php:port}/
url-base = $${request-frontend:connection-site_url}
url-base = $${request-frontend:connection-site_url}
force-ipv6 = $${slap-parameter:force-ipv6}
fullname = $${slap-parameter:full-name}
fullname = $${slap-parameter:full-name}
copyright = $${slap-parameter:copyright-holder}
copyright = $${slap-parameter:copyright-holder}
boinc = ${boinc:location}
boinc = ${boinc:location}
...
@@ -352,6 +353,7 @@ curl_path = ${curl:location}/bin/curl
...
@@ -352,6 +353,7 @@ curl_path = ${curl:location}/bin/curl
[slap-parameter]
[slap-parameter]
#Default config value for boinc
#Default config value for boinc
force-ipv6 = False
project = boinc_test
project = boinc_test
full-name = Boinc Project SAMPLE
full-name = Boinc Project SAMPLE
copyright-holder = REPLACE WITH COPYRIGHT HOLDER
copyright-holder = REPLACE WITH COPYRIGHT HOLDER
...
...
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