Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
zapp-boinc
Project
Project
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zoe-apps
zapp-boinc
Commits
b1d0a9ac
Commit
b1d0a9ac
authored
Sep 11, 2017
by
Daniele Venzano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a manifest file and add a few details to the README
parent
f20b6954
Pipeline
#4480
failed with stage
in 18 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
3 deletions
+35
-3
README.md
README.md
+5
-1
gen_json.py
gen_json.py
+2
-2
manifest.json
manifest.json
+28
-0
No files found.
README.md
View file @
b1d0a9ac
# BOINC ZApp
A ZApp for running a single BOINC task. Run as many as you want, in parallel!
\ No newline at end of file
Maintainer: Daniele Venzano
<daniele.venzano@eurecom.fr>
URL:
[
https://gitlab.eurecom.fr/zoe-apps/zapp-boinc
](
https://gitlab.eurecom.fr/zoe-apps/zapp-boinc
)
A ZApp for running a single
[
BOINC
](
https://boinc.berkeley.edu/
)
task. Run as many as you want, in parallel!
gen_json.py
View file @
b1d0a9ac
...
...
@@ -41,7 +41,7 @@ options = {
}
}
REGISTRY
=
os
.
getenv
(
"DOCKER_REGISTRY"
,
default
=
"docker-
engine
:5000"
)
REGISTRY
=
os
.
getenv
(
"DOCKER_REGISTRY"
,
default
=
"docker-
registry
:5000"
)
REPOSITORY
=
os
.
getenv
(
"REPOSITORY"
,
default
=
"zapps"
)
VERSION
=
os
.
getenv
(
"VERSION"
,
default
=
"latest"
)
...
...
@@ -87,7 +87,7 @@ if __name__ == '__main__':
'name'
:
APP_NAME
,
'version'
:
ZOE_APPLICATION_DESCRIPTION_VERSION
,
'will_end'
:
False
,
'size'
:
512
,
'size'
:
128
,
'services'
:
[
boinc_service
(
options
[
"memory_limit"
][
"value"
],
options
[
"core_limit"
][
"value"
],
options
[
"project_key"
][
"value"
],
options
[
"project_url"
][
"value"
])
]
...
...
manifest.json
0 → 100644
View file @
b1d0a9ac
{
"version"
:
1
,
"category"
:
"Boinc"
,
"zapps"
:
[
{
"name"
:
"Boinc client"
,
"description"
:
"boinc.json"
,
"parameters"
:
[
{
"kind"
:
"environment"
,
"name"
:
"PROJECT_URL"
,
"readable_name"
:
"Project URL"
,
"description"
:
"The BOINC project URL"
,
"type"
:
"string"
,
"default"
:
"www.worldcommunitygrid.org"
},
{
"kind"
:
"environment"
,
"name"
:
"PROJECT_KEY"
,
"readable_name"
:
"Project key"
,
"description"
:
"The BOINC project key, needed to upload results and statistics to the BOINC server"
,
"type"
:
"string"
,
"default"
:
null
}
]
}
]
}
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