vcpe.py customer




Final Status Poll from vcpe.py


- | # | 95 Elapsed Time: 0:06:382019-10-10 19:47:16,734 DEBUG soutils.check_progress(): ---------------------------------------------------------------
2019-10-10 19:47:16,734 DEBUG soutils.check_progress(): ----------------- Creation Request Results --------------------
2019-10-10 19:47:16,735 DEBUG soutils.check_progress(): {
"request": {
"finishTime": "Thu, 10 Oct 2019 19:47:16 GMT",
"instanceReferences": {
"requestorId": "vCPE-Robot",
"serviceInstanceId": "64b92eba-4c61-426e-9f61-f91a753d09a1",
"serviceInstanceName": "vcpe_svc_vcperescus_201910101940"
},
"requestDetails": {
"cloudConfiguration": {
"cloudOwner": "CloudOwner",
"lcpCloudRegionId": "RegionOne",
"tenantId": "712b6016580e410b9abfec9ca34953ce"
},
"modelInfo": {
"modelInvariantId": "f9d5209a-000a-439b-b011-f0bc95f8b8c3",
"modelInvariantUuid": "f9d5209a-000a-439b-b011-f0bc95f8b8c3",
"modelName": "vCPEResCust 2019-10-07 _459c",
"modelType": "service",
"modelUuid": "4bed651f-980f-4e05-abed-efdca91bf24d",
"modelVersion": "1.0",
"modelVersionId": "4bed651f-980f-4e05-abed-efdca91bf24d"
},
"owningEntity": {
"owningEntityId": "520cc603-a3c4-4ec2-9ef4-ca70facd79c0",
"owningEntityName": "OE-Demonstration1"
},
"project": {
"projectName": "Project-Demonstration"
},
"requestInfo": {
"instanceName": "vcpe_svc_vcperescus_201910101940",
"productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
"requestorId": "vCPE-Robot",
"source": "VID",
"suppressRollback": true
},
"requestParameters": {
"aLaCarte": false,
"subscriptionServiceType": "vCPE",
"userParams": [
{
"name": "BRG_WAN_MAC_Address",
"value": "fa:16:3e:5f:6c:fc"
},
{
"name": "VfModuleNames",
"value": [
{
"VfModuleModelInvariantUuid": "26d6a718-17b2-4ba8-8691-c44343b2ecd2",
"VfModuleName": "VGW2BRG-fa-16-3e-5f-6c-fc"
}
]
},
{
"name": "Customer_Location",
"value": {
"customerLatitude": "32.897480",
"customerLongitude": "-97.040443",
"customerName": "some_company"
}
},
{
"name": "Homing_Solution",
"value": "sniro"
}
]
},
"subscriberInfo": {
"globalSubscriberId": "SDN-ETHERNET-INTERNET",
"subscriberName": "Kaneohe"
}
},
"requestId": "9a13b05e-3f99-47a7-be26-3992349829ba",
"requestScope": "service",
"requestStatus": {
"percentProgress": 100,
"requestState": "COMPLETE",
"statusMessage": "STATUS: Service Instance has been created successfully via macro orchestration",
"timestamp": "Thu, 10 Oct 2019 19:47:16 GMT"
},
"requestType": "createInstance",
"startTime": "Thu, 10 Oct 2019 19:40:25 GMT"
}
}
2019-10-10 19:47:16,735 DEBUG soutils.check_progress(): ---------------------------------------------------------------
| | # | 100 Elapsed Time: 0:06:43
2019-10-10 19:47:16,736 DEBUG vcpecommon.get_vm_ip(): nova --os-auth-url http://10.12.25.2:5000 --os-project-domain-name Integration-Release-Daily --os-password n3JhGMGuDzD8 --os-region-name RegionOne --os-username kxi --os-user-domain-id default --os-tenant-id 712b6016580e410b9abfec9ca34953ce --os-project-domain-id default list
{
"brg": "10.12.7.70",
"gw": "10.12.5.135",
"mux": "10.12.7.71",
"web": "10.12.7.69"
}
VxLAN config in brg:
2019-10-10 19:47:18,963 DEBUG vcpecommon.get_vxlan_interfaces(): url is this: http://10.12.7.70:8183/restconf/config/ietf-interfaces:interfaces
{
"enabled": true,
"link-up-down-trap-enable": "enabled",
"name": "vxlanTun10.1.0.21",
"type": "v3po:vxlan-tunnel",
"v3po:l2": {
"bridge-domain": "bridge-domain-10",
"bridged-virtual-interface": false,
"split-horizon-group": 2
},
"v3po:vxlan": {
"dst": "10.1.0.21",
"encap-vrf-id": 0,
"src": "10.3.0.2",
"vni": 136
}
}
VxLAN config in mux:
2019-10-10 19:47:18,988 DEBUG vcpecommon.get_vxlan_interfaces(): url is this: http://10.12.7.71:8183/restconf/config/ietf-interfaces:interfaces
{
"enabled": true,
"link-up-down-trap-enable": "enabled",
"name": "vxlanTun10.5.0.124",
"type": "v3po:vxlan-tunnel",
"v3po:l2": {
"xconnect-outgoing-interface": "vxlanTun10.3.0.2"
},
"v3po:vxlan": {
"dst": "10.5.0.124",
"encap-vrf-id": 0,
"src": "10.5.0.21",
"vni": 136
}
}
{
"enabled": true,
"link-up-down-trap-enable": "enabled",
"name": "vxlanTun10.3.0.2",
"type": "v3po:vxlan-tunnel",
"v3po:l2": {
"xconnect-outgoing-interface": "vxlanTun10.5.0.124"
},
"v3po:vxlan": {
"dst": "10.3.0.2",
"encap-vrf-id": 0,
"src": "10.1.0.21",
"vni": 136
}
}
{
"brg": "10.12.7.70",
"gw": "10.12.5.135",
"mux": "10.12.7.71",
"web": "10.12.7.69"
}
----------------------------------------------------------------------------
Custom service created successfully. See above for VxLAN configuration info.
To test data plane connectivity, following the steps below.
1. ssh to vGW at 10.12.5.135
2. Restart DHCP: systemctl restart isc-dhcp-server
3. ssh to vBRG at 10.12.7.70
4. Get IP from vGW: dhclient lstack
5. Add route to Internet: ip route add 10.2.0.0/24 via 192.168.1.254 dev lstack
6. ping the web server: ping 10.2.0.10
7. wget http://10.2.0.10




Message Sequence from vcpe.py to SDNC and SO to SDNC



#MessageDetails
1service-topology-operation Request2019-10-10T19:40:37,488 | INFO  | qtp676658474-116 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Adding INPUT data for service-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] input: ServiceTopologyOperationInput{getRequestInformation=RequestInformation{getNotificationUrl=, getOrderNumber=, getOrderVersion=, getRequestAction=CreateServiceInstance, getRequestId=9a13b05e-3f99-47a7-be26-3992349829ba, getSource=MSO, augmentations={}}, getSdncRequestHeader=SdncRequestHeader{getSvcAction=Assign, getSvcNotificationUrl=http://so-sdnc-adapter.onap:8086/adapters/rest/SDNCNotify, getSvcRequestId=0756ce68-d6d8-4e90-8c53-abd271664466, augmentations={}}, getServiceInformation=ServiceInformation{getGlobalCustomerId=SDN-ETHERNET-INTERNET, getOnapModelInformation=OnapModelInformation{getModelInvariantUuid=f9d5209a-000a-439b-b011-f0bc95f8b8c3, getModelName=vCPEResCust 2019-10-07 _459c, getModelUuid=4bed651f-980f-4e05-abed-efdca91bf24d, getModelVersion=1.0, augmentations={}}, getServiceId=a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb, getServiceInstanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, getSubscriberName=, getSubscriptionServiceType=vCPE, augmentations={}}, getServiceRequestInput=ServiceRequestInput{getServiceInputParameters=ServiceInputParameters{getParam=[Param{getName=BRG_WAN_MAC_Address, getValue=fa:16:3e:5f:6c:fc, augmentations={}}, Param{getName=customerLatitude, getValue=32.897480, augmentations={}}, Param{getName=customerLongitude, getValue=-97.040443, augmentations={}}, Param{getName=Homing_Solution, getValue=sniro, augmentations={}}, Param{getName=customerName, getValue=some_company, augmentations={}}], augmentations={}}, getServiceInstanceName=vcpe_svc_vcperescus_201910101940, augmentations={}}, augmentations={}}
2Response2019-10-10T19:40:37,958 | INFO  | qtp676658474-116 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Returned SUCCESS for service-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] ServiceTopologyOperationOutput{_ackFinalIndicator=Y, _responseCode=200, _responseMessage=, _serviceResponseInformation=ServiceResponseInformation{_instanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, _objectPath=restconf/config/GENERIC-RESOURCE-API:services/service/64b92eba-4c61-426e-9f61-f91a753d09a1/service-data/service-topology/, augmentation=[]}, _svcRequestId=0756ce68-d6d8-4e90-8c53-abd271664466, augmentation=[]}
3tunnelxconn-topology-operation: assign Request2019-10-10T19:41:21,339 | INFO  | qtp676658474-3137 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Adding INPUT data for tunnelxconn-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] input: TunnelxconnTopologyOperationInput{getAllottedResourceInformation=AllottedResourceInformation{getAllottedResourceId=8244fbd4-2cb6-400b-8167-5a635f9ae9c5, getAllottedResourceType=tunnelxconn, getOnapModelInformation=OnapModelInformation{getModelCustomizationUuid=3f950496-208a-4a05-8695-2e137e4c3ebc, getModelInvariantUuid=a37e2267-1ea4-44ec-8ebf-df535e54ff1a, getModelName=TunnelXConn_2019-10-07 17:59:38.416, getModelUuid=08aa8829-d1d6-4dd7-ba4f-0d2375dc0b76, getModelVersion=1.0, augmentations={}}, getParentServiceInstanceId=32676adc-1603-4e60-b7dc-84bdaea17a21, augmentations={}}, getRequestInformation=RequestInformation{getNotificationUrl=, getOrderNumber=, getOrderVersion=, getRequestAction=CreateTunnelXConnInstance, getRequestId=9a13b05e-3f99-47a7-be26-3992349829ba, getSource=MSO, augmentations={}}, getSdncRequestHeader=SdncRequestHeader{getSvcAction=Assign, getSvcNotificationUrl=http://so-sdnc-adapter.onap:8086/adapters/rest/SDNCNotify, getSvcRequestId=6a8bcf5a-b44f-49dd-a974-bb001bdea432, augmentations={}}, getServiceInformation=ServiceInformation{getGlobalCustomerId=SDN-ETHERNET-INTERNET, getOnapModelInformation=OnapModelInformation{augmentations={}}, getServiceId=, getServiceInstanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, getSubscriberName=, getSubscriptionServiceType=vCPE, augmentations={}}, getTunnelxconnRequestInput=TunnelxconnRequestInput{getBrgWanMacAddress=fa:16:3e:5f:6c:fc, augmentations={}}, augmentations={}}
4Response2019-10-10T19:41:22,195 | INFO  | qtp676658474-3137 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Returned SUCCESS for tunnelxconn-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] TunnelxconnTopologyOperationOutput{_ackFinalIndicator=Y, _responseCode=200, _responseMessage=, _serviceResponseInformation=ServiceResponseInformation{_instanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, _objectPath=restconf/config/GENERIC-RESOURCE-API:services/service/64b92eba-4c61-426e-9f61-f91a753d09a1/service-data/service-topology/, augmentation=[]}, _tunnelxconnResponseInformation=TunnelxconnResponseInformation{_instanceId=8244fbd4-2cb6-400b-8167-5a635f9ae9c5, _objectPath=restconf/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/8244fbd4-2cb6-400b-8167-5a635f9ae9c5/allotted-resource-data/tunnelxconn-topology/, augmentation=[]}, augmentation=[]}
5tunnellxconn-topology-operation: Create Request2019-10-10T19:41:28,158 | INFO  | qtp676658474-120 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Adding INPUT data for tunnelxconn-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] input: TunnelxconnTopologyOperationInput{getAllottedResourceInformation=AllottedResourceInformation{getAllottedResourceId=8244fbd4-2cb6-400b-8167-5a635f9ae9c5, getAllottedResourceType=tunnelxconn, getOnapModelInformation=OnapModelInformation{getModelCustomizationUuid=3f950496-208a-4a05-8695-2e137e4c3ebc, getModelInvariantUuid=a37e2267-1ea4-44ec-8ebf-df535e54ff1a, getModelName=TunnelXConn_2019-10-07 17:59:38.416, getModelUuid=08aa8829-d1d6-4dd7-ba4f-0d2375dc0b76, getModelVersion=1.0, augmentations={}}, getParentServiceInstanceId=32676adc-1603-4e60-b7dc-84bdaea17a21, augmentations={}}, getRequestInformation=RequestInformation{getNotificationUrl=, getOrderNumber=, getOrderVersion=, getRequestAction=CreateTunnelXConnInstance, getRequestId=9a13b05e-3f99-47a7-be26-3992349829ba, getSource=MSO, augmentations={}}, getSdncRequestHeader=SdncRequestHeader{getSvcAction=Create, getSvcNotificationUrl=http://so-sdnc-adapter.onap:8086/adapters/rest/SDNCNotify, getSvcRequestId=19589e2c-4219-4565-9edf-f09863d9d2b7, augmentations={}}, getServiceInformation=ServiceInformation{getGlobalCustomerId=SDN-ETHERNET-INTERNET, getOnapModelInformation=OnapModelInformation{augmentations={}}, getServiceId=, getServiceInstanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, getSubscriberName=, getSubscriptionServiceType=vCPE, augmentations={}}, getTunnelxconnRequestInput=TunnelxconnRequestInput{getBrgWanMacAddress=fa:16:3e:5f:6c:fc, augmentations={}}, augmentations={}}
6Response2019-10-10T19:41:28,651 | INFO  | qtp676658474-120 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Returned SUCCESS for tunnelxconn-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] TunnelxconnTopologyOperationOutput{_ackFinalIndicator=Y, _responseCode=200, _responseMessage=, _serviceResponseInformation=ServiceResponseInformation{_instanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, _objectPath=restconf/config/GENERIC-RESOURCE-API:services/service/64b92eba-4c61-426e-9f61-f91a753d09a1/service-data/service-topology/, augmentation=[]}, _tunnelxconnResponseInformation=TunnelxconnResponseInformation{_instanceId=8244fbd4-2cb6-400b-8167-5a635f9ae9c5, _objectPath=restconf/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/8244fbd4-2cb6-400b-8167-5a635f9ae9c5/allotted-resource-data/tunnelxconn-topology/, augmentation=[]}, augmentation=[]}
7tunnellxconn-topology-operation: Activate Request2019-10-10T19:41:35,073 | INFO  | qtp676658474-3160 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Adding INPUT data for tunnelxconn-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] input: TunnelxconnTopologyOperationInput{getAllottedResourceInformation=AllottedResourceInformation{getAllottedResourceId=8244fbd4-2cb6-400b-8167-5a635f9ae9c5, getAllottedResourceType=tunnelxconn, getOnapModelInformation=OnapModelInformation{getModelCustomizationUuid=3f950496-208a-4a05-8695-2e137e4c3ebc, getModelInvariantUuid=a37e2267-1ea4-44ec-8ebf-df535e54ff1a, getModelName=TunnelXConn_2019-10-07 17:59:38.416, getModelUuid=08aa8829-d1d6-4dd7-ba4f-0d2375dc0b76, getModelVersion=1.0, augmentations={}}, getParentServiceInstanceId=32676adc-1603-4e60-b7dc-84bdaea17a21, augmentations={}}, getRequestInformation=RequestInformation{getNotificationUrl=, getOrderNumber=, getOrderVersion=, getRequestAction=CreateTunnelXConnInstance, getRequestId=9a13b05e-3f99-47a7-be26-3992349829ba, getSource=MSO, augmentations={}}, getSdncRequestHeader=SdncRequestHeader{getSvcAction=Activate, getSvcNotificationUrl=http://so-sdnc-adapter.onap:8086/adapters/rest/SDNCNotify, getSvcRequestId=c472d5ac-083d-423d-bb8e-3b420b867d15, augmentations={}}, getServiceInformation=ServiceInformation{getGlobalCustomerId=SDN-ETHERNET-INTERNET, getOnapModelInformation=OnapModelInformation{augmentations={}}, getServiceId=, getServiceInstanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, getSubscriberName=, getSubscriptionServiceType=vCPE, augmentations={}}, getTunnelxconnRequestInput=TunnelxconnRequestInput{getBrgWanMacAddress=fa:16:3e:5f:6c:fc, augmentations={}}, augmentations={}}
8Response2019-10-10T19:41:35,523 | INFO  | qtp676658474-3160 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Returned SUCCESS for tunnelxconn-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] TunnelxconnTopologyOperationOutput{_ackFinalIndicator=Y, _responseCode=200, _responseMessage=, _serviceResponseInformation=ServiceResponseInformation{_instanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, _objectPath=restconf/config/GENERIC-RESOURCE-API:services/service/64b92eba-4c61-426e-9f61-f91a753d09a1/service-data/service-topology/, augmentation=[]}, _tunnelxconnResponseInformation=TunnelxconnResponseInformation{_instanceId=8244fbd4-2cb6-400b-8167-5a635f9ae9c5, _objectPath=restconf/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/8244fbd4-2cb6-400b-8167-5a635f9ae9c5/allotted-resource-data/tunnelxconn-topology/, augmentation=[]}, augmentation=[]}
9VNF-Topology-Operation: Assign Request2019-10-10T19:43:25,390 | INFO  | qtp676658474-120 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Adding INPUT data for vnf-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] input: VnfTopologyOperationInput{getRequestInformation=RequestInformation{getNotificationUrl=, getOrderNumber=, getOrderVersion=, getRequestAction=CreateVnfInstance, getRequestId=9a13b05e-3f99-47a7-be26-3992349829ba, getSource=VID, augmentations={}}, getSdncRequestHeader=SdncRequestHeader{getSvcAction=Assign, getSvcNotificationUrl=http://so-sdnc-adapter.onap:8086/adapters/rest/SDNCNotify, getSvcRequestId=9a13b05e-3f99-47a7-be26-3992349829ba-1570736600291, augmentations={}}, getServiceInformation=ServiceInformation{getGlobalCustomerId=SDN-ETHERNET-INTERNET, getOnapModelInformation=OnapModelInformation{getModelInvariantUuid=f9d5209a-000a-439b-b011-f0bc95f8b8c3, getModelName=vCPEResCust 2019-10-07 _459c, getModelUuid=4bed651f-980f-4e05-abed-efdca91bf24d, getModelVersion=1.0, augmentations={}}, getServiceId=a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb, getServiceInstanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, getSubscriptionServiceType=a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb, augmentations={}}, getVnfInformation=VnfInformation{getOnapModelInformation=OnapModelInformation{getModelCustomizationUuid=f8682951-b9db-43dc-bbb2-e594afc417aa, getModelInvariantUuid=6e9de9a8-9373-4d66-b76d-502729a766e9, getModelName=vCPE_vgw 1ba82801-274b, getModelUuid=23a39750-55e8-47fe-af29-04616963b3fd, getModelVersion=1.0, augmentations={}}, getVnfId=873c8dac-1c26-4349-a0ae-93010c9ba0c0, getVnfType=vCPEResCust 2019-10-07 _459c/vCPE_vgw 1ba82801-274b 0, augmentations={}}, getVnfRequestInput=VnfRequestInput{getAicCloudRegion=RegionOne, getTenant=712b6016580e410b9abfec9ca34953ce, augmentations={}}, augmentations={}}
10Response2019-10-10T19:43:26,875 | INFO  | qtp676658474-120 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Returned SUCCESS for vnf-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] VnfTopologyOperationOutput{_ackFinalIndicator=Y, _responseCode=200, _responseMessage=, _serviceResponseInformation=ServiceResponseInformation{_instanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, _objectPath=restconf/config/GENERIC-RESOURCE-API:services/service/64b92eba-4c61-426e-9f61-f91a753d09a1/service-data/service-topology/, augmentation=[]}, _svcRequestId=9a13b05e-3f99-47a7-be26-3992349829ba-1570736600291, _vnfResponseInformation=VnfResponseInformation{_instanceId=873c8dac-1c26-4349-a0ae-93010c9ba0c0, _objectPath=restconf/config/GENERIC-RESOURCE-API:services/service/64b92eba-4c61-426e-9f61-f91a753d09a1/service-data/vnfs/vnf/873c8dac-1c26-4349-a0ae-93010c9ba0c0/vnf-data/vnf-topology/, augmentation=[]}, augmentation=[]}
11VNF-Topology-Operation: Activate Request2019-10-10T19:43:43,847 | INFO  | qtp676658474-116 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Adding INPUT data for vnf-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] input: VnfTopologyOperationInput{getRequestInformation=RequestInformation{getNotificationUrl=, getOrderNumber=, getOrderVersion=, getRequestAction=CreateVnfInstance, getRequestId=9a13b05e-3f99-47a7-be26-3992349829ba, getSource=VID, augmentations={}}, getSdncRequestHeader=SdncRequestHeader{getSvcAction=Activate, getSvcNotificationUrl=http://so-sdnc-adapter.onap:8086/adapters/rest/SDNCNotify, getSvcRequestId=9a13b05e-3f99-47a7-be26-3992349829ba-1570736618751, augmentations={}}, getServiceInformation=ServiceInformation{getGlobalCustomerId=SDN-ETHERNET-INTERNET, getOnapModelInformation=OnapModelInformation{getModelInvariantUuid=f9d5209a-000a-439b-b011-f0bc95f8b8c3, getModelName=vCPEResCust 2019-10-07 _459c, getModelUuid=4bed651f-980f-4e05-abed-efdca91bf24d, getModelVersion=1.0, augmentations={}}, getServiceId=a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb, getServiceInstanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, getSubscriptionServiceType=a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb, augmentations={}}, getVnfInformation=VnfInformation{getOnapModelInformation=OnapModelInformation{getModelCustomizationUuid=f8682951-b9db-43dc-bbb2-e594afc417aa, getModelInvariantUuid=6e9de9a8-9373-4d66-b76d-502729a766e9, getModelName=vCPE_vgw 1ba82801-274b, getModelUuid=23a39750-55e8-47fe-af29-04616963b3fd, getModelVersion=1.0, augmentations={}}, getVnfId=873c8dac-1c26-4349-a0ae-93010c9ba0c0, getVnfType=vCPEResCust 2019-10-07 _459c/vCPE_vgw 1ba82801-274b 0, augmentations={}}, getVnfRequestInput=VnfRequestInput{getAicCloudRegion=RegionOne, getTenant=712b6016580e410b9abfec9ca34953ce, getVnfName=zRegionOne18, augmentations={}}, augmentations={}}
12Response2019-10-10T19:43:44,236 | INFO  | qtp676658474-116 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Returned SUCCESS for vnf-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] VnfTopologyOperationOutput{_ackFinalIndicator=Y, _responseCode=200, _responseMessage=, _serviceResponseInformation=ServiceResponseInformation{_instanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, augmentation=[]}, _svcRequestId=9a13b05e-3f99-47a7-be26-3992349829ba-1570736618751, _vnfResponseInformation=VnfResponseInformation{_instanceId=873c8dac-1c26-4349-a0ae-93010c9ba0c0, augmentation=[]}, augmentation=[]}
13VF-Module-Topology Operation Assigne Request2019-10-10T19:44:04,454 | INFO  | qtp676658474-116 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Adding INPUT data for vf-module-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] input: VfModuleTopologyOperationInput{getRequestInformation=RequestInformation{getNotificationUrl=, getRequestAction=CreateVfModuleInstance, getRequestId=9a13b05e-3f99-47a7-be26-3992349829ba, getSource=VID, augmentations={}}, getSdncRequestHeader=SdncRequestHeader{getSvcAction=Assign, getSvcNotificationUrl=http://so-sdnc-adapter.onap:8086/adapters/rest/SDNCNotify, getSvcRequestId=9a13b05e-3f99-47a7-be26-3992349829ba-1570736639269, augmentations={}}, getServiceInformation=ServiceInformation{getGlobalCustomerId=SDN-ETHERNET-INTERNET, getOnapModelInformation=OnapModelInformation{getModelInvariantUuid=f9d5209a-000a-439b-b011-f0bc95f8b8c3, getModelName=vCPEResCust 2019-10-07 _459c, getModelUuid=4bed651f-980f-4e05-abed-efdca91bf24d, getModelVersion=1.0, augmentations={}}, getServiceId=null, getServiceInstanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, getSubscriptionServiceType=null, augmentations={}}, getVfModuleInformation=VfModuleInformation{getOnapModelInformation=OnapModelInformation{getModelCustomizationUuid=a21da6d1-7ab7-4201-9861-6a54ddc7d4d6, getModelInvariantUuid=4147f7ea-8fb3-4c0f-9577-2674050966b4, getModelName=VcpeVgw1ba82801274b..base_vcpe_vgw..module-0, getModelUuid=9802b0ad-5899-4874-875a-c77de7b60484, getModelVersion=1, augmentations={}}, getVfModuleId=f969dc18-effe-4e5b-9ce9-26b1f491c135, getVfModuleType=VcpeVgw1ba82801274b..base_vcpe_vgw..module-0, augmentations={}}, getVfModuleRequestInput=VfModuleRequestInput{getAicCloudRegion=RegionOne, getTenant=712b6016580e410b9abfec9ca34953ce, getVfModuleName=zRegionOne18_base_vcpe_vgw_0, augmentations={}}, getVnfInformation=VnfInformation{getOnapModelInformation=OnapModelInformation{getModelCustomizationUuid=f8682951-b9db-43dc-bbb2-e594afc417aa, getModelInvariantUuid=6e9de9a8-9373-4d66-b76d-502729a766e9, getModelName=vCPE_vgw 1ba82801-274b, getModelUuid=23a39750-55e8-47fe-af29-04616963b3fd, getModelVersion=1.0, augmentations={}}, getVnfId=873c8dac-1c26-4349-a0ae-93010c9ba0c0, getVnfType=vCPEResCust 2019-10-07 _459c/vCPE_vgw 1ba82801-274b 0, augmentations={}}, augmentations={}}
14Response2019-10-10T19:44:06,721 | INFO  | qtp676658474-116 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Returned SUCCESS for vf-module-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] VfModuleTopologyOperationOutput{_ackFinalIndicator=Y, _responseCode=200, _responseMessage=, _serviceResponseInformation=ServiceResponseInformation{_instanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, _objectPath=restconf/config/GENERIC-RESOURCE-API:services/service/64b92eba-4c61-426e-9f61-f91a753d09a1/service-data/service-topology/, augmentation=[]}, _svcRequestId=9a13b05e-3f99-47a7-be26-3992349829ba-1570736639269, _vfModuleResponseInformation=VfModuleResponseInformation{_instanceId=f969dc18-effe-4e5b-9ce9-26b1f491c135, _objectPath=restconf/config/GENERIC-RESOURCE-API:services/service/64b92eba-4c61-426e-9f61-f91a753d09a1/service-data/vnfs/vnf/873c8dac-1c26-4349-a0ae-93010c9ba0c0/vnf-data/vf-modules/vf-module/f969dc18-effe-4e5b-9ce9-26b1f491c135/vf-module-data/vf-module-topology/, augmentation=[]}, _vnfResponseInformation=VnfResponseInformation{_instanceId=873c8dac-1c26-4349-a0ae-93010c9ba0c0, _objectPath=restconf/config/GENERIC-RESOURCE-API:services/service/64b92eba-4c61-426e-9f61-f91a753d09a1/service-data/vnfs/vnf/873c8dac-1c26-4349-a0ae-93010c9ba0c0/vnf-data/vnf-topology/, augmentation=[]}, augmentation=[]}
15VF-Module-Topology Operation Activate Request2019-10-10T19:45:31,835 | INFO  | qtp676658474-3258 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Adding INPUT data for vf-module-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] input: VfModuleTopologyOperationInput{getRequestInformation=RequestInformation{getNotificationUrl=, getRequestAction=CreateVfModuleInstance, getRequestId=9a13b05e-3f99-47a7-be26-3992349829ba, getSource=VID, augmentations={}}, getSdncRequestHeader=SdncRequestHeader{getSvcAction=Activate, getSvcNotificationUrl=http://so-sdnc-adapter.onap:8086/adapters/rest/SDNCNotify, getSvcRequestId=9a13b05e-3f99-47a7-be26-3992349829ba-1570736726638, augmentations={}}, getServiceInformation=ServiceInformation{getGlobalCustomerId=SDN-ETHERNET-INTERNET, getOnapModelInformation=OnapModelInformation{getModelInvariantUuid=f9d5209a-000a-439b-b011-f0bc95f8b8c3, getModelName=vCPEResCust 2019-10-07 _459c, getModelUuid=4bed651f-980f-4e05-abed-efdca91bf24d, getModelVersion=1.0, augmentations={}}, getServiceId=null, getServiceInstanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, getSubscriptionServiceType=null, augmentations={}}, getVfModuleInformation=VfModuleInformation{getOnapModelInformation=OnapModelInformation{getModelCustomizationUuid=a21da6d1-7ab7-4201-9861-6a54ddc7d4d6, getModelInvariantUuid=4147f7ea-8fb3-4c0f-9577-2674050966b4, getModelName=VcpeVgw1ba82801274b..base_vcpe_vgw..module-0, getModelUuid=9802b0ad-5899-4874-875a-c77de7b60484, getModelVersion=1, augmentations={}}, getVfModuleId=f969dc18-effe-4e5b-9ce9-26b1f491c135, getVfModuleType=VcpeVgw1ba82801274b..base_vcpe_vgw..module-0, augmentations={}}, getVfModuleRequestInput=VfModuleRequestInput{getAicCloudRegion=RegionOne, getTenant=712b6016580e410b9abfec9ca34953ce, getVfModuleName=zRegionOne18_base_vcpe_vgw_0, augmentations={}}, getVnfInformation=VnfInformation{getOnapModelInformation=OnapModelInformation{getModelCustomizationUuid=f8682951-b9db-43dc-bbb2-e594afc417aa, getModelInvariantUuid=6e9de9a8-9373-4d66-b76d-502729a766e9, getModelName=vCPE_vgw 1ba82801-274b, getModelUuid=23a39750-55e8-47fe-af29-04616963b3fd, getModelVersion=1.0, augmentations={}}, getVnfId=873c8dac-1c26-4349-a0ae-93010c9ba0c0, getVnfType=vCPEResCust 2019-10-07 _459c/vCPE_vgw 1ba82801-274b 0, augmentations={}}, augmentations={}}
16Response2019-10-10T19:45:32,319 | INFO  | qtp676658474-3258 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Returned SUCCESS for vf-module-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] VfModuleTopologyOperationOutput{_ackFinalIndicator=Y, _responseCode=200, _responseMessage=, _serviceResponseInformation=ServiceResponseInformation{_instanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, augmentation=[]}, _svcRequestId=9a13b05e-3f99-47a7-be26-3992349829ba-1570736726638, _vfModuleResponseInformation=VfModuleResponseInformation{_instanceId=f969dc18-effe-4e5b-9ce9-26b1f491c135, augmentation=[]}, _vnfResponseInformation=VnfResponseInformation{_instanceId=873c8dac-1c26-4349-a0ae-93010c9ba0c0, augmentation=[]}, augmentation=[]}
17BRG-Topology-Operation : Assign Request2019-10-10T19:45:39,620 | INFO  | qtp676658474-120 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Adding INPUT data for brg-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] input: BrgTopologyOperationInput{getAllottedResourceInformation=AllottedResourceInformation{getAllottedResourceId=861f07a1-7276-41b1-8f65-8cf6e7d7a885, getAllottedResourceType=brg, getOnapModelInformation=OnapModelInformation{getModelCustomizationUuid=dce1d68a-4398-4dc1-8712-3a23d247967e, getModelInvariantUuid=4fae342c-0b07-4cf8-9eaa-ad357144a840, getModelName=BRG_2019-10-07 17:59:38.416, getModelUuid=d9a730aa-e22f-451e-abde-078cc150639a, getModelVersion=1.0, augmentations={}}, getParentServiceInstanceId=f6262051-cee4-410b-a931-18a83243c8ca, augmentations={}}, getBrgRequestInput=BrgRequestInput{getBrgWanMacAddress=fa:16:3e:5f:6c:fc, getVgmuxBearerIp=IpAddress{_ipv4Address=Ipv4Address{_value=10.5.0.21}}, getVni=136, augmentations={}}, getRequestInformation=RequestInformation{getNotificationUrl=, getOrderNumber=, getOrderVersion=, getRequestAction=CreateBRGInstance, getRequestId=9a13b05e-3f99-47a7-be26-3992349829ba, getSource=MSO, augmentations={}}, getSdncRequestHeader=SdncRequestHeader{getSvcAction=Assign, getSvcNotificationUrl=http://so-sdnc-adapter.onap:8086/adapters/rest/SDNCNotify, getSvcRequestId=6ae83272-840e-40cc-8281-3a6204e33350, augmentations={}}, getServiceInformation=ServiceInformation{getGlobalCustomerId=SDN-ETHERNET-INTERNET, getOnapModelInformation=OnapModelInformation{augmentations={}}, getServiceId=, getServiceInstanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, getSubscriberName=, getSubscriptionServiceType=vCPE, augmentations={}}, augmentations={}}
18Response2019-10-10T19:45:40,136 | INFO  | qtp676658474-120 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Returned SUCCESS for brg-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] BrgTopologyOperationOutput{_ackFinalIndicator=Y, _brgResponseInformation=BrgResponseInformation{_instanceId=861f07a1-7276-41b1-8f65-8cf6e7d7a885, augmentation=[]}, _responseCode=200, _responseMessage=, _serviceResponseInformation=ServiceResponseInformation{_instanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, _objectPath=restconf/config/GENERIC-RESOURCE-API:services/service/64b92eba-4c61-426e-9f61-f91a753d09a1/service-data/service-topology/, augmentation=[]}, augmentation=[]}
19BRG-Topology-Operation : Create  Request2019-10-10T19:45:46,307 | INFO  | qtp676658474-3137 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Adding INPUT data for brg-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] input: BrgTopologyOperationInput{getAllottedResourceInformation=AllottedResourceInformation{getAllottedResourceId=861f07a1-7276-41b1-8f65-8cf6e7d7a885, getAllottedResourceType=brg, getOnapModelInformation=OnapModelInformation{getModelCustomizationUuid=dce1d68a-4398-4dc1-8712-3a23d247967e, getModelInvariantUuid=4fae342c-0b07-4cf8-9eaa-ad357144a840, getModelName=BRG_2019-10-07 17:59:38.416, getModelUuid=d9a730aa-e22f-451e-abde-078cc150639a, getModelVersion=1.0, augmentations={}}, getParentServiceInstanceId=f6262051-cee4-410b-a931-18a83243c8ca, augmentations={}}, getBrgRequestInput=BrgRequestInput{getBrgWanMacAddress=fa:16:3e:5f:6c:fc, getVgmuxBearerIp=IpAddress{_ipv4Address=Ipv4Address{_value=10.5.0.21}}, getVni=136, augmentations={}}, getRequestInformation=RequestInformation{getNotificationUrl=, getOrderNumber=, getOrderVersion=, getRequestAction=CreateBRGInstance, getRequestId=9a13b05e-3f99-47a7-be26-3992349829ba, getSource=MSO, augmentations={}}, getSdncRequestHeader=SdncRequestHeader{getSvcAction=Create, getSvcNotificationUrl=http://so-sdnc-adapter.onap:8086/adapters/rest/SDNCNotify, getSvcRequestId=60412200-f041-494d-a197-8d4e15771b31, augmentations={}}, getServiceInformation=ServiceInformation{getGlobalCustomerId=SDN-ETHERNET-INTERNET, getOnapModelInformation=OnapModelInformation{augmentations={}}, getServiceId=, getServiceInstanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, getSubscriberName=, getSubscriptionServiceType=vCPE, augmentations={}}, augmentations={}}
20Response2019-10-10T19:45:46,459 | INFO  | qtp676658474-3137 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Returned SUCCESS for brg-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] BrgTopologyOperationOutput{_ackFinalIndicator=Y, _brgResponseInformation=BrgResponseInformation{_instanceId=861f07a1-7276-41b1-8f65-8cf6e7d7a885, _objectPath=restconf/config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/861f07a1-7276-41b1-8f65-8cf6e7d7a885/allotted-resource-data/brg-topology/, augmentation=[]}, _responseCode=200, _responseMessage=, _serviceResponseInformation=ServiceResponseInformation{_instanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, _objectPath=restconf/config/GENERIC-RESOURCE-API:services/service/64b92eba-4c61-426e-9f61-f91a753d09a1/service-data/service-topology/, augmentation=[]}, augmentation=[]}
21BRG-Topology-Operation: Activate Request2019-10-10T19:45:52,549 | INFO  | qtp676658474-116 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Adding INPUT data for brg-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] input: BrgTopologyOperationInput{getAllottedResourceInformation=AllottedResourceInformation{getAllottedResourceId=861f07a1-7276-41b1-8f65-8cf6e7d7a885, getAllottedResourceType=brg, getOnapModelInformation=OnapModelInformation{getModelCustomizationUuid=dce1d68a-4398-4dc1-8712-3a23d247967e, getModelInvariantUuid=4fae342c-0b07-4cf8-9eaa-ad357144a840, getModelName=BRG_2019-10-07 17:59:38.416, getModelUuid=d9a730aa-e22f-451e-abde-078cc150639a, getModelVersion=1.0, augmentations={}}, getParentServiceInstanceId=f6262051-cee4-410b-a931-18a83243c8ca, augmentations={}}, getBrgRequestInput=BrgRequestInput{getBrgWanMacAddress=fa:16:3e:5f:6c:fc, getVgmuxBearerIp=IpAddress{_ipv4Address=Ipv4Address{_value=10.5.0.21}}, getVni=136, augmentations={}}, getRequestInformation=RequestInformation{getNotificationUrl=, getOrderNumber=, getOrderVersion=, getRequestAction=CreateBRGInstance, getRequestId=9a13b05e-3f99-47a7-be26-3992349829ba, getSource=MSO, augmentations={}}, getSdncRequestHeader=SdncRequestHeader{getSvcAction=Activate, getSvcNotificationUrl=http://so-sdnc-adapter.onap:8086/adapters/rest/SDNCNotify, getSvcRequestId=14afbdc4-0d5b-4371-9d85-7e85ac77118e, augmentations={}}, getServiceInformation=ServiceInformation{getGlobalCustomerId=SDN-ETHERNET-INTERNET, getOnapModelInformation=OnapModelInformation{augmentations={}}, getServiceId=, getServiceInstanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, getSubscriberName=, getSubscriptionServiceType=vCPE, augmentations={}}, augmentations={}}
22Response2019-10-10T19:45:53,617 | INFO  | qtp676658474-116 | GenericResourceApiProvider       | 258 - org.onap.sdnc.northbound.generic-resource-api-provider - 1.7.3 |  -  | Returned SUCCESS for brg-topology-operation [64b92eba-4c61-426e-9f61-f91a753d09a1] BrgTopologyOperationOutput{_ackFinalIndicator=Y, _brgResponseInformation=BrgResponseInformation{_instanceId=861f07a1-7276-41b1-8f65-8cf6e7d7a885, _objectPath=restconf/config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/861f07a1-7276-41b1-8f65-8cf6e7d7a885/allotted-resource-data/brg-topology/, augmentation=[]}, _responseCode=200, _responseMessage=, _serviceResponseInformation=ServiceResponseInformation{_instanceId=64b92eba-4c61-426e-9f61-f91a753d09a1, _objectPath=restconf/config/GENERIC-RESOURCE-API:services/service/64b92eba-4c61-426e-9f61-f91a753d09a1/service-data/service-topology/, augmentation=[]}, augmentation=[]}









  • No labels

1 Comment

  1. root@zdcpe1cpe01brgemu01-201910081347:/tmp# curl http://10.2.0.10/index.html
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <body>
    <center><h1>Welcome to the vCPE Use Case Web Server!</h1><center>
    </body>
    </html>