Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 5
Next »
- Reference VNF (vFW/vDNS)
- Installed vLB in multiple OpenStack labs, i.e. Rackspace, WindRiver, other private labs
- Base case (1 vPacketGen, 1 vLB, 1 vDNS) works in all the labs (with different OpenStack versions)
- Blocker: DNS scaling case fails: the addition of a new vDNS crashes the vLB/VPP
- Next step: Help is needed. Already reached out to Danny and Hongjun
- vCPE use cases:
- Heat templates ready and tested in Rackspace and private OpenStack labs
- We need to onboard the vCPE component installation logic into the framework that we built (Marco needs to work with Danny)
- Updated service model and flow diagrams. Confirmed internal vBNG-vGMUX network set up. Need to double check with SDNC team to confirm the configuration-related issues.
- VNF development team has provided REST APIs for VxLAN set up testing.
- Next step: need to focus on sample SDC and SO designs.
- Bootstrap:
- Added warning messages that prevent shared folder deletion.
- Created Run.ps1 helper script for Windows users.
- Improved documentation with the creation of Known Issues section and Proxy configuration.
- Refactored VFC, MR, Policy and SDNC scripts (for tests and lib folders).
- Release / O-Parent
- Ongoing work on Independent Versioning/Release PoC
- Clarified Java artifact release process with LF staff
- Close to finalizing Java artifact and Docker image versioning strategy
- Proposed Java/Docker versioning flow:
- Produce SNAPSHOT Java artifact. Test this in a SNAPSHOT docker image.
- Produce staging (release candidate) Java artifact. Test this in a SNAPSHOT docker image.
- Produce release Java artifact by picking one of the candidates from staging.
- Produce STAGING docker image using the release Java artifact. Use this in E2E test flows.
- Produce RELEASE docker image by picking one of the candidate STAGING docker images.
- Fixed oparent to correctly deploy to staging using the nexus-staging-maven-plugin
- Draft documentation for docker image build process guidelines (particularly for microservices migrating from OPEN-O)
- Provided help to community on CSIT, build process, Jenkins job definitions, etc.