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 startup scriptlets #1162

Merged
merged 10 commits into from
Aug 29, 2024
Merged

Add startup scriptlets #1162

merged 10 commits into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. api: qemu_scriptlet

    Signed-off-by: Benjamin Somers <[email protected]>
    bensmrs committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8f6f214 View commit details
    Browse the repository at this point in the history
  2. incusd/instance: Add qemu scriptlet config options

    Signed-off-by: Benjamin Somers <[email protected]>
    bensmrs committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ed991e9 View commit details
    Browse the repository at this point in the history
  3. incusd: Move QEMU default values to a subpackage

    This commit breaks a dependency cycle when using scriptlets in the QEMU
    driver, as the instance placement scriptlet depends on the QEMU default
    values.
    
    Signed-off-by: Benjamin Somers <[email protected]>
    bensmrs committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8051430 View commit details
    Browse the repository at this point in the history
  4. incusd/scriptlet: Move the logger definition

    Signed-off-by: Benjamin Somers <[email protected]>
    bensmrs committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fd222c2 View commit details
    Browse the repository at this point in the history
  5. incusd/scriptlet: Add helper functions

    Signed-off-by: Benjamin Somers <[email protected]>
    bensmrs committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    46a57b0 View commit details
    Browse the repository at this point in the history
  6. incusd/scriptlet: Add Unmarshal function

    Signed-off-by: Benjamin Somers <[email protected]>
    bensmrs committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    810b519 View commit details
    Browse the repository at this point in the history
  7. incusd/scriptlet: Add qemu scriptlet

    Signed-off-by: Benjamin Somers <[email protected]>
    bensmrs committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4ce3340 View commit details
    Browse the repository at this point in the history
  8. incusd/project: Update low-level properties

    Signed-off-by: Benjamin Somers <[email protected]>
    bensmrs committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    26786f5 View commit details
    Browse the repository at this point in the history
  9. doc: Update metadata

    Signed-off-by: Benjamin Somers <[email protected]>
    bensmrs committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b4c745b View commit details
    Browse the repository at this point in the history
  10. incusd/scriptlet: Remove deprecated starlark.SourceProgram

    Signed-off-by: Benjamin Somers <[email protected]>
    bensmrs committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cd55ac5 View commit details
    Browse the repository at this point in the history