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

hack: Add support for installing cloud-init+rsync #590

Merged
merged 1 commit into from
Jun 12, 2024

Commits on Jun 9, 2024

  1. hack: Add support for installing cloud-init+rsync

    These are things that https://tmt.readthedocs.io/en/stable/
    wants, and the goal is to support running under tmt more
    directly.
    
    Part of containers#543
    
    With this I can run:
    
    ```
    provision:
      how: virtual
      image: /home/walters/src/github/containers/bootc/target/testbootc-cloud.qcow2
    summary: Basic smoke test
    execute:
        how: tmt
        script: bootc status
    ```
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    8657ce5 View commit details
    Browse the repository at this point in the history