Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fba47df1 authored by LOUP David's avatar LOUP David
Browse files

[gen/wiki/oar_properties] Add 'exotic' propertie to OAR propertie wiki

parent 33e29c8b
No related branches found
No related tags found
No related merge requests found
Pipeline #151759 passed
...@@ -56,6 +56,11 @@ class OarPropertiesGenerator < WikiGenerator ...@@ -56,6 +56,11 @@ class OarPropertiesGenerator < WikiGenerator
"diskpath" => { "diskpath" => {
"description" => "Device path of a reservable disk on a node, for resources of type 'disk'.", "description" => "Device path of a reservable disk on a node, for resources of type 'disk'.",
}, },
"exotic" => {
"description" => "Resource has 'atypical' hardware (such as non-x86_64 CPU architecture for example)",
"value_type" => "Boolean",
"possible_values" => "YES, NO"
},
"gpu" => { "gpu" => {
"description" => "The ID of the GPU the resource is part of. The unique scope is the OAR server. ", "description" => "The ID of the GPU the resource is part of. The unique scope is the OAR server. ",
"possible_values" => "1, 2, 3, ..." "possible_values" => "1, 2, 3, ..."
...@@ -218,7 +223,7 @@ class OarPropertiesGenerator < WikiGenerator ...@@ -218,7 +223,7 @@ class OarPropertiesGenerator < WikiGenerator
"Job-related properties" => ["besteffort", "deploy", "production", "cluster_priority", "max_walltime"], "Job-related properties" => ["besteffort", "deploy", "production", "cluster_priority", "max_walltime"],
"Hierarchy" => ["chassis", "cluster", "cpu", "cpuset", "core", "disk", "diskpath", "gpu", "gpudevice", "host", "slash_16", "slash_17", "slash_18", "slash_19", "slash_20", "slash_21", "slash_22", "switch", "subnet_address", "subnet_prefix", "vlan"], "Hierarchy" => ["chassis", "cluster", "cpu", "cpuset", "core", "disk", "diskpath", "gpu", "gpudevice", "host", "slash_16", "slash_17", "slash_18", "slash_19", "slash_20", "slash_21", "slash_22", "switch", "subnet_address", "subnet_prefix", "vlan"],
"Hardware" => ["gpu_model", "gpu_count", "memnode", "memcore", "memcpu", "disktype", "disk_reservation_count", "myri_rate", "myri_count", "myri", "ib_rate", "ib_count", "ib", "opa_rate", "opa_count", "eth_rate", "eth_count", "cpufreq", "cputype", "cpucore", "cpuarch", "virtual", "mic"], "Hardware" => ["gpu_model", "gpu_count", "memnode", "memcore", "memcpu", "disktype", "disk_reservation_count", "myri_rate", "myri_count", "myri", "ib_rate", "ib_count", "ib", "opa_rate", "opa_count", "eth_rate", "eth_count", "cpufreq", "cputype", "cpucore", "cpuarch", "virtual", "mic"],
"Miscellaneous" => ["wattmeter", "nodemodel", "network_address", "ip", "type", "expiry_date", "comment", "maintenance"] "Miscellaneous" => ["wattmeter", "nodemodel", "network_address", "ip", "type", "expiry_date", "comment", "maintenance", "exotic"]
} }
#Existing properties that won't be documented #Existing properties that won't be documented
......
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