N°8515 - Add CMDB datamodel for Docker and Kubernetes (#787)

* N°8515 - Add CMDB datamodel for Docker and Kubernetes
* N°8515 - Add Cloud class under Virtualization

* N°8515 - Add lnkContainerApplicationToImage and more fields on Image
* N°8515 - Move ContainerApplication under SoftwareInstance
* N°8515 - Use structural data instead of explicit load
--------

Co-authored-by: Stephen Abello <stephen.abello@combodo.com>
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@super-visions.com>
This commit is contained in:
Vincent Dumas
2026-02-17 12:20:43 +01:00
committed by GitHub
parent f8cf14cbad
commit 38fccf85e3
31 changed files with 3552 additions and 32 deletions

View File

@@ -22,7 +22,15 @@
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/
Dict::Add('PL PL', 'Polish', 'Polski', [
// Dictionary entries go here
'Class:Cloud/Name' => '%1$s',
'Class:Cloud/ComplementaryName' => '%1$s-%2$s',
'Class:Cloud' => 'Cloud',
'Class:Cloud+' => 'A Virtual Host operated by a Cloud provider. It can host Virtual Machines and Container Hosts.~~',
'Class:Cloud/Attribute:provider_id+' => 'Who provides the cloud~~',
'Class:Cloud/Attribute:location_id' => 'Location~~',
'Class:Cloud/Attribute:location_id+' => 'Where is located the cloud~~',
'Class:Cloud/Attribute:containerhosts_list' => 'Container Hosts~~',
'Class:Cloud/Attribute:containerhosts_list+' => 'List of container hosts hosted in this cloud~~',
]);
//
@@ -30,6 +38,6 @@ Dict::Add('PL PL', 'Polish', 'Polski', [
//
Dict::Add('PL PL', 'Polish', 'Polski', [
'Class:LogicalInterface/Attribute:org_id' => 'Org id~~',
'Class:LogicalInterface/Attribute:org_id' => 'Organization~~',
'Class:LogicalInterface/Attribute:org_id+' => '~~',
]);