Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make app-reload #49

Closed
1760947562 opened this issue Jun 30, 2020 · 2 comments
Closed

make app-reload #49

1760947562 opened this issue Jun 30, 2020 · 2 comments

Comments

@1760947562
Copy link

when I type "make app-reload"in a terminal window,it display some mistakes:

*** Uninstalling app from ONOS (if present)...
curl --fail -sSL --user onos:rocks --noproxy localhost -X DELETE http://localhost:8181/onos/v1/applications/org.onosproject.ngsdn-tutorial

*** Installing and activating app in ONOS...
curl --fail -sSL --user onos:rocks --noproxy localhost -X POST -HContent-Type:application/octet-stream
'http://localhost:8181/onos/v1/applications?activate=true'
--data-binary @app/target/ngsdn-tutorial-1.0-SNAPSHOT.oar
{"name":"org.onosproject.ngsdn-tutorial","id":192,"version":"1.0.SNAPSHOT","category":"Traffic Steering","description":"Provides IPv6 routing capabilities to a leaf-spine network of P4 switches","readme":"Provides IPv6 routing capabilities to a leaf-spine network of P4 switches","origin":"p4.org","url":"http://www.onosproject.org","featuresRepo":"mvn:org.onosproject/ngsdn-tutorial/1.0-SNAPSHOT/xml/features","state":"ACTIVE","features":["ngsdn-tutorial"],"permissions":[],"requiredApps":["org.onosproject.drivers.bmv2","org.onosproject.lldpprovider","org.onosproject.hostprovider"]}

@charlesmcchan
Copy link
Collaborator

Looks like it is doing what app-reload suppose to do. I didn't spot the error message here.

@ccascone
Copy link
Collaborator

Closing issue as this is the expected output. Feel free to re-open if there's something more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants