Просмотр исходного кода

FD3-633 Archivo de Importación

Daniel Libonati 6 лет назад
Родитель
Сommit
62f373aea7
1 измененных файлов с 53 добавлено и 0 удалено
  1. 53 0
      app/config/import_data.yml

+ 53 - 0
app/config/import_data.yml

@@ -0,0 +1,53 @@
+CMTS:
+    source_table: "CMTS"
+    destination_fully_qualified: "CablemodemBundle: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
+
+Profile:
+    source_table: "Profile"
+    destination_fully_qualified: "CablemodemBundle:Profile"
+    destination_table: "profile"
+    mapping:
+        id: id
+        name: name
+        downstream: downstream
+        upstream: upstream
+        filtro_upload: filtro_upload
+        filtro_download: filtro_download
+        max_cpe: max_cpe
+        tenancy_id: tenancy_id
+
+Node:
+    source_table: "Node"
+    destination_fully_qualified: "CablemodemBundle:Node"
+    destination_table: "node"
+    mapping:
+        id: id
+        parent_id: parent_id
+        name: name
+        tenancy_id: tenancy_id
+
+Cablemodem:
+    source_table: "Cablemodem"
+    destination_fully_qualified: "CablemodemBundle:Cablemodem"
+    destination_table: "cablemodem"
+    mapping:
+        id: id
+        node_id: node_id
+        profile_id: profile_id
+        client_id: client_id
+        mac: mac
+        created: created
+        updated: updated
+        mta_enabled: mta1_enabled
+        tenancy_id: tenancy_id
+        comments: comments