-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Won't Do
-
Affects Version/s: None
-
Fix Version/s: Future
-
Component/s: onos-aaa, onos-dhcpl2relay, onos-kafka, onos-mcast, onos-olt, onos-sadis
-
Labels:
-
Story Points:5
-
Epic Link:
Currently the voltha-onos image uses pre-packaged .oar. to test and use the laster SNAPSHOT version of the apps we need to manually rebuild and republish the voltha-onos images.
We need the capability to download and push to onos the SNAPSHOT .oar from sonatype.
Kind voltha has some preliminary support for this(INSTALL_ONOS_APPS) but using locally built .oar from onos-files/onos-apps/.
Required extensions:
- make INSTALL_ONOS_APPS the default parameter
- if apps are not present in "onos-files/onos-apps" download latest version of the known VOLTHA apps from sonatype
- if apps are present in the folder use those and download the others.
- use base onos image from onosproject as installation.
When a new .oar is built a base sanity is triggered with that custom .oar to make sure we pass before merge.
Benefits of this change is one less component to be release and immediate use of released enos-apps bits.