import_data.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. CMTS:
  2. source_table: "CMTS"
  3. destination_table: "cmts"
  4. mapping:
  5. id: id
  6. name: name
  7. host: host
  8. snmp_community: snmp_comunity
  9. snmp_version: snmp_version
  10. execute_snmp: execute_snmp
  11. docs_version: docs_version
  12. tenancy_id: tenancy_id
  13. Profile:
  14. source_table: "Profile"
  15. destination_table: "profile"
  16. mapping:
  17. id: id
  18. name: name
  19. downstream: downstream
  20. upstream: upstream
  21. filtro_upload: filtro_upload
  22. filtro_download: filtro_download
  23. max_cpe: max_cpe
  24. tenancy_id: tenancy_id
  25. template: { value: "template_docsis.tpl" }
  26. Node:
  27. source_table: "Node"
  28. destination_table: "node"
  29. mapping:
  30. id: id
  31. parent_id: parent_id
  32. name: name
  33. tenancy_id: tenancy_id
  34. Cablemodem:
  35. source_table: "Cablemodem"
  36. destination_table: "cablemodem"
  37. mapping:
  38. id: id
  39. node_id: node_id
  40. profile_id: profile_id
  41. client_id: client_id
  42. mac: mac
  43. created: created
  44. updated: updated
  45. mta_enabled: mta1_enabled
  46. tenancy_id: tenancy_id
  47. comments: comments
  48. workflow_id: { value: 1 }
  49. current_state: { value: active }