OOF 2018-02-12 Meeting Notes
Previous Meeting [No Page] | Date: Feb 12, 2018 |
Ideas for Discussion and Tentative Agenda
Administrative Items
Committer promotion request vote for Ramki
Welcome to Siamak Layeghy from University of Queensland
We need to capture meeting notes (this page is a starting point)
Sync up on M2 Checklist, deadlines, etc.
Unit tests and status
Functional testing needs
Need to start thinking about integration tests
Seed code is a bit stabilized, so implementation of use case adaptation and new functionality ramps up
Need to coordinate the set of contributors listed
One approach is to identify contributors working specifically on (a) R2 items, (b) R3+ items, (c) Longer-term items, etc.
Regular review of Sprints and JIRA items
Rotate scrum master responsibilities
Beijing Release deliverables:
Upstreaming and stabilization of seed code (Sprint 1, Sprint 2):
OSDF - Done
Homing Optimizer (HAS) - Done
Jenkins integration (Sprint 2, Sprint 3)
Verify, merge, CSIT - Currently working, Arun (MultiCloud) will help with E2E integration testing
Sonar - working ONAP HelpDesk
clm - Sastry to follow up
Nexus: snapshot binaries - sandbox issue, move the patch to ci-management
Functional testing:
Unit Testing (Sprint 2 Sprint 3):
Dockerization:
API design and development:
Policy - follow up with Policy to get scope of TOSCA model, fallback plan EMF model - manually upload the model in Policy in R2. API between OOF-Policy remains unaffected.
SO - Need to sync up with Cory/Seshu to confirm the changes to the API. Schedule meeting this week (Matti/Ankit)
AAI - defined the schema for the basic structure for HPA in AAI. Exploring custom query for HPA attributes - fallback plan to use regular API to parse information.
MultiCloud - Bin Yang, Ethan
Feature Development
vCPE - Arun Aurora (MultiCloud) will help with E2E integration testing,
HPA
VNF scale out (low priority)
Change Management (demonstrative application) - requires minizinc pieces, and creation of models (sprint 3)
Platform Maturity (S3P):
Scalability - K8S/OOM Integration
Resiliency - K8S/OOM Integration
MSB - interaction between OOF - MSB (Ankit)
Security - CII badging -
Manageability
Stability
Usability
Documentation
Developer guide (Sprint 2)
API (SO-OOF)
Deployment docs
Performance
Attendees
@Matti Hiltunen
@Ikram Ikramullah
@Sastry Isukapalli
@Ramki Krishnan
@Manoj Nair
@Shankaranarayanan Puzhavakath Narayanan
@dr_patel_an
@Adolfo Perez-Duran
@Sarat Puthenpura
@Dileep Ranganathan
@Alex Vul
@Yoram Zini (Deactivated)
Goals
Speed up the project in an "agile" manner and get the requirements and APIs nailed down
Discussion items
Time | Item | Who | Notes |
---|---|---|---|
Discussion on functional features that are applicable across use cases (Alex Vul) | |||
Discussion on fetching policies (EMF vs TOSCA) and whether SDC GUI will show the models. Ramki: strongly recommend Tosca. | |||
What to do if ONAP and ECOMP-SO are differences? | |||
Discussion on A&AI interface – some functionality we want may need agreement from A&AI team | |||
Identification of port numbers (see notes below). This allows for K8S to use the most efficient interface it can find. | |||
Suggestion from Adolfo on recording the meetings (see comment section below) |
Action items [All pending items copied over to next week(s)]
Scrum Standup Meeting
Probably good to have the following for each contributor:
During the daily weekly scrum meeting (maybe add one more meeting as we get closer to release deadline), each team member answers the following three questions:
What did you do yesterday last week?
What will you do todaythis week?
Are there any impediments in your way?
Contributor | What did you do last week? | What will you do this week? | Are there any impediments in your way? |
---|---|---|---|
Example: Sastry | Nothing | Nothing | Nope |
Dileep | Worked on unit/functional testing with OOF-HAS | Had some trouble with Mocking MUSIC. See notes below. | |
NOTE: we should have these captured from next week |
Links and additional notes
Additional Notes:
A PhD student that has worked on Minizinc models for Software-defined Constrained Optimal Routing Platform for SDN (article link). Link for slides is here.
@Arun Arora from VMWare will participate in end-to-end integration work (MC, OOF, etc., from vCPE perspective)
Ramki's question on port numbers: are they fixed (yes), do we want to keep them so (maybe):
As an example, OSDF has 14699 and we don't want it to be so.
With K8S, we do not even need to specify ports (via proxies). However, how would we reconcile with that?
Decide on which processes go inside K8S pods
A container specifies a port to bind to (inside a pod or container). K8S will provide a proxy for other components to connect to this container. So, modules can have their own ports without ever exposing them and only expose via proxies. Only need to ensure that no collisions occur within a pod.
Older code base was on a "large docker host" and multiple applications had to be on same IP, hence port numbers like 14699.
Conclusion: we can keep weird port numbers, and can use proxies, and one does not interfere with another
Dileep worked with unit tests for HAS with MUSIC. Mocked pecan request, but it expects a Conductor controller service to be up... Need to mock that. In an offline meeting with Dileep, Sastry showed how some corresponding complex objects are mocked in OSDF (e.g. Flask "g" object in osdf/mainapp/test_osdfapp.py)