Skip to content

Commit

Permalink
Remove default filters from netbox example config
Browse files Browse the repository at this point in the history
  • Loading branch information
minitriga committed Feb 7, 2025
1 parent 4a5b489 commit 8b8370b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions examples/netbox_to_infrahub/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,13 @@ schema_mapping:
reference: BuiltinTag
# Showcase Filters
# It will import the ones with dmu01 in their name *AND* without pdu
filters:
- field: name
operation: "contains"
value: "dmi01"
- field: name
operation: "not contains"
value: "pdu"
# filters:
# - field: name
# operation: "contains"
# value: "dmi01"
# - field: name
# operation: "not contains"
# value: "pdu"
# Showcase Transforms
transforms:
- field: name
Expand Down Expand Up @@ -287,10 +287,10 @@ schema_mapping:
# - name: status
# mapping: status
# reference: StatusGeneric
filters:
- field: device.name
operation: "contains"
value: "dmi01"
# filters:
# - field: device.name
# operation: "contains"
# value: "dmi01"

# Circuits (Provider, Provider Network, Circuits Types, Circuits)
- name: OrganizationGeneric
Expand Down

0 comments on commit 8b8370b

Please sign in to comment.