123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- #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: "%name%"
- mapping:
- id: id
- name: name
- content: content
- owner:
- value: "iksop"
- ModelosCablemodem:
- source_table: "Model"
- destination_table: "cablemodem_model"
- offset:
- id: 1000
- name: "%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"
- 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
- template: { value: "template_docsis.tpl" }
- Node:
- source_table: "Node"
- destination_table: "node"
- mapping:
- id: id
- parent_id: parent_id
- name: name
- tenancy_id: tenancy_id
- Cablemodem:
- source_table: "Cablemodem"
- destination_table: "cablemodem"
- offset:
- model_id: 1000
- 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
- workflow_id: { value: 1 }
- current_state: { value: active }
- model_id: model_id
|