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

When VPP port creation fails agent should notify the ML2 framework #5

Closed
naveenjoy opened this issue Jun 4, 2016 · 1 comment
Closed

Comments

@naveenjoy
Copy link
Owner

naveenjoy commented Jun 4, 2016

The VPP REST agent is only programmed to print a failure message to the console if the VPP port creation fails. The ML2 mechanism driver does a PUT of the port creation request to the agent and assumes that everything went well. This results in the creation of a "failed port" for the VM by ML2 that is not detected by the driver.

Solution:
Program the ML2 framework to detect the failure.
optionA) Use the existing ML2 messaging framework
optionB) Implement a callback mechanism

@naveenjoy
Copy link
Owner Author

fixed

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

1 participant