Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated after weekend testing

...

Also, we have now confirmed that the major CORD components, including ONOS, do run on Ampere eMAG, Cavium TX1, Rockchip 3328, Rockchip 3399, HiSilicon Hi1616, and AllWinner H5.

Image RemovedImage Added

SebaImageDependencyList-0103201903032019.xlsx

Ash Young Added filebeat-oss, building it is pretty hacky, but it should work.

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

Jimmy Lafontaine I'll update the xlsx to fix missing "-oss" suffix for "akrainoenea/elasticsearch-oss", "akrainoenea/kibana-oss" and "akrainoenea/logstash-oss".

Alexandru Avadanii Updating Grafana version to 5.4.3 because that is where Arm starts being supported and there don't seem to be breaking changes.

Jimmy Lafontaine tosca-loader has tag 1.1.5, but we only have 1.1.6 and 1.1.8 on Dockerhub (minor issue) + cachengo cachengo/onos-synchronizer still points to 2.0.7, while we only have 2.0.1 (also minor) onos-synchronizer 2.0.7 seems to work ok on AArch64 now (seba_charts git repo still needs to be updated);

Jimmy Lafontaine I think thre's a typo in the replacement script: 'xosproject/fabric-synchronizer,master' should point to your Dockerhub.

We'll probably need to bump `onos-synchronizer` to include this commit (question) since 2.0.1 version fails with:

$ kubectl logs seba-onos-service-7bd8df4d86-nhjgq | pastebinit
http://paste.ubuntu.com/p/pDhQrkrwnr/

Tag 2.0.7 seems to do the trick on my system.

Jimmy Lafontaine ofagent and vcli (and maybe voltha too, haven't checked) seem to have this in common:

$ kubectl describe pod vcli-8689964c68-tvzpf --namespace=voltha | pastebinit
http://paste.ubuntu.com/p/vNcMgj7M4Z/

Jimmy Lafontaine ofagent/vcli/alertmanager seem to have the `dumb-init` binary in /usr/local, while the DEB used to install them in /usr/bin.

A simple ln should do the trick (tested using images forked from yours + a simple ln, see this commit).

Apart from voltha-envoy (which is a bit trickier, but I'll detail my findings over mail)Apart from these 3 containers in voltha, I seem to have everything up in Running state.

...