Versions Compared

Key

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

...

  1. vCpeResCust custom workflow: 

    1. Modified the vcperescust service and then redistribution to AAI failed. It looks like SDC has a problem handling update but it is not easy to pinpoint the problem. The workaround is to recreate the service from scratch. Distribution passed.

    2. Brian created the infrastructure including BNG BRG vGMUX, which are to be used for vcperescust flow.

    3. Found a bug in TunnelXConn flow where the content send to SDNC assign is incorrect. Fixed with code change onsite. Tracked by 

      Jira
      serverONAP JIRA
      columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keySO-302

    4. Found a few missing configurations and mistakes in mso.sdnc.properties, fixed onsite. The file being used now is mso.sdnc.properties.

    5. Found a problem in SDNC handling TunnelXConn create operation. Dan fixed it onsite. 

    6. TunnelXConn flow has a bug: the SDNC assign request misses some info: 

      Jira
      serverONAP JIRA
      columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keySO-304

    7. SDNC ueb cannot parse service template when distributed. Reopen this ticket: 

      Jira
      serverONAP JIRA
      columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keySDC-564
      .

    8. Manually inserted the following into SDNC DB tables:

      Code Block
      titleInsert into sdnc db ALLOTTED_RESOURCE_MODEL
      collapsetrue
      INSERT INTO SERVICE_MODEL (`service_uuid`, `model_yaml`,`invariant_uuid`,`version`,`name`,`description`,`type`,`category`,`ecomp_naming`,`service_instance_name_prefix`,`filename`,`naming_policy`) values ('1fc15678467676e2-dce4bcd9-4e784bf5-86d1b9fd-838db01a48ff03afea76be17', null, '2ade1e1d4f90a895-64ebd9f5-4511472c-9def8f65-8aed33e35904afc5ca28628d',null,'vCPEService', 'vCPEService 110601', 'Service','Network L1-3', 'N', 'vCPEService', 'vCpeResCust110601vCpeResCust110602/service-Vcperescust110601Vcperescust110602-template.yml',null);
      
      
      
      INSERT INTO ALLOTTED_RESOURCE_MODEL (`customization_uuid`,`model_yaml`,`invariant_uuid`,`uuid`,`version`,`naming_policy`,`ecomp_generated_naming`,`depending_service`,`role`,`type`,`service_dependency`,`allotted_resource_type`)  VALUES ( 'fc63c42e48e00a09-6c524184-4d9b4689-a6bcb690-be8d1365b03a3baabaf24838', NULL,  'b7752dfea99d5de7-8b520707-47e64f4c-a79fb7b5-fe75ab286f8df92101ce9ddc', '0e03fd2d4fb476c3-e8b73516-4a864433-9a608300-c7025756e48e47690e48ea5c', '1.0', NULL,'Y',NULL,NULL,'TunnelXConnect',NULL, 'tunnelxconnectTunnelXConnect');
      
      INSERT INTO ALLOTTED_RESOURCE_MODEL (`customization_uuid`,`model_yaml`,`invariant_uuid`,`uuid`,`version`,`naming_policy`,`ecomp_generated_naming`,`depending_service`,`role`,`type`,`service_dependency`,`allotted_resource_type`)  VALUES ( 'cda7b93c0f2d8c72-f7426470-478e42cf-92629b2f-a457ed6c2844f30041ffc78d', NULL,  'ea4e09478415033a-24983c4c-40304de5-bb7ab38f-5a5294cccfd53e31be32ddf2', '110e8a6e33094f6f-87f9d19f-4133451f-beabb307-7ea5c36f0be8201b18400a45', '1.0', NULL,'Y',NULL,NULL,'BRG',NULL, 'brgTunnelXConnect') ;
      ;
      
      INSERT INTO VF_MODEL (`customization_uuid`,`model_yaml`,`invariant_uuid`,`uuid`,`version`,`name`,`naming_policy`,`ecomp_generated_naming`,`avail_zone_max_count`,`nf_function`,`nf_code`,`nf_type`,`nf_role`,`vendor`,`vendor_version`)  VALUES ( '02f251be-3941-4c4d-9510-71f6cc620e41', NULL,  'b7773de9-b4af-4593-9802-1d7512f8fa38', '7e53fec2-8032-43c0-b41c-ad3f564f42d4', '1.0', 'vgw-kang-110602',NULL,'Y',1,NULL,NULL,NULL,NULL,'vCPE','1.0');
      
      INSERT INTO VF_MODULE_MODEL (`customization_uuid`,`model_yaml`,`invariant_uuid`,`uuid`,`version`,`vf_module_type`,`availability_zone_count`,`ecomp_generated_vm_assignments`)  VALUES ( 'feac8fbd-7de0-4b84-a194-98b1ab6e4750', NULL,  '54d3bef4-48be-47e1-8529-da2a160f40a9', 'eaf47c0a-287f-4d5f-a8f7-f608ac4d4aae', '1.0', 'Base',NULL,NULL);
      
    9. A few other tickets: 

      Jira
      serverONAP JIRA
      columnskey,summary,status
      maximumIssues20
      jqlQuerykey in (SDNC-170,SDNC-169,SDNC-168,SDNC-167)
      serverId425b2b0a-557c-3c0c-b515-579789cceedb

...