For an archive of meeting notes pre-dating the Aether Project moving from ONF to LF, click here.
...
- SD-Core
- Check with Ajay again about an SD Core deployment mode (below)
- Status update:
- Removed in
gnbsim
dependency from theCommonConsumerTestData
. There were a few functions calling theCommonConsumerTestData
but these functions were not used. So,CommonConsumerDataTest
repo is now archived
- Removed in
golangci-lint
not detecting all issues. For example,staticcheck
is enable ingolangci
and it successfully completes. However, if we runstaticcheck
by itself, it finds several issues that are not found throughgolangci
- We use
logrus
(https://github.com/sirupsen/logrus) for logging, where the last commit is from June 2023. This might mean that the project is inactive (none is actively maintaining it). Based on this, I explore a few options andzap
(https://github.com/uber-go/zap) seems to be a good alternative. As per its descriptionzap
is "Blazing fast, structured, leveled logging in Go". My suggestion would be to replace the logger. What are your thoughts? If agree, who can volunteer to work on this? - It would be good to check whether
golanci-lint
catches issues when usingzap
- GitHub Action (or Jenkins job) to run E2E tests for PR verification/validation
- This could mean the use of a simplified version of AiaB
- Bring
omec-cni
andomec-pod-init
from Gerrit to GitHub (omec-project organization) - Putting together a A "Scalability" PR is in progress
- Metrics currently not being displayed by Grafana
- OnRamp
- OAI Blueprint has been published: https://docs.aetherproject.org/master/onramp/blueprints.html#oai-5g-ran
- Plan to demo at ARAFest'24 (https://arawireless.org/arafest24/)
- PR to add "resource variables" to Kubernetes configuration is under review
- OAI Blueprint has been published: https://docs.aetherproject.org/master/onramp/blueprints.html#oai-5g-ran
- Infrastructure
- Jira
- Setting up production site – anticipate availability EOD Wed.
- Site will be lf-aether.atlassian.net
- Accounts will be initially all invited members of the TSC
- Please file a ticket (in lf-aether-test.atlassian.net) if you want to pre-seed other accounts
- Setting up production site – anticipate availability EOD Wed.
- Confluence
- Migration to Cloud (from existing LF-hosted site)
- Test migration of existing content (from current wiki.aetherproject.org) this week
- No downtime
- Will request (on #aether-dev?) BETTER SUGGESTION? for folks to review test site for validity
- Ideally, request production migration next week's TSC
- Upon approval, site will be offline approximately 4 hours
- No functional changes anticipated.
- Test migration of existing content (from current wiki.aetherproject.org) this week
- Migration to Cloud (from existing LF-hosted site)
- Jira
...
- Aether Jira Proposal: Aether Jira Proposal
- Tweaked proposal and accepted as "good enough to get started"
- Should be ready to play with next week
- Github org renaming: https://docs.github.com/en/organizations/managing-organization-settings/renaming-an-organization
- More representative → Mostly focused on "opennetworkinglab" (should be "aether")
- May break external links, but now is a good time to change since we're creating new docs/pages
- No objection...
- Slack vs Element (https://element.io/)
- Limiting history to 1 year (affects "grandfathered" workspaces like onf-community)
- Proposal: prune onf-community back to "aether" and accept history limit (take up with voltha and p4)
- Code of Conduct ((https://lfprojects.org/policies/code-of-conduct/)
- Look through the LF standard and decide at a future meeting
- Jenkins Status
- ONOS GitHub Actions
- Actions that run for PR (ROC done)
- Actions that run for PR (SD-RAN done)
- Not yet publishing new Docker images (in progress)
- OnRamp Integration tests
- JJB Related: Jobs with same name as the one created earlier, are not getting created again.
- Native Tests: All the Jenkins jobs are not able to go beyond aether-5gc-install step. → "new group" command hanging
- ONOS GitHub Actions
- omec-pod-init and omec-cni repos Gabriel Arrobo
- These repos are in Gerrit → Why? Not updated in years. Move to omec GitHub? → Yes.
- TST Meetings in July → Will remain on the schedule and expect them to happen (with some people missing)
6-18-24
- DCO (instead of CLA) in place Larry Peterson David Ferguson (Deactivated)
- See Org README here: https://github.com/opennetworkinglab
- Will current ONF/CLA be removed from the repos/checks? Gabriel Arrobo
- Add more helpful info about DCO so new users know what do to.
- Org README should explain and link DCO.
- David Ferguson (Deactivated) to look into "augmenting" the error message
- Configuring new Jira Larry Peterson David Ferguson (Deactivated)
- Archiving old Jira
- Proposal
- Projects: SD-Core, SD-RAN, ROC, OnRamp, Smart5G
- Workflow: New, Assigned, Resolved, Reopened (start simple)
- What Fields: Description, Status
- Hopefully will demo at next week's TST
- GitHub default branch should be main instead of master. Ajay Lotan Thakur
- Master is old way; main is the new way (and the default)
- Prefer to have all the same; most currently master
- Decision: leave it as is (expect to be mixed)
- BESS-UPF Helm Charts: Current charts assume symmetry for the access and core interfaces (i.e., same CNI Plug-in for both) Gabriel Arrobo
- Any objection about making the Helm Charts as generic as possible such that each individual CNI can be independently chosen?
- Example: access=macvlan, core=host-device
- But it remains the default that they are the same (currently macvlan); so remains backward compatible
- Will eventually want to expose in OnRamp
- Road map cleanup Ajay Lotan Thakur Gabriel Arrobo
- Priority to take up only SBI upgrade this quarter/end of Sept 2024
- Priority on bug fixes and issues reported by other community members
- See Roadmap for more details
- Work harder to get info to the community / work to attract contributors
- SD-RAN update Woojoong Kim (Deactivated)
- Working with a team of 5 students
- Github action → Almost done (run tests and publish images)
- Scalable RAN Simulator → on going; hopefully done in Jun.
- Dependency update → dependabot has been busy; resolving 1-by-1 (waiting on GitHub Actions)
- OnRamp Update Bilal Saleem
- Separate Management Node → Dealing with local charts was the complication
- Dueling Docker installs → Ansible playbook now checks for existing Docker, per Docker best practices
- Check that multiple gNBs work for data plane
- Working on proposal for incorporating scalable Core into OnRamp
- QA Update Kunal Kapoor
- JJB code commit is done
- Working on updating Readme and streamlining the code as per the current requirement.
- David Ferguson (Deactivated) : Customizing the job as opposed to customizing the build machine (so can dynamically grab and release VMs)
...
- Archive "tiny" (unused) repos [Gabriel]
- As part of release 1.4, several repos were consolidated into the "util" repo
- Do a patch release for Docker images (1.4.1) [Gabriel]
- New Helm Chart also just published
- Expect a PR to update OnRamp
- Working on a blueprint for a DPDK configuration
- SD-Core Roadmap Discussion
- What's the process
- We have an old Google Doc
- Move it in the Wiki
- Community contributes
- How do we move past Release 15?
- Start with OpenAPI spec for R17
- Generate code (and test/fix)
- Results in the wish-list
- What's the process
- SD-RAN Status
- Training new contributors
- To document in a new wiki page for future onboarding
- Jenkins to Github action conversion for SD-RAN is mostly done
- Expect to complete this week
- Training new contributors
- ROC Status
- PR now merged
- New Helm Chart published by GitHub Action
- New version (2.1.36) was published => it did not exist (but has been used by OnRamp)
- What gives???
- OnRamp Status
- Bilal looking into two issues
- Docker issue when deploying in CloudLab
- Local helm charts on master node
- JJB Status
- Testing on AWS (Goal is to be re-producible)
- Automate Jenkins job creation using JJB and definitions from git repo
- Seed Job on builtin node to pull the latest changes in aether-jenkins repo - Done.
- Cron job to update the jobs in Jenkins.
- ...
...
- LF Transition Update
- Mailing lists now up: tst@, dev@, announce@lists.aetherproject.org
- Instructions for joining lists: Visit https://lists.aetherproject.org/g/TST (dev | announce) to join
- QA Status
- Integrating UERANSIM; expect a PR tomorrow.
- Canonical’s Juju-managed Aether 5G Core (Mark Beierland Serdar Vural)
- Slice Deck: LF Aether TSC (19 March 2024) - Charmed 5G Core.pdf
- Source Code:
- https://github.com/canonical/sdcore-amf-k8s-operator
- https://github.com/canonical/sdcore-ausf-k8s-operator
- https://github.com/canonical/sdcore-nrf-k8s-operator
- https://github.com/canonical/sdcore-nssf-k8s-operator
- https://github.com/canonical/sdcore-pcf-k8s-operator
- https://github.com/canonical/sdcore-smf-k8s-operator
- https://github.com/canonical/sdcore-udm-k8s-operator
- https://github.com/canonical/sdcore-udr-k8s-operator
- https://github.com/canonical/sdcore-upf-k8s-operator
- https://github.com/canonical/sdcore-webui-k8s-operator
- Documentation: https://canonical-charmed-5g.readthedocs-hosted.com/en/1.3-beta_a/
- For lab work using Aether → Please add "abstract/summary" + related links to Research page on wiki.
...