From 1a7f8b1110cbb9bbe2f17f2e588d0157a95c76f3 Mon Sep 17 00:00:00 2001 From: v-dumas Date: Fri, 26 Dec 2025 09:49:41 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B08515=20-=20Finalize=20Cloud,=20add=20Set?= =?UTF-8?q?up=20sub-option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datamodels/2.x/installation.xml | 13 ++++++++++ .../datamodel.itop-container-mgmt.xml | 24 +++++++++++-------- .../module.itop-container-mgmt.php | 2 +- 3 files changed, 28 insertions(+), 11 deletions(-) diff --git a/datamodels/2.x/installation.xml b/datamodels/2.x/installation.xml index a3e53c2d08..65660323df 100755 --- a/datamodels/2.x/installation.xml +++ b/datamodels/2.x/installation.xml @@ -71,6 +71,19 @@ itop-virtualization-mgmt true + + + + itop-container-mgmt + Containerization + + + itop-container-mgmt + + false + + + diff --git a/datamodels/2.x/itop-container-mgmt/datamodel.itop-container-mgmt.xml b/datamodels/2.x/itop-container-mgmt/datamodel.itop-container-mgmt.xml index 08d889c5e9..c42d8c9a00 100644 --- a/datamodels/2.x/itop-container-mgmt/datamodel.itop-container-mgmt.xml +++ b/datamodels/2.x/itop-container-mgmt/datamodel.itop-container-mgmt.xml @@ -1067,7 +1067,7 @@ - VirtualDevice + VirtualHost bizmodel,searchable false @@ -1203,20 +1203,20 @@ 20 - + 30 - + 40 - + 50 - - 70 + + 60 - - 80 + + 60 @@ -1378,10 +1378,14 @@ 0 - - 11 + + 21 ContainerType + + 22 + ContainerImageType + diff --git a/datamodels/2.x/itop-container-mgmt/module.itop-container-mgmt.php b/datamodels/2.x/itop-container-mgmt/module.itop-container-mgmt.php index 53a54711ed..3457897859 100644 --- a/datamodels/2.x/itop-container-mgmt/module.itop-container-mgmt.php +++ b/datamodels/2.x/itop-container-mgmt/module.itop-container-mgmt.php @@ -71,7 +71,7 @@ if (!class_exists('ContainerTypeInstaller')) CMDBObject::SetTrackInfo("Initialization ContainerTypeInstaller"); $oMyChange = CMDBObject::GetCurrentChange(); $sFileName = dirname(__FILE__)."/data/en_us.data.itop-container-type.xml"; - SetupLog::Info("Uploading ContainerType objects from file: $sFileName"); + SetupLog::Info("Uploading Typology values for Containers from file: $sFileName"); $oDataLoader->StartSession($oMyChange); $oDataLoader->LoadFile($sFileName, false, true); $oDataLoader->EndSession();