Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions datamodels/2.x/installation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,19 @@
<module>itop-virtualization-mgmt</module>
</modules>
<default>true</default>
<sub_options>
<options type="array">
<choice>
<extension_code>itop-container-mgmt</extension_code>
<title>Containerization</title>
<description><![CDATA[Manage Container Images, Applications and Hosts]]></description>
<modules type="array">
<module>itop-container-mgmt</module>
</modules>
<default>false</default>
</choice>
</options>
</sub_options>
</choice>
</options>
</step>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<Set>
<ContainerType alias="ContainerType" id="1">
<name>AWS - Elastic Container Service</name>
</ContainerType>
<ContainerType alias="ContainerType" id="2">
<name>AWS - Elastic Kubernetes Service</name>
</ContainerType>
<ContainerType alias="ContainerType" id="3">
<name>Azure Kubernetes Service</name>
</ContainerType>
<ContainerType alias="ContainerType" id="4">
<name>Docker Swarm</name>
</ContainerType>
<ContainerType alias="ContainerType" id="5">
<name>Google Kubernetes Engine</name>
</ContainerType>
<ContainerType alias="ContainerType" id="6">
<name>Kubernetes</name>
</ContainerType>
<ContainerType alias="ContainerType" id="7">
<name>Nomad</name>
</ContainerType>
<ContainerType alias="ContainerType" id="8">
<name>OpenShift</name>
</ContainerType>
<ContainerImageType alias="ContainerImageType" id="1">
<name>Docker Hardened Image</name>
</ContainerImageType>
<ContainerImageType alias="ContainerImageType" id="2">
<name>Docker Official Image</name>
</ContainerImageType>
<ContainerImageType alias="ContainerImageType" id="3">
<name>Verified Publisher</name>
</ContainerImageType>
Comment on lines +27 to +35
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this work? I think this needs its own file, if not just for better overview.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it does work.

</Set>
Loading