Skip to content

Commit

Permalink
InventoryCollection definitions for Lenovo
Browse files Browse the repository at this point in the history
  • Loading branch information
slemrmartin committed Oct 16, 2018
1 parent 8bc0049 commit aaeb608
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,15 @@ def physical_storages
add_common_default_values
end

def canisters
def physical_switches
add_properties(:manager_ref => %i(uid_ems))
add_common_default_values
end

def customization_scripts
add_properties(:manager_ref => %i(manager_ref))
add_default_values(:manager_id => ->(persister) { persister.manager.id })
end
end
end
end
Expand Down

0 comments on commit aaeb608

Please sign in to comment.