garm/runner
Gabriel Adrian Samfira f25951decb Add extra specs on pools
Extra specs is an opaque valid JSON that can be set on a pool and which
will be passed along to the provider as part of instance bootstrap params.

This field is meant to allow operators to send extra configuration values
to external or built-in providers. The extra specs is not interpreted or
useful in any way to garm itself, but it may be useful to the provider
which interacts with the IaaS.

The extra specs are not meant to be used for secrets. Adding sensitive
information to this field is highly discouraged. This field is meant as a    
means to add fine tuning knobs to the providers, on a per pool basis.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-01-30 13:10:21 +00:00
..
common Move pool type in params 2023-01-20 17:08:15 +02:00
mocks Don't save runner registration tolen in DB 2022-12-06 19:48:00 +00:00
pool Add extra specs on pools 2023-01-30 13:10:21 +00:00
providers Fixed a bunch of linting issues 2023-01-20 22:21:22 +02:00
enterprises.go Fixed a bunch of linting issues 2023-01-20 22:21:22 +02:00
enterprises_test.go Add extra specs on pools 2023-01-30 13:10:21 +00:00
interfaces.go Add enterprise support 2022-10-21 17:14:03 +03:00
organizations.go Fixed a bunch of linting issues 2023-01-20 22:21:22 +02:00
organizations_test.go Add extra specs on pools 2023-01-30 13:10:21 +00:00
pools.go feat: add prometheus metrics & endpoint 2023-01-26 14:15:16 +01:00
repositories.go Fixed a bunch of linting issues 2023-01-20 22:21:22 +02:00
repositories_test.go Add extra specs on pools 2023-01-30 13:10:21 +00:00
runner.go Remove caches, retry fetching the hostname 2023-01-29 16:03:20 +02:00
types.go Add enterprise support 2022-10-21 17:14:03 +03:00