Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grid5000
reference-repository
Commits
515680f0
Commit
515680f0
authored
4 years ago
by
Pierre Neyron
Browse files
Options
Downloads
Patches
Plain Diff
[gen/wiki/oar] Rework descriptions
parent
99839392
No related branches found
Branches containing commit
No related tags found
1 merge request
!100
Update the OAR-Properties wiki page
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/refrepo/gen/wiki/generators/oar_properties.rb
+6
-6
6 additions, 6 deletions
lib/refrepo/gen/wiki/generators/oar_properties.rb
with
6 additions
and
6 deletions
lib/refrepo/gen/wiki/generators/oar_properties.rb
+
6
−
6
View file @
515680f0
...
@@ -47,7 +47,7 @@ class OarPropertiesGenerator < WikiGenerator
...
@@ -47,7 +47,7 @@ class OarPropertiesGenerator < WikiGenerator
"possible_values"
=>
"1, 2, 3, ..."
"possible_values"
=>
"1, 2, 3, ..."
},
},
"cpuset"
=>
{
"cpuset"
=>
{
"description"
=>
"
CPU hardware identifier (useful for gnu-parallel
)."
,
"description"
=>
"
Logical processor identifier (only the first thread in case of HyperThreading
)."
,
"possible_values"
=>
"0, 1, 2, 3, ..."
"possible_values"
=>
"0, 1, 2, 3, ..."
},
},
"disk"
=>
{
"disk"
=>
{
...
@@ -63,18 +63,18 @@ class OarPropertiesGenerator < WikiGenerator
...
@@ -63,18 +63,18 @@ class OarPropertiesGenerator < WikiGenerator
"possible_values"
=>
"1, 2, 3, ..."
"possible_values"
=>
"1, 2, 3, ..."
},
},
"gpudevice"
=>
{
"gpudevice"
=>
{
"description"
=>
"GPU
hardwar
e identifier
(useful for gnu-parallel)
."
,
"description"
=>
"GPU
devic
e identifier."
,
"possible_values"
=>
"0, 1, 2, 3"
"possible_values"
=>
"0, 1, 2, 3"
},
},
"host"
=>
{
"host"
=>
{
"description"
=>
"The full hostname of the node the resource is part of"
,
"description"
=>
"The full hostname of the node the resource is part of
.
"
,
"possible_values"
=>
"dahu-1.grenoble.grid5000.fr, ..."
"possible_values"
=>
"dahu-1.grenoble.grid5000.fr, ..."
},
},
"ip"
=>
{
"ip"
=>
{
"description"
=>
"The IPv4 address of the node the resource is part of"
"description"
=>
"The IPv4 address of the node the resource is part of"
},
},
"network_address"
=>
{
"network_address"
=>
{
"description"
=>
"The full hostname of the node the resource is part of
(deprecated
, please use host instead
)
"
,
"description"
=>
"The full hostname of the node the resource is part of, please use
'
host
'
instead
.
"
,
"possible_values"
=>
"dahu-1.grenoble.grid5000.fr, ..."
"possible_values"
=>
"dahu-1.grenoble.grid5000.fr, ..."
},
},
"slash_[16-22]"
=>
{
"slash_[16-22]"
=>
{
...
@@ -177,7 +177,7 @@ class OarPropertiesGenerator < WikiGenerator
...
@@ -177,7 +177,7 @@ class OarPropertiesGenerator < WikiGenerator
"possible_values"
=>
"kavlan-topo, storage, disk, kavlan-local, kavlan-global, default, subnet, kavlan"
"possible_values"
=>
"kavlan-topo, storage, disk, kavlan-local, kavlan-global, default, subnet, kavlan"
},
},
"expiry_date"
=>
{
"expiry_date"
=>
{
"description"
=>
"Expiration datefor the given resource.
(g5k internal property)
"
,
"description"
=>
"Expiration date
for the given resource."
,
"possible_values"
=>
"0"
"possible_values"
=>
"0"
},
},
"comment"
=>
{
"comment"
=>
{
...
@@ -185,7 +185,7 @@ class OarPropertiesGenerator < WikiGenerator
...
@@ -185,7 +185,7 @@ class OarPropertiesGenerator < WikiGenerator
"possible_values"
=>
"Retired since 2018-01-30: retired_cluster, PSU Dead, Retired"
"possible_values"
=>
"Retired since 2018-01-30: retired_cluster, PSU Dead, Retired"
},
},
"maintenance"
=>
{
"maintenance"
=>
{
"description"
=>
"Is this resource under maintenance ?
(g5k internal property)
"
,
"description"
=>
"Is this resource under maintenance ?"
,
"value_type"
=>
"Boolean"
,
"value_type"
=>
"Boolean"
,
"possible_values"
=>
"YES, NO"
"possible_values"
=>
"YES, NO"
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment