-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.yml
More file actions
50 lines (45 loc) · 895 Bytes
/
config.yml
File metadata and controls
50 lines (45 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
name: from-netbox
source:
name: netbox
settings:
url: "https://demo.netbox.dev"
destination:
name: infrahub
settings:
url: "http://infrahub-server:8000"
store:
type: redis
settings:
host: cache
port: 6379
order: [
"BuiltinTag",
"LocationBuilding",
]
schema_mapping:
# Tags
- name: BuiltinTag
mapping: extras.tags
identifiers: ["name"]
fields:
- name: name
mapping: name
- name: description
mapping: description
# Sites (Region & Sites)
- name: LocationBuilding
mapping: dcim.sites
identifiers: ["shortname"]
fields:
- name: name
mapping: name
- name: shortname
mapping: slug
- name: description
mapping: description
- name: physical_address
mapping: physical_address
- name: tags
mapping: tags
reference: BuiltinTag