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
98f602ea
Commit
98f602ea
authored
Apr 30, 2015
by
Simon Delamare
Browse files
[lyon] Also override cluster priority for orion and hercule in generator
parent
982cf001
Changes
4
Hide whitespace changes
Inline
Side-by-side
data/grid5000/sites/lyon/clusters/hercule/hercule.json
View file @
98f602ea
{
"created_at"
:
"Tue, 02 Oct 2012 12:00:00 GMT"
,
"priority"
:
"201299"
,
"kavlan"
:
true
,
"model"
:
"Dell C6220"
,
"priority"
:
"201299"
,
"production"
:
true
,
"type"
:
"cluster"
,
"uid"
:
"hercule"
...
...
data/grid5000/sites/lyon/clusters/orion/orion.json
View file @
98f602ea
{
"created_at"
:
"Fri, 14 Sep 2012 12:00:00 GMT"
,
"priority"
:
"201299"
,
"kavlan"
:
true
,
"model"
:
"Dell R720"
,
"priority"
:
"201299"
,
"production"
:
true
,
"type"
:
"cluster"
,
"uid"
:
"orion"
...
...
generators/input/sites/lyon/clusters/hercule.rb
View file @
98f602ea
...
...
@@ -3,6 +3,7 @@ site :lyon do |site_uid|
cluster
:hercule
do
|
cluster_uid
|
model
"Dell C6220"
created_at
Time
.
parse
(
"2012-10-02 12:00 GMT"
).
httpdate
priority
"201299"
kavlan
true
production
true
...
...
generators/input/sites/lyon/clusters/orion.rb
View file @
98f602ea
...
...
@@ -3,6 +3,7 @@ site :lyon do |site_uid|
cluster
:orion
do
|
cluster_uid
|
model
"Dell R720"
created_at
Time
.
parse
(
"2012-09-14 12:00 GMT"
).
httpdate
priority
"201299"
kavlan
true
production
true
...
...
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