|
@@ -1,15 +1,44 @@
|
|
|
-CMTS:
|
|
|
- source_table: "CMTS"
|
|
|
- destination_table: "cmts"
|
|
|
+#CMTS:
|
|
|
+# source_table: "CMTS"
|
|
|
+# destination_table: "cmts"
|
|
|
+# mapping:
|
|
|
+# id: id
|
|
|
+# name: name
|
|
|
+# host: host
|
|
|
+# snmp_community: snmp_comunity
|
|
|
+# snmp_version: snmp_version
|
|
|
+# execute_snmp: execute_snmp
|
|
|
+# docs_version: docs_version
|
|
|
+# tenancy_id: tenancy_id
|
|
|
+
|
|
|
+Templates:
|
|
|
+ source_table: "Template"
|
|
|
+ destination_table: "template"
|
|
|
+ offset:
|
|
|
+ id: 1000
|
|
|
+ name: "Imported %name%"
|
|
|
mapping:
|
|
|
- id: id
|
|
|
- name: name
|
|
|
- host: host
|
|
|
- snmp_community: snmp_comunity
|
|
|
- snmp_version: snmp_version
|
|
|
- execute_snmp: execute_snmp
|
|
|
- docs_version: docs_version
|
|
|
- tenancy_id: tenancy_id
|
|
|
+ id: id
|
|
|
+ name: name
|
|
|
+ content: content
|
|
|
+ owner:
|
|
|
+ value: "iksop"
|
|
|
+
|
|
|
+ModelosCablemodem:
|
|
|
+ source_table: "Model"
|
|
|
+ destination_table: "cablemodem_model"
|
|
|
+ offset:
|
|
|
+ id: 1000
|
|
|
+ name: "Imported %name%"
|
|
|
+ docsis_template_id: 1000
|
|
|
+ mta_docsis_template_id: 1000
|
|
|
+ mapping:
|
|
|
+ id: id
|
|
|
+ name: name
|
|
|
+ technology: technology
|
|
|
+ terminals: terminals
|
|
|
+ docsis_template_id: docsis_model_template_id
|
|
|
+ mta_docsis_template_id: mta_docsis_template_id
|
|
|
|
|
|
Profile:
|
|
|
source_table: "Profile"
|
|
@@ -36,6 +65,8 @@ Node:
|
|
|
Cablemodem:
|
|
|
source_table: "Cablemodem"
|
|
|
destination_table: "cablemodem"
|
|
|
+ offset:
|
|
|
+ model_id: 1000
|
|
|
mapping:
|
|
|
id: id
|
|
|
node_id: node_id
|
|
@@ -49,3 +80,4 @@ Cablemodem:
|
|
|
comments: comments
|
|
|
workflow_id: { value: 1 }
|
|
|
current_state: { value: active }
|
|
|
+ model_id: model_id
|