Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
reference-repository
Commits
400b2bfa
Commit
400b2bfa
authored
Apr 29, 2016
by
Jérémie Gaidamour
Browse files
[dev] check-cluster-homogeneity. Output format description
parent
38917da6
Changes
1
Hide whitespace changes
Inline
Side-by-side
generators/input-validators/check-cluster-homogeneity.rb
View file @
400b2bfa
...
@@ -107,6 +107,14 @@ eos
...
@@ -107,6 +107,14 @@ eos
end
end
def
cluster_homogeneity
(
refapi_hash
,
verbose
=
false
)
def
cluster_homogeneity
(
refapi_hash
,
verbose
=
false
)
if
verbose
puts
"The change set is represented using the following syntax:"
puts
' [["+", "path.to.key1", value], # new key'
puts
' ["-", "path.to.key2", value], # missing key'
puts
' ["~", "path.to.key3", value1, value2]] # modified value'
puts
''
end
ignore_keys
=
global_ignore_keys
()
ignore_keys
=
global_ignore_keys
()
refapi_hash
=
load_yaml_file_hierarchy
(
"../../input/grid5000/"
)
refapi_hash
=
load_yaml_file_hierarchy
(
"../../input/grid5000/"
)
...
...
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