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

Runtime connection of connection point to vNetworks #117

Merged
merged 8 commits into from
Jun 27, 2019

Conversation

gabrik
Copy link
Contributor

@gabrik gabrik commented Jun 27, 2019

Added the feature of connecting a CP to a vNetwork while the FDU is running, so also at runtime.
Two new APIs added to allow this:

>>> a.network.connect_cp_to_network(<cp_id>, <vnet_id>)
<cp_id>
>>> a.network.disconnect_cp(<cp_id>)
<cp_id>

Next step is to make CP to interconnect each other, in order to have SFC.

Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
@gabrik gabrik self-assigned this Jun 27, 2019
@gabrik gabrik merged commit 9eebef8 into eclipse-fog05:master Jun 27, 2019
gabrik added a commit that referenced this pull request Nov 26, 2020
* update in api with connection point managment

Signed-off-by: gabrik <gabriele.baldoni@gmail.com>

* fix in api

Signed-off-by: gabrik <gabriele.baldoni@gmail.com>

* Added logs in agent eval when connecting/disconnecting CP

Signed-off-by: gabrik <gabriele.baldoni@gmail.com>

* fix in api, there was an error in the parameter name used in an eval

Signed-off-by: gabrik <gabriele.baldoni@gmail.com>

* fix typo in disconnect_cp

Signed-off-by: gabrik <gabriele.baldoni@gmail.com>

* fix typo in disconnect_cp

Signed-off-by: gabrik <gabriele.baldoni@gmail.com>

* Added more logging in the linuxbridge plugin when disconnecting a cp

Signed-off-by: gabrik <gabriele.baldoni@gmail.com>

* fix in linuxbridge, was not executing the disconnect command

Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
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

Successfully merging this pull request may close these issues.

None yet

1 participant