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 repo config into the json config and support local file destination for artifacts #18

Closed
sanfern opened this issue Feb 23, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sanfern
Copy link
Contributor

sanfern commented Feb 23, 2022

L3afd is doesn't support downloading artifacts from multiple eBPF Package Repositories, enable l3afd to download from different package repositories by adding repo config into json config, specific to eBPF programs. Also allow local file destination for artifacts.

@sanfern sanfern added the enhancement New feature or request label Feb 23, 2022
@dthaler dthaler added the good first issue Good for newcomers label May 11, 2022
@dthaler
Copy link
Collaborator

dthaler commented May 11, 2022

@sanfern please add info for newcomers here

@sanfern
Copy link
Contributor Author

sanfern commented May 11, 2022

Add an ebpf_program_repo_name attribute to the payload that will point to the eBPF package repository from where the artifact can be downloaded. If ebpf_program_repo_name begins with file:// then l3afd should search artifact in a local filesystem. If ebpf_program_repo_name attribute is not defined in the payload, it will get the kf-repo from l3afd.cfg file.

This was referenced Jun 6, 2022
@sanfern sanfern closed this as completed Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants