Skip to content

Commit

Permalink
Merge pull request #83 from Autosde/add_support_for_service_catalog
Browse files Browse the repository at this point in the history
Add support for service catalog
  • Loading branch information
agrare committed Dec 21, 2022
2 parents 5677ae8 + 517cdf7 commit c7542a1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class PhysicalInfraManager < ManageIQ::Providers::PhysicalInfraManager
require_nested :EventParser
require_nested :PhysicalServer
require_nested :PhysicalServerProfileTemplate
supports :catalog

include Vmdb::Logging
include ManagerMixin
Expand All @@ -22,5 +23,9 @@ def self.ems_type
def self.description
@description ||= "Cisco Intersight".freeze
end

def self.catalog_types
{"cisco_intersight" => N_("Cisco intersight")}
end
end
end

0 comments on commit c7542a1

Please sign in to comment.