installation.xml 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <installation>
  3. <steps type="array">
  4. <step>
  5. <title>Configuration Management options</title>
  6. <description><![CDATA[<h2>The options below allow you to configure the type of elements that are to be managed inside iTop.</h2>]]></description>
  7. <banner>/images/modules.png</banner>
  8. <options type="array">
  9. <choice>
  10. <title>Configuration Management Core</title>
  11. <description>All the base objects that are mandatory in the iTop CMDB: Organizations, Locations, Teams, Persons, etc.</description>
  12. <modules type="array">
  13. <module>itop-config-mgmt</module>
  14. <module>itop-attachments</module>
  15. <module>itop-profiles-itil</module>
  16. <module>itop-welcome-itil</module>
  17. <module>itop-tickets</module>
  18. </modules>
  19. <mandatory>true</mandatory>
  20. </choice>
  21. <choice>
  22. <title>Data Center Devices</title>
  23. <description>Manage Data Center devices such as Racks, Enclosures, PDUs, etc.</description>
  24. <modules type="array">
  25. <module>itop-datacenter-mgmt</module>
  26. </modules>
  27. <default>true</default>
  28. </choice>
  29. <choice>
  30. <title>End-User Devices</title>
  31. <description>Manage devices related to end-users: PCs, Phones, Tablets, etc.</description>
  32. <modules type="array">
  33. <module>itop-endusers-devices</module>
  34. </modules>
  35. <default>true</default>
  36. </choice>
  37. <choice>
  38. <title>Storage Devices</title>
  39. <description>Manage storage devices such as NAS, SAN Switches, Tape Libraries and Tapes, etc.</description>
  40. <modules type="array">
  41. <module>itop-storage-mgmt</module>
  42. </modules>
  43. <default>true</default>
  44. </choice>
  45. <choice>
  46. <title>Virtualization</title>
  47. <description>Manage Hypervisors, Virtual Machines and Farms.</description>
  48. <modules type="array">
  49. <module>itop-virtualization-mgmt</module>
  50. </modules>
  51. <default>true</default>
  52. </choice>
  53. </options>
  54. </step>
  55. <step>
  56. <title>Service Management options</title>
  57. <description><![CDATA[<h2>Select the choice that best describes the relationships between the services and the IT infrastructure in your IT environment.</h2>]]></description>
  58. <banner>./wizard-icons/service.png</banner>
  59. <alternatives type="array">
  60. <choice>
  61. <title>Service Management for Enterprises</title>
  62. <description>Select this option if the IT delivers services based on a shared infrastructure. For example if different organizations within your company subscribe to services (like Mail and Print services) delivered by a single shared backend.</description>
  63. <modules type="array">
  64. <module>itop-service-mgmt</module>
  65. </modules>
  66. <default>true</default>
  67. </choice>
  68. <choice>
  69. <title>Service Management for Service Providers</title>
  70. <description>Select this option if the IT manages the infrastructure of independent customers. This is the most flexible model, since the services can be delivered with a mix of shared and customer specific infrastructure devices.</description>
  71. <modules type="array">
  72. <module>itop-service-mgmt-provider</module>
  73. </modules>
  74. </choice>
  75. </alternatives>
  76. </step>
  77. <step>
  78. <title>Tickets Management options</title>
  79. <description><![CDATA[<h2>Select the type of tickets you want to use in order to respond to user requests and incidents.</h2>]]></description>
  80. <banner>./itop-incident-mgmt-itil/images/incident-escalated.png</banner>
  81. <alternatives type="array">
  82. <choice>
  83. <title>Simple Ticket Management</title>
  84. <description>Select this option to use one single type of tickets for all kind of requests.</description>
  85. <modules type="array">
  86. <module>itop-request-mgmt</module>
  87. </modules>
  88. <default>true</default>
  89. <sub_options>
  90. <options type="array">
  91. <choice>
  92. <title>Enhanced Customer Portal</title>
  93. <description>Replace the built-in customer portal with a more modern version, working better with hand-held devices and bringing new features</description>
  94. <modules type="array">
  95. <module>itop-portal</module>
  96. <module>itop-portal-base</module>
  97. </modules>
  98. <default>true</default>
  99. </choice>
  100. </options>
  101. </sub_options>
  102. </choice>
  103. <choice>
  104. <title>ITIL Compliant Tickets Management</title>
  105. <description>Select this option to have different types of ticket for managing user requests and incidents. Each type of ticket has a specific life cycle and specific fields</description>
  106. <sub_options>
  107. <options type="array">
  108. <choice>
  109. <title>User Request Management</title>
  110. <description>Manage User Request tickets in iTop</description>
  111. <modules type="array">
  112. <module>itop-request-mgmt-itil</module>
  113. </modules>
  114. </choice>
  115. <choice>
  116. <title>Incident Management</title>
  117. <description>Manage Incidents tickets in iTop</description>
  118. <modules type="array">
  119. <module>itop-incident-mgmt-itil</module>
  120. </modules>
  121. </choice>
  122. <choice>
  123. <title>Enhanced Customer Portal</title>
  124. <description>Replace the built-in customer portal with a more modern version, working better with hand-held devices and bringing new features</description>
  125. <modules type="array">
  126. <module>itop-portal</module>
  127. <module>itop-portal-base</module>
  128. </modules>
  129. <default>true</default>
  130. </choice>
  131. </options>
  132. </sub_options>
  133. </choice>
  134. <choice>
  135. <title>No Tickets Management</title>
  136. <description>Don't manage incidents or user requests in iTop</description>
  137. <modules type="array">
  138. </modules>
  139. </choice>
  140. </alternatives>
  141. </step>
  142. <step>
  143. <title>Change Management options</title>
  144. <description><![CDATA[<h2>Select the type of tickets you want to use in order to manage changes to the IT infrastructure.</h2>]]></description>
  145. <banner>./itop-change-mgmt/images/change.png</banner>
  146. <alternatives type="array">
  147. <choice>
  148. <title>Simple Change Management</title>
  149. <description>Select this option to use one type of ticket for all kind of changes.</description>
  150. <modules type="array">
  151. <module>itop-change-mgmt</module>
  152. </modules>
  153. <default>true</default>
  154. </choice>
  155. <choice>
  156. <title>ITIL Change Management</title>
  157. <description>Select this option to use Normal/Routine/Emergency change tickets.</description>
  158. <modules type="array">
  159. <module>itop-change-mgmt-itil</module>
  160. </modules>
  161. </choice>
  162. <choice>
  163. <title>No Change Management</title>
  164. <description>Don't manage changes in iTop</description>
  165. <modules type="array">
  166. </modules>
  167. </choice>
  168. </alternatives>
  169. </step>
  170. <step>
  171. <title>Additional ITIL tickets</title>
  172. <description><![CDATA[<h2>Pick from the list below the additional ITIL processes that are to be implemented in iTop.</h2>]]></description>
  173. <banner>./itop-knownerror-mgmt/images/known-error.png</banner>
  174. <options type="array">
  175. <choice>
  176. <title>Known Errors Management</title>
  177. <description>Select this option to track "Known Errors" and FAQs in iTop.</description>
  178. <modules type="array">
  179. <module>itop-knownerror-mgmt</module>
  180. </modules>
  181. </choice>
  182. <choice>
  183. <title>Problem Management</title>
  184. <description>Select this option track "Problems" in iTop.</description>
  185. <modules type="array">
  186. <module>itop-problem-mgmt</module>
  187. </modules>
  188. </choice>
  189. </options>
  190. </step>
  191. </steps>
  192. </installation>