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

Add common extra specs #15

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

gabriel-samfira
Copy link
Member

The garm-provider-common package gives us a few extra specs we can tweak. Some of those extra specs are useful for systems that use cloud-init to initialize.

Some are useful even without cloud init. The following extra specs are added to the GCP provider:

  • enable_boot_debug - sets the -x option
  • runner_install_template - allows us to overwrite the default runner install template.
  • extra_context - the runner_install_template can be a golang template which can define some variables that can be expanded from a hashtable of string key/value pairs.

The garm-provider-common package gives us a few extra specs we can
tweak. Some of those extra specs are useful for systems that use cloud-init
to initialize.

Some are useful even without cloud init. The following extra specs are added
to the GCP provider:

* enable_boot_debug - sets the -x option
* runner_install_template - allows us to overwrite the default runner install
template.
* extra_context - the runner_install_template can be a golang template which
can define some variables that can be expanded from a hashtable of string
key/value pairs.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
@gabriel-samfira gabriel-samfira merged commit 4360f30 into cloudbase:main Jun 8, 2024
1 check passed
@gabriel-samfira gabriel-samfira deleted the add-extra-specs branch June 8, 2024 16:56
@fabi200123 fabi200123 mentioned this pull request Jun 17, 2024
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