mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
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:
@@ -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+' => '~~',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user