Skip to content

Commit

Permalink
Support displaying nested physical chassis
Browse files Browse the repository at this point in the history
This commit teaches topology creation process about chassis nesting
that can be produced by Redfish physical infrastructure provider.
  • Loading branch information
Tadej Borovšak committed Sep 4, 2018
1 parent ac17d68 commit d4321f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/physical_infra_topology_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class PhysicalInfraTopologyService < TopologyService
),
:physical_chassis => %i(
writable_classification_tags
physical_chassis
physical_servers
),
:physical_servers => [
Expand Down

0 comments on commit d4321f9

Please sign in to comment.