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.

SVN:trunk[4929]
This commit is contained in:
Vincent Dumas
2017-09-21 13:52:01 +00:00
parent fb99c25594
commit e32c1a4447
2 changed files with 6 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>