Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Migration order

Timo Reimann edited this page Jul 2, 2018 · 7 revisions

Since there are relations between NetBox models, the migration must follow a strict order. I try to structure the order here using a hierarchy.

A graphical representation of the whole model could be found here

NetBox Model

DCIM

  • TenantGroup
  • Tenant
  • Region
  • Site
  • RackGroup
  • RackRole
  • Rack
  • Manufacturer
  • Platform
  • DeviceRole
  • DeviceType
  • Device
    • PDU
    • Console Server
    • any other device
  • PowerConnection
  • ConsoleConnection
  • Interface

IPAM

  • IPAddress
  • VLAN
  • Prefix
  • Aggregate

Virtualization

  • ClusterGroup
  • Cluster
  • VirtualMachine

Circuits

  • Provider
  • Circuit
  • CircuitTermination
Clone this wiki locally