'Virtualization Management', 'category' => 'business', // Setup // 'dependencies' => [ 'itop-config-mgmt/2.4.0', ], 'mandatory' => false, 'visible' => true, // Components // 'datamodel' => [ ], 'webservice' => [ ], 'data.struct' => [ // add your 'structure' definition XML files here, ], 'data.sample' => [ // add your sample data XML files here, 'data/data.sample.farm.xml', 'data/data.sample.hypervisor.xml', 'data/data.sample.vm.xml', 'data/data.sample.dbserver.xml', 'data/data.sample.dbschema.xml', 'data/data.sample.webserver.xml', 'data/data.sample.webapp.xml', 'data/data.sample.applicationsolutionci.xml', ], // Documentation // 'doc.manual_setup' => '', // hyperlink to manual setup documentation, if any 'doc.more_information' => '', // hyperlink to more information, if any // Default settings // 'settings' => [ // Module specific settings go here, if any ], ] );