Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Trevor Tao Updated the spreadsheet with latest completions and also included % completion at bottom. Now 100% complete on total dependencies.

...

Opencord upstreaming work

This is a list of patches on gerrit.opencord.org, obtained by filtering by the owner

...

Other patches abandoned have not been listed here.

SEBA Upstreaming

...

plan and outline

The drawing above corresponds to the initial plan outlined by Zack Williams from Open Networking Foundation, covered in the multi-arch brigade Technical starting points for the Multiarch brigade.

...

The Opencord project uses helm charts to deploy SEBA, and these are under version control in the helm-charts repository. Ideally we would want to be able to use the same repository once the Docker images are in place. This can probably be achieved by introducing custom yaml config scripts that will make the charts point to the correct Docker images for ARM64.

Install CORD Platform & SEBA

First, clone the AArch64-specific helm charts for cord-platform, seba, att-workflow and bbsim using:

Code Block
languagebash
$ git clone http://github.com/cachengo/seba_charts cord

Then proceed to install components as a whole as described in the SEBA Installation Guide, skipping the `helm repo add` and `helm update` commands.

Test/operate a SEBA installation 

Content WIP