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

docs: Add example for developing agents with custom VPP plugins #1665

Merged
merged 5 commits into from
Jun 9, 2020

Conversation

ondrej-fabry
Copy link
Member

@ondrej-fabry ondrej-fabry commented Jun 9, 2020

This PR adds new code example and updates existing one for developing customized agents:

  • New example: Custom VPP Plugin

    Example Custom VPP plugin contains a working example of custom agent which adds support for a custom VPP plugin. This example can serve as a skeleton code for developing custom agents adding new VPP functionality that is not part of official VPP Agent.

  • Updated example: Custom API Model

@ondrej-fabry ondrej-fabry marked this pull request as ready for review June 9, 2020 09:27
@ondrej-fabry ondrej-fabry requested a review from rastislavs June 9, 2020 09:27
@codecov
Copy link

codecov bot commented Jun 9, 2020

Codecov Report

Merging #1665 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1665      +/-   ##
==========================================
- Coverage   58.33%   58.25%   -0.08%     
==========================================
  Files         594      365     -229     
  Lines       47855    29883   -17972     
==========================================
- Hits        27914    17408   -10506     
+ Misses      17078    11043    -6035     
+ Partials     2863     1432    -1431     
Flag Coverage Δ
#e2e ?
#unittests 58.25% <ø> (ø)

Signed-off-by: Ondrej Fabry <[email protected]>
@ondrej-fabry ondrej-fabry changed the title docs: Add an example for extending vpp-agent with custom VPP plugins docs: Add example for developing agents with custom VPP plugins Jun 9, 2020
rastislavs
rastislavs previously approved these changes Jun 9, 2020
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 9, 2020

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability B 10 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 14 Code Smells

No Coverage information No Coverage information
69.5% 69.5% Duplication

@ondrej-fabry ondrej-fabry merged commit 639daee into ligato:master Jun 9, 2020
@ondrej-fabry ondrej-fabry deleted the custom-vpp-plugin-example branch June 9, 2020 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants