Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 515680f0 authored by Pierre Neyron's avatar Pierre Neyron :bicyclist:
Browse files

[gen/wiki/oar] Rework descriptions

parent 99839392
No related branches found
No related tags found
1 merge request!100Update the OAR-Properties wiki page
...@@ -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 hardware identifier (useful for gnu-parallel).", "description" => "GPU device 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"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment