Skip to content
Snippets Groups Projects
Commit c0e7c7cc authored by Michal Hažlinský's avatar Michal Hažlinský :family:
Browse files

new XML

parent 011d1f54
No related branches found
No related tags found
No related merge requests found
...@@ -60,8 +60,7 @@ ORDER_PAYLOAD = """ ...@@ -60,8 +60,7 @@ ORDER_PAYLOAD = """
<InterfaceName>%(interface_a)s</InterfaceName> <InterfaceName>%(interface_a)s</InterfaceName>
<ServiceEndpointConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PTPElineLDPEndPointConfigParameterOrderType"> <ServiceEndpointConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PTPElineLDPEndPointConfigParameterOrderType">
<EndPointCategory>PTP</EndPointCategory> <EndPointCategory>PTP</EndPointCategory>
<TrafficType>DOT1Q Transport single vlan</TrafficType> <UNIDescription>%(description)s</UNIDescription>
<EthernetOption>dot1q</EthernetOption>
<UnitId>%(vlan_a)s</UnitId> <UnitId>%(vlan_a)s</UnitId>
<VlanId>%(vlan_a)s</VlanId> <VlanId>%(vlan_a)s</VlanId>
</ServiceEndpointConfiguration> </ServiceEndpointConfiguration>
...@@ -78,12 +77,12 @@ ORDER_PAYLOAD = """ ...@@ -78,12 +77,12 @@ ORDER_PAYLOAD = """
<InterfaceName>%(interface_b)s</InterfaceName> <InterfaceName>%(interface_b)s</InterfaceName>
<ServiceEndpointConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PTPElineLDPEndPointConfigParameterOrderType"> <ServiceEndpointConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PTPElineLDPEndPointConfigParameterOrderType">
<EndPointCategory>PTP</EndPointCategory> <EndPointCategory>PTP</EndPointCategory>
<TrafficType>DOT1Q Transport single vlan</TrafficType> <UNIDescription>%(description)s</UNIDescription>
<EthernetOption>dot1q</EthernetOption>
<UnitId>%(vlan_a)s</UnitId> <UnitId>%(vlan_a)s</UnitId>
<VlanId>%(vlan_b)s</VlanId> <VlanId>%(vlan_b)s</VlanId>
</ServiceEndpointConfiguration> </ServiceEndpointConfiguration>
</ServiceEndPoint> </ServiceEndPoint>
<DonotApplyDefaultTemplatesOfSD>true</DonotApplyDefaultTemplatesOfSD>
</ServiceEndPointGroup> </ServiceEndPointGroup>
<ServiceOrderParameter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PTPConfigParameterOrderType"> <ServiceOrderParameter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="PTPConfigParameterOrderType">
</ServiceOrderParameter> </ServiceOrderParameter>
...@@ -94,6 +93,8 @@ ORDER_PAYLOAD = """ ...@@ -94,6 +93,8 @@ ORDER_PAYLOAD = """
</ServiceDefinition> </ServiceDefinition>
</Reference> </Reference>
</ServiceOrder> </ServiceOrder>
<Service key="undefined"/>
</ServiceResource> </ServiceResource>
<CustomAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ServiceOrderCustomActionType"> <CustomAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ServiceOrderCustomActionType">
<Action>SaveAndDeployNow</Action> <Action>SaveAndDeployNow</Action>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment