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

Support KissCache client configuration #176

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

broonie
Copy link
Member

@broonie broonie commented Feb 17, 2024

  • Use lavacli to set the dispatcher IP
  • Support KissCache style proxies

Currently when configuring the dispatcher IP for a worker we use a
custom script setdispatcherip.py to dynamically generate a config and do
an XMLRPC call to set a configuration for the worker.  This is a bit
limiting if we want to set any other configuration for the worker,
instead let's write a configuration file into the worker container at
build time and then use lavacli (which we already rely on) to apply
that during startup.

Signed-off-by: Mark Brown <broonie@kernel.org>
LAVA supports an alternative cache style where it just passes the URL to
be fetched to a web service and accepts whatever the web service
provides as valid, allowing caching of objects served over HTTPS without
complicated certificate management.  This is configured in the worker
config with the 'http_url_format_string' parameter, support doing so via
lava-docker.

Signed-off-by: Mark Brown <broonie@kernel.org>
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.

1 participant