Use Case Tracking (Casablanca Scaling)
Development Status
Here we will track the development status of each Requirement. There should be a user story for every requirement within the project.
Goal | Project | PTL | JIRA Epic/User Story | Requirements |
---|---|---|---|---|
Auto Scale Out (High Priority) On Track | CLAMP No Issues | @Gervais-Martial Ngueko |
| |
Policy No Issues | @Pamela Dragosh | POLICY-842: This epic covers the work to support the Auto Scale Out functional requirementsClosed |
| |
SO No Issues | @Seshu Kumar Mudiganti | SO-676: As user of the ONAP I should be able to Auto Scale the VFs Closed |
SO-765: Create a BuildingBlock for ConfigurationClosed SO-769: Update CompletionHandler SubprocessClosed | |
Manual Scale Out Enhancements (High Priority) On Track | AAI No Issues | @James Forsyth | New Customer Query to get IP Addresses of new VNFC Instance (No longer needed: data provided in preload) | |
APPC No Issues | @Takamune Cho |
| ||
SDNC No Issues | @Dan Timoney |
| ||
SO No Issues | @Seshu Kumar Mudiganti | SO-676: As user of the ONAP I should be able to Auto Scale the VFs Closed |
| |
VID No Issues | @Ofir Sonsino |
| ||
VNFRQTS No Issues | @Steven wright |
| ||
Controller Type (Medium Priority) On Track | SO No Issues | @Seshu Kumar Mudiganti | SO-676: As user of the ONAP I should be able to Auto Scale the VFs Closed |
|
Homing and Capacity (Low Priority) Not Pursuing | OOF Not Pursuing |
| ||
SO Not Pursuing | @Seshu Kumar Mudiganti |
|
Testing
Showcase VNF | Test Environment | Integration Team Liasion |
---|---|---|
vDNS | SB04, SB02 | @Marco Platania |
Current Status
The Use Case is now functional in the test laps and is ready for the Casablanca release
There is still some non-blocking testing that must be done to show the test case works using SDNC as the VNF Controller
100% complete and tested using the latest released docker images as of 11/25/2018.
Summary Testing Status
Goal | Test Cases | Status |
---|---|---|
Auto Scale Out | 101-112, 301-303, 501-507 | complete |
Manual Scale Out Enhancements | 201, 401-407, 601-604 | complete |
Controller Type | 402 | Complete |
Homing and Capacity Check | Not Implemented |
End to End Flow To Be Tested
Test Cases and Status
Design Time
SDC
# | Test Case | Status |
---|---|---|
101 | Create License Model in SDC | Passed |
102 | Create Vendor Software Product (VSP) in SDC | Passed |
103 | Create Service Model by selecting the onboarded VSP | Passed |
104 | Attach the DCE Blueprint to the Service Model | Passed |
105 | Service Model Distribution (AAI, SO, SDNC, CLAMP) | Passed |
CLAMP
# | Test Case | Status |
---|---|---|
106 | User Permissions from AAF | Passed |
107 | Create Closed Loop for Scale Out | Passed |
108 | Create Scale Out Policy (Operational Policy) | Passed |
109 | Create Guard Policies | Passed |
110 | Specify the Path Resolution of the configScaleOut Parameters | Passed |
111 | Deploy Closed Loop to DCAE | Passed |
112 | Push Scale Out Policy | Passed |
113 | Push Guard Policy | Passed |
114 | Nexus to load original Operational policy and update with guard policies | Passed |
115 | Drools (Policy): BRMS GW to send notification to Drools about new operational policy in Nexus | Passed |
116 | DCAE to get configuration policy from Policy | Passed |
Manual Scaling
# | Test Case | Status |
---|---|---|
201 | VID send Manual Scale Out Request to SO via REST | PASSED |
Closed Loop Scaling
# | Test Case | Status |
---|---|---|
301 | DCAE Sends Policy a Scale Out Event when threshold is crossed | Passed |
302 | Policy checks Guard policies to see if it should tell SO to Scale | Passed |
303 | Policy Sends Scale Out Request to SO | Passed |
Healthcheck
# | Test Case | Status |
---|---|---|
401 | SO retrieves VNF Level IP Address from AAI | passed |
402 | SO retrieves Controller_Type from internal lookup table | passed |
403 | SO Sends Healthcheck request to DMaaP | passed |
404 | APPC/SDNC picks up Healthcheck request from DMaaP | Passed |
405 | APPC/SDNC sends RESTCONF Healthcheck to vLB | passed |
406 | vLB returns Healthcheck status to APPC/SDNC | passed |
407 | SO receives Healtcheck results | passed |
Instantiation
# | Test Case | Status |
---|---|---|
501 | SO sends CreateVF-Module to AAI | Passed |
502 | SO Sends VFModule Resource Assignment Request to SDNC | Passed |
503 | SDNC does Heat and Resource Assignment | Passed |
504 | SDNC writes information to AAI | Passed |
505 | SO executes Create VF_Module via Heat | Passed |
506 | New instance of vDNS component is created | Passed |
507 | So updates AAI with Heatstack ID | Passed |
Configuration
# | Test Case | Status |
---|---|---|
601 | Request Configuration Values from SDNC | passed |
602 | SDNC Returns Configuration Values | passed |
603 | SO Builds the ConfigScaleOut Payload | passed |
604 | SO sends ConfigScaleOut to controllers via DMaaP | passed |
605 | Controllers receive ConfigScaleOut from SO via DMaaP | passed |
606 | Controllers gather required configuration information | passed |
607 | Controllers configure VNF | passed |
Healthcheck
# | Test Case | Status |
---|---|---|
701 | Healthcheck is properly run after scaling is complete | passed |