-
Type: Sub-task
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.12
-
Component/s: voltha-onos
-
Labels:
-
Story Points:0
https://gerrit.opencord.org/c/voltha-onos/+/34397/11/app-install.sh
Change in voltha-onos[master]: VOL-5031 - Pre-release voltha-onos build
External
Inbox
Search for all messages with label Inbox
Remove label Inbox from this conversation
Mirko Deckert (OpenCORD Code Review) <gerrit@opencord.org> |
||
9:06 AM (48 minutes ago) |
||
to me, Jenkins, David, Gustavo, Matteo, Andrea, Jan, Roger, Amit, Mahir, Serkant, Abhilash, Burak |
||
Attention is currently required from: Joey Armstrong.
1 comment:
- File app-install.sh:
-
- Patch Set #11, Line 65: name="${names[1]}"
With that you assign an empty value, with the result of not available apps at onos startup. Correct assignment would be this: name="${names[0]}"
docker container (voltha/voltha-onos:5.1.9) log entry:
Unable to load application org.onosproject.segmentrouting from disk: /root/onos/apache-karaf-4.2.14/../apps/org.onosproject.segmentrouting/app.xml (No such file or directory)
To view, visit change 34397. To unsubscribe, or for help writing mail filters, visit settings.
- links to