...
- 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.
- Ongoing work on Independent Versioning/Release PoC