Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeMidnight
titleunauthenticated.DCAE_CL_OUPUT Nomadic_ONT
linenumberstrue
collapsetrue
[
    "{\"closedLoopEventClient\":\"DCAE.BBS_event_processor_mSInstance\",\"policyVersion\":\"1.0.0.5\",\"policyName\":\"Nomadic_ONT\",\"policyScope\":\"reRegPolicyScope\",\"target_type\":\"VM\",\"AAI\":{\"attachmentPoint\":\"olt11-1-1\",\"service-information.hsia-cfs-service-instance-id\":\"1923eaa8-8ab7-49ef-b4c2-e185efbbe832\",\"cvlan\":\"1005\",\"svlan\":\"100\",\"remoteId\":\"some-remote-id\"},\"closedLoopAlarmStart\":1553067455,\"closedLoopEventStatus\":\"ONSET\",\"closedLoopControlName\":\"reRegControlName\",\"version\":\"1.0.2\",\"target\":\"vserver.vserver-name\",\"requestID\":\"407a6515-4b10-46ad-a249-efe529a36c69\",\"from\":\"DCAE\"}"
]

...

3) BBS Policy fetches from AAI {{bbs-cfs-service-instance-UUID}} relationship-list, including: CPE PNF ID, AccessConnectivity VF ID, InternetProfile VF ID

Code Block
languagebash
themeMidnight
titleGET HSIA Service Instance relationship-list
linenumberstrue
collapsetrue


4) BBS Policy calls SDN-C GR-API to delete AccessConnectivity VF ID

Code Block
languagebash
themeMidnight
titleSDNC GR-API DeleteAccessConnectivityInstance
linenumberstrue
collapsetrue


5) BBS Policy calls SDN-C GR-API to create new AccessConnectivity VF [Needs to find out which Access SDN M&C to use, how?]

Code Block
languagebash
themeMidnight
titleSDNC GR-API CreateAccessConnectivityInstance
linenumberstrue
collapsetrue

6) BBS Policy calls SDN-C GR-API to update InternetProfile VF

Code Block
languagebash
themeMidnight
titleSDNC GR-API ChangeInternetProfileInstance
linenumberstrue
collapsetrue

7) BBS Policy updates  {{bbs-cfs-service-instance-UUID}} orchestration-status [ assigned --> created ]

Code Block
languagebash
themeMidnight
titlePUT orchestration status
linenumberstrue
collapsetrue

Basic steps (CPE Authentication):

...

9) If swVersion is present in the VES message's Additional information "swVersion", the BBS policy updates the PNF instances swVersion field.

Code Block
languagebash
themeMidnight
titlePUT CPE PNF
linenumberstrue
collapsetrue


10) The BBS policy changes the CFS service instance's orchestration status [ created --> active ]:

  • newState: InService → orchestration status: Active
  • newState: OutofService → orchestration status: Inactive
Code Block
languagebash
themeMidnight
titlePUT orchestration status
linenumberstrue
collapsetrue