Skip to content

Commit 89f9b8f

Browse files
authored
updated the ipfabric example to work with IPF 7+ (#103)
1 parent 83a3898 commit 89f9b8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/ipfabric_to_infrahub/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ schema_mapping:
7070
filters:
7171
- field: version
7272
operation: is_not_empty
73-
mapping: tables/management/osver-consistency
73+
# mapping: tables/management/osver-consistency # This is for version <7.0 of IPFabric.
74+
mapping: tables/inventory/os-version-consistency/platforms # This is for versions >= 7.0 of IPFabric.
7475
fields:
7576
- name: version
7677
mapping: version

0 commit comments

Comments
 (0)