diff --git a/scripts/inventory/INV_FW_01/INV_FW_01_script.txt b/scripts/inventory/INV_FW_01/INV_FW_01_script.txt index 2d2a8ecca702afa4e7030907f9ef7ca0291f0dc2..1db2b5edc4b2f15f2bd6455f75123cf18cd7bcdb 100644 --- a/scripts/inventory/INV_FW_01/INV_FW_01_script.txt +++ b/scripts/inventory/INV_FW_01/INV_FW_01_script.txt @@ -9,7 +9,7 @@ netconf --reply system-state get --filter-file system-state_filter.xml netconf close-session # Formating data -table from_xml --reply system --table system --xsl-transform sytem_transform.xsl +table from_xml --reply system --table system --xsl-transform system_transform.xsl table from_xml --reply system-state --table system-state --xsl-transform system-state_transform.xsl table concat --table system table concat --table system-state diff --git a/scripts/service_provisioning/PROV_C_01/PROV_C_01_deletion_script.txt b/scripts/service_provisioning/PROV_C_01/PROV_C_01_deletion_script.txt index 7fa13059de0a25c639bcb17c3e95beed64d58f7e..95e5583a3a0f0e5c8e8ebf48117e3be865032c25 100644 --- a/scripts/service_provisioning/PROV_C_01/PROV_C_01_deletion_script.txt +++ b/scripts/service_provisioning/PROV_C_01/PROV_C_01_deletion_script.txt @@ -8,5 +8,5 @@ mapping add NE_SPECIFIC --ne my_ne1 '{bridge_name: Bridge-1, component_name: Com mapping add NE_SPECIFIC --ne my_ne2 '{bridge_name: Bridge-1, component_name: Component-1, port1_portref: 1, port2_portref: 3}' connect -netconf edit-config --target running --config-template cvlan_deletion.xml.pyformat --mappings bridge +netconf edit-config --target running --config-template cvlan_deletion.xml.pyformat --mappings COMMON NE_SPECIFIC netconf close-session