Просмотр исходного кода

Standard DataModel: Add org_id and location_id to 'Rack' reconciliation keys. Mandatory for CSV import of CI on a Rack, when Rack name is not a unique identifier.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4929 a333f486-631f-4898-b8df-5754b55c2be0
cisou 7 лет назад
Родитель
Сommit
51f3ce16a6

+ 2 - 0
datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml

@@ -1663,6 +1663,8 @@
             <attribute id="name"/>
             <attribute id="org_id"/>
             <attribute id="organization_name"/>
+            <attribute id="location_id"/>
+            <attribute id="location_name"/>
             <attribute id="finalclass"/>
           </attributes>
         </reconciliation>

+ 4 - 0
datamodels/2.x/itop-datacenter-mgmt/datamodel.itop-datacenter-mgmt.xml

@@ -20,6 +20,10 @@
         <reconciliation>
           <attributes>
             <attribute id="name"/>
+            <attribute id="org_id"/>
+            <attribute id="organization_name"/>
+            <attribute id="location_id"/>
+            <attribute id="location_name"/>
           </attributes>
         </reconciliation>
       </properties>