import_data.yml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. HostType:
  2. source_table: "HostType"
  3. destination_table: "host_type"
  4. mapping:
  5. id: id
  6. name: name
  7. shortname: shortname
  8. Host:
  9. source_table: "Host"
  10. destination_table: "host"
  11. mapping:
  12. id: id
  13. host_type_id: host_type_id
  14. mac: mac
  15. options: options
  16. NetGroup:
  17. source_table: "NetGroup"
  18. destination_table: "net_group"
  19. mapping:
  20. id: id
  21. name: name
  22. opcode: opcode
  23. tenancy_id: tenancy_id
  24. SubNet:
  25. source_table: "SubNet"
  26. destination_table: "sub_net"
  27. mapping:
  28. id: id
  29. allowed_host_type_id: allowed_host_type_id
  30. net_group_id: net_group_id
  31. address: address
  32. options: options
  33. tenancy_id: tenancy_id
  34. Pool:
  35. source_table: "Pool"
  36. destination_table: "pool"
  37. mapping:
  38. id: id
  39. sub_net_id: sub_net_id
  40. name: name
  41. first_ip: first_ip
  42. last_ip: last_ip
  43. priority: priority
  44. is_static: is_static
  45. tenancy_id: tenancy_id