Change Management Extensions



Flexible designer and orchestrator

https://docs.onap.org/en/casablanca/submodules/integration.git/docs/docs_CM_flexible_designer_orchestrator.html

Traffic migration

https://docs.onap.org/en/casablanca/submodules/integration.git/docs/docs_vFWDT.html

5G RAN PNF In-place software upgrade

https://git.onap.org/integration/tree/docs/docs_5G_PNF_Software_Upgrade.rst?h=casablanca





Change schedule optimizer

https://docs.onap.org/en/casablanca/submodules/optf/cmso.git/docs/index.html



M4 is GREEN for all Change Management Functionalities.

For Casablanca release, we propose the following functionalities.





SDC 

SO

SDNC

APPC

CCSDK [Ansible playbooks]

OOF

A&AI

Policy

DCAE

Test Case

Status

Flexible designer/orchestrator

Amdocs

AT&T

SO-838: Workflow Designer IntegrationClosed

SO-829: Implement Workflow Activites for VnfInPlaceUpdate flowClosed

Lead: Elena Kuleshov (

ek1439@att.com

)















vGW in-place software upgrade

Green

Traffic management





AT&T

SDNC-421: Incorporate a new LCM DistributeTraffic in SDNCClosed

Lead: Ruchira Agarwal

(ra1926@att.com)

Orange

APPC-1150: Incorporate a new LCM DistributeTraffic in APPCClosed

Lead: Lukasz Rajewski  

(lukasz.rajewski@orange.com)

Orange, Intel

CCSDK-449: Create and push Ansible playbook for migrating traffic on vFW Closed

Lead: Lukasz Rajewski  

(lukasz.rajewski@orange.com)

CCSDK-465: Create and push Ansible playbook for quiesece/resume traffic on vGW/vCPEClosed

Lead: Eric Multanen

(eric.w.multanen@intel.com)









vFW migrate traffic and vGW quiesce/resume traffic

Green

5G PNF in-place software upgrade





AT&T 

SDNC-424: Create new directed graph (DG) for 5G PNF pre-check, upgrade and post-checkClosed

SDNC-425: Create new module on SDNC to talk to EC (External Controller) using AnsibleClosed

Lead: Ruchira Agarwal

(ra1926@att.com)





China Mobile, Huawei

CCSDK-464: Create and push Ansible playbooks for 5G RAN PNF pre-check, software upgrade and post checkClosed

SDNC-426: Define north bound API payload updates for EC/PNFClosed

Lead: Yaoguang Wang

(sunshine.wang@huawei.com)









5G PNF in-place software upgrade (emulator)

INT-629: Setup environment to integrate and test software upgrade for 5G RAN PNF Closed

INT-630: Integrate emulator for EC and PNF into ONAP test environment Closed

Green

Change schedule optimization











AT&T

OPTFRA-309: CM Scheduler to Schedule a VNF instance at specific time to execute the change management workflow Closed

Lead: Jerry Flood

(jf9860@att.com)







trigger vGW in-place software upgrade at scheduled time

Green



API Freeze

M3

23-Aug-18

Code Freeze

M4

20-Sep-18

Integration

RC0

11-Oct-18



RC1

25-Oct-18



1)  Flexible workflow designer and orchestrator  Committed M4READY

  1. Impacted components: SDC, SO, and VID (nice-to-have)

  2. Contributors: AT&T, Amdocs, Huawei (?)

  3. Functionalities

  1.  

    1. Catalog in SDC for meta-data about the building blocks – completed by Amdocs

    2. Designer/editor in SDC for creating workflow – committed to develop by Amdocs

    3. Convert already existing building blocks/activities to be workflow designer ready

    4. Move workflow out of service model to independent artifact – priority nice to have

    5. Distribution of workflow to SO – preferably with workflow as independent artifact

    6. Deployment of workflow in SO

    7. User interface (VID) to select workflow and input parameters for execution

    8. Execute workflow in SO

    9. Rainy day handling for unsuccessful workflow steps

    10. Visualize the execution results on VID dashboard

    11. Ability to cancel workflow execution (VID)



Flow Designer Orchestration High Level Diagram



Run-time support of User Designed Workflows

2)      Traffic migration building block Committed M4READY

  1. Impacted components: SDNC, APPC

  2. Contributors: AT&T, Orange, Intel

  3. Functionalities

    1. Traffic to one or multiple (V)NFs is distributed by a Traffic Distribution/Balancing Entity

    2. For Casablanca, we will focus on the LCM action necessary for traffic migration. For Dublin and beyond, we will create a workflow within SO for traffic migration

    3. New LCM action to control traffic distribution (to achieve traffic migration) - will also have to update CDT Design tool

    4. DistributeTraffic LCM action (Alternative is ConfigModify LCM action if PTLs recommend to push DistributeTraffic LCM to Dublin)

      1. Anchor point ID (VNF ID in action identifier)

      2. Traffic distribution weights for all nodes covered by the anchor point that require changes - this will be in the payload section in the form of "ConfigFileName" The config file (json) would be stored in the Ansible docker.

      3. The playbook would read a Traffic Distribution Configuration file associated with the DistribConfigName value sent by the Controller

      4. If we want to test/try various traffic distributions (many tests), we could have many Traffic Distribution Configuration files, each with it own DistribConfigName.

      5. The Playbook could also include a step to take a backup of the Traffic Distribution/Balancing Entity current traffic distrib/configuration and save it locally at some dir path. If the new traffic distribution action is rejected/failed then the playbook can restore previous traffic distribution/config. The Playbook can offer lots of flexibility and it is up to the entity SME to decide what he/she wants to do upon a DistributeTraffic action request.

    5. Mechanisms for traffic migration - implemented by controller

      1. Assessment report on commonalities/differences across VNF types – e.g., IP based redirection, DNS based or load balancer

  4. Integration/testing

    1. For Casablanca, we will demonstrate traffic migration across 2 vFWs using traffic source as the anchor point

    2. Ansible playbook for adjusting the traffic weight on the traffic source (anchor point)

    3. Traffic weight before migration: 100,0 and traffic weight after migration: to 0,100

    4. Second test case would be traffic migration (quiesece / resume) on vGW/vCPE

Execution flow:

User → DMAAP → SDNC/APPC → Ansible → VNF(s)

Design flow:

User uploads Ansible playbook into CCSDK



For the LCM action :

If the payload contains pnf-flag and it is set to true then that indicates request for PNF.

If it is set to false, then the request is for VNF, and we will use vnf-id in input and nf-naming-code in payload.

nf-naming-code = vgw for example.

SDNC will look up nf-naming-code in AAI if not passed in payload.

For PNF, we will use the following in payload: pnf-name  and ipaddress-v4-oam

3)      5G RAN PNF Software upgrade Committed M4READY

  1. Impacted components: SDNC, Ansible (CCSDK)

  2. Contributors: AT&T, China Mobile, Huawei

  3. Functionalities

    1. Leverage in-place software upgrade Beijing use case (minor changes) to demonstrate application to 5G RAN PNFs

    2. Complete generic building blocks for flexible upgrade workflow design

    3. Enhance precheck and postcheck steps with vendor specific rules

    4. External controller would receive instructions from Ansible SDNC

    5. PNF ID, Expected Software Version, Controller Type, EC type, Rule Name and corresponding parameters can be specified at run time 

    6. Update A&AI entry with new PNF software version, as ‘active version’

    7. Support Batch software upgrade operations (stretch goal)

  4. More details: 5G - PNF Software Update

4) Change Management Scheduler Committed M4READY

  1. Impacted components: OOF

  2. Contributors: AT&T

  3. Functionalities

    1. Discover schedule based on the change management constraints

    2. Constraints

      1. Time-based - e.g., execute the change activity during the maintenance window and weekdays

      2. Concurrency of how many NF instances to change at a time - this is concurrency within a single user request

      3. NF conflicts (if time permits) - avoid work scheduled at the same time on the same NF instance

    3. Input

      1. List of NF instances - request details as depicted in the Beijing script

      2. Start/end times

      3. Expected duration

      4. Constraint/policy

      5. Type of change (workflow name)

      6. Concurrency value

    4. Output

      1. Schedule - time and instance at which the workflow would be executed

  4. Integration/Testing plan

    1. Use Beijing vGW in-place software upgrade to demo execution based on the schedule output by OOF