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
fe621f64
Commit
fe621f64
authored
Dec 04, 2012
by
Pascal Morillon
Browse files
[admin] Remove pdu generation from g5k_generator until pdus resources are not describes everywhere
parent
8830f88a
Changes
1
Hide whitespace changes
Inline
Side-by-side
generators/lib/g5k_generator.rb
View file @
fe621f64
...
...
@@ -194,9 +194,9 @@ module G5K
def
node
(
uid
,
*
options
,
&
block
)
build_context
(
:nodes
,
uid
,
*
options
,
&
block
)
end
def
pdu
(
uid
,
*
options
,
&
block
)
build_context
(
:pdus
,
uid
,
*
options
,
&
block
)
end
#
def pdu(uid, *options, &block)
#
build_context(:pdus, uid, *options, &block)
#
end
def
service
(
uid
,
*
options
,
&
block
)
build_context
(
:services
,
uid
,
*
options
,
&
block
)
end
...
...
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