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

Improve management of CAPI images #978

Merged
merged 9 commits into from
Aug 12, 2024

Commits on Aug 7, 2024

  1. Invoke openstack-image-manager without shell

    Signed-off-by: Martin Morgenstern <[email protected]>
    martinmo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a9dbbaf View commit details
    Browse the repository at this point in the history
  2. Fix hard-coded --cloud flag

    Signed-off-by: Martin Morgenstern <[email protected]>
    martinmo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a4f5bf4 View commit details
    Browse the repository at this point in the history
  3. Allow passing --dry-run flag to image manager

    Signed-off-by: Martin Morgenstern <[email protected]>
    martinmo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8c91f7b View commit details
    Browse the repository at this point in the history
  4. Allow passing a custom --tag to image manager

    Signed-off-by: Martin Morgenstern <[email protected]>
    martinmo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5c1c2cb View commit details
    Browse the repository at this point in the history
  5. Set hypervisor_type=qemu in CAPI images

    Signed-off-by: Martin Morgenstern <[email protected]>
    martinmo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    11865bb View commit details
    Browse the repository at this point in the history
  6. Set hw_disk_bus=scsi in CAPI images

    * this is the recommendation in SCS
    * precondition for hw_scsi_model property
    
    Signed-off-by: Martin Morgenstern <[email protected]>
    martinmo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e53db3c View commit details
    Browse the repository at this point in the history
  7. Use SCS compliant CAPI image name

    Signed-off-by: Martin Morgenstern <[email protected]>
    martinmo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2028134 View commit details
    Browse the repository at this point in the history
  8. Format code with black

    Signed-off-by: Martin Morgenstern <[email protected]>
    martinmo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2548698 View commit details
    Browse the repository at this point in the history
  9. Version needs to be prefixed with v

    Signed-off-by: Martin Morgenstern <[email protected]>
    martinmo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fbb4613 View commit details
    Browse the repository at this point in the history