Skip to content

Commit

Permalink
Add distributed_virtual_lans to persister
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Odnopozov committed Sep 17, 2019
1 parent 6a387a9 commit 4a565f1
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,13 @@ def lans
)
end

def distributed_virtual_lans
add_properties(
:manager_ref => %i(switch uid_ems),
:parent_inventory_collections => %i(distributed_virtual_switches),
)
end

def subnets
add_properties(
:manager_ref => %i(lan ems_ref),
Expand Down

0 comments on commit 4a565f1

Please sign in to comment.