Skip to content

Commit

Permalink
Merge pull request #18063 from slemrmartin/lenovo-graph-refresh
Browse files Browse the repository at this point in the history
InventoryCollection definitions for Lenovo
  • Loading branch information
agrare authored Oct 17, 2018
2 parents 80d8f78 + aaeb608 commit f29db30
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 f29db30

Please sign in to comment.