[otrs-cvs] CVS: ITSMCMDB/Kernel/Config/Files ITSMCMDB.pm,1.36,1.37

cvs-log at otrs.org cvs-log at otrs.org
Thu Dec 14 15:09:06 CET 2006


Update of /home/cvs/ITSMCMDB/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv29680/Kernel/Config/Files

Modified Files:
	ITSMCMDB.pm 
Log Message:
update config

Index: ITSMCMDB.pm
===================================================================
RCS file: /home/cvs/ITSMCMDB/Kernel/Config/Files/ITSMCMDB.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** ITSMCMDB.pm	13 Dec 2006 12:31:11 -0000	1.36
--- ITSMCMDB.pm	14 Dec 2006 14:09:04 -0000	1.37
***************
*** 811,815 ****
  
  $Self->{'CMDB::ConfigItem::Description'}->{'Computer'} = '"Computer" Configuration Items, such as Laptops, Desktops, Phones, PDAs, Servers etc. ...';
! $Self->{'CMDB::ConfigItem::Overview'}->{'Computer'} = ['Name', 'Description', 'CurrentDeploymentState'];
  $Self->{'CMDB::ConfigItem::Config'}->{'Computer'} = [
      {
--- 811,815 ----
  
  $Self->{'CMDB::ConfigItem::Description'}->{'Computer'} = '"Computer" Configuration Items, such as Laptops, Desktops, Phones, PDAs, Servers etc. ...';
! $Self->{'CMDB::ConfigItem::Overview'}->{'Computer'} = ['Name', 'Description', 'CurrentDeploymentStatus'];
  $Self->{'CMDB::ConfigItem::Config'}->{'Computer'} = [
      {
***************
*** 874,877 ****
--- 874,897 ----
                  },
              },
+             {
+                 Key => 'OrgUnit',
+                 Name => 'Organization Unit',
+                 Description => 'Organization Unit of Owner',
+                 Input => {
+                     Type => 'Select',
+                     Object => 'OrgUnit',
+                     Required => 1,
+                 },
+             },
+             {
+                 Key => 'Location',
+                 Name => 'Location',
+                 Description => 'Location of Item',
+                 Input => {
+                     Type => 'Select',
+                     Object => 'Location',
+                     Required => 1,
+                 },
+             },
          ],
      },
***************
*** 1075,1082 ****
          Searchable => 1,
          Input => {
!             Type => 'Text',
!             Size => 40,
!             MaxLength => 20,
!             RegExp => '',
              Required => 1,
          },
--- 1095,1100 ----
          Searchable => 1,
          Input => {
!             Type => 'Select',
!             Object => 'Network',
              Required => 1,
          },
***************
*** 1112,1115 ****
--- 1130,1147 ----
          Sub => [
              {
+                 Key => 'IPoverDHCP',
+                 Name => 'IP over DHCP',
+                 Description => 'IP over DHCP-Server',
+                 Input => {
+                     Type => 'Select',
+                     Data => {
+                         'No' => 'No',
+                         'Yes' => 'Yes',
+                     },
+                     RegExp => '',
+                     Required => 1,
+                 },
+             },
+             {
                  Key => 'IPv4',
                  Name => 'IP Address (v4)',
***************
*** 1122,1128 ****
                      Required => 1,
                  },
!                 CountMin => 1,
                  CountMax => 99,
!                 CountDefault => 1,
              },
              {
--- 1154,1160 ----
                      Required => 1,
                  },
!                 CountMin => 0,
                  CountMax => 99,
!                 CountDefault => 0,
              },
              {
***************
*** 1134,1138 ****
                      Size => 40,
                      MaxLength => 20,
-                     RegExp => '\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}',
                      Required => 1,
                  },
--- 1166,1169 ----
***************
*** 1162,1175 ****
      },
      {
!         Key => 'CurrentDeploymentState',
!         Name => 'Current Deployment State',
          Input => {
              Type => 'Select',
              Data => {
!                 'in order' => 'in order',
!                 'in service' => 'in service',
!                 'out of service' => 'out of service',
!                 'unknown' => 'unknown',
!                 'repair' => 'repair',
              },
              Required => 1,
--- 1193,1211 ----
      },
      {
!         Key => 'CurrentDeploymentStatus',
!         Name => 'Current Deployment Status',
          Input => {
              Type => 'Select',
              Data => {
!                 'Planned' => 'Planned',
!                 'Test/QA' => 'Test/QA',
!                 'Pilot' => 'Pilot',
!                 'Production' => 'Production',
!                 'Inactive' => 'Inactive',
!                 'Review' => 'Review',
!                 'Repair' => 'Repair',
!                 'Maintenance' => 'Maintenance',
!                 'Expired' => 'Expired',
!                 'Retired' => 'Retired',
              },
              Required => 1,
***************
*** 1191,1199 ****
              Type => 'Select',
              Data => {
!                 'in order' => 'in order',
!                 'in service' => 'in service',
!                 'out of service' => 'out of service',
!                 'unknown' => 'unknown',
!                 'repair' => 'repair',
              },
              Required => 1,
--- 1227,1241 ----
              Type => 'Select',
              Data => {
!                 'Planned' => 'Planned',
!                 'Test/QA' => 'Test/QA',
!                 'Pilot' => 'Pilot',
!                 'Production' => 'Production',
!                 'Inactive' => 'Inactive',
!                 'Review' => 'Review',
!                 'Repair' => 'Repair',
!                 'Maintenance' => 'Maintenance',
!                 'Expired' => 'Expired',
!                 'Retired' => 'Retired',
!                 'N/A' => 'N/A',
              },
              Required => 1,
***************
*** 1219,1242 ****
      },
      {
-         Key => 'OrgUnit',
-         Name => 'Organization Unit',
-         Description => 'Organization Unit of Owner',
-         Input => {
-             Type => 'Select',
-             Object => 'OrgUnit',
-             Required => 1,
-         },
-     },
-     {
-         Key => 'Location',
-         Name => 'Location',
-         Description => 'Location of Item',
-         Input => {
-             Type => 'Select',
-             Object => 'Location',
-             Required => 1,
-         },
-     },
-     {
          Key => 'Note',
          Name => 'Note',
--- 1261,1264 ----
***************
*** 1388,1391 ****
--- 1410,1416 ----
              Required => 0,
          },
+         CountMin => 1,
+         CountMax => 99,
+         CountDefault => 1,
      },
      {



More information about the cvs-log mailing list