Currently, the Xen-Project supports automated build-testing/CI via GitLab pipelines, within containers based on:

  • Debian
  • Ubuntu
  • Centos

So, no openSUSE. The idea would be --after having understood what GitLab pipelines and jobs really are-- to add the logic for having openSUSE there.

Currently, the Xen-Project own CI loop (Osstest) does some build and functional testing of Xen using, as guest-OSes:

  • Debian
  • Windows
  • RHEL
  • FreeBSD

So, no openSUSE. The idea would be to add (and contribute upstream) test cases that implement testing openSUSE as guest.

I recently discovered this. Apparently, it supports:

  • Debian
  • Fedora

So, no openSUSE. The idea would be --after having figured out what Vagrant actually is-- to add support for openSUSE VMs.

Looking for hackers with the skills:

virtualization ci automatedtesting testing

This project is part of:

Hack Week 17

Activity

  • almost 2 years ago: smithfarm liked this project.
  • over 7 years ago: dfaggioli added keyword "virtualization" to this project.
  • over 7 years ago: dfaggioli added keyword "ci" to this project.
  • over 7 years ago: dfaggioli added keyword "automatedtesting" to this project.
  • over 7 years ago: dfaggioli added keyword "testing" to this project.
  • over 7 years ago: dfaggioli started this project.
  • over 7 years ago: dfaggioli originated this project.

  • Comments

    • dfaggioli
      over 7 years ago by dfaggioli | Reply

      Note that I will be on vacation during the official HackWeek week, so I'll work on this a couple of weeks later

    Similar Projects

    SUSE KVM Best Practices by roseswe

    Description

    SUSE Best Practices around KVM, especially for SAP workloads. Early Google presentation already made from various customer projects and SUSE sources.

    Goals

    Complete presentation we can reuse in SUSE Consulting projects

    Resources

    KVM (virt-manager) images

    SUSE/SAP/KVM Best Practices

    • https://documentation.suse.com/en-us/sles/15-SP6/single-html/SLES-virtualization/
    • SAP Note 1522993 - "Linux: SAP on SUSE KVM - Kernel-based Virtual Machine" && 2284516 - SAP HANA virtualized on SUSE Linux Enterprise hypervisors https://me.sap.com/notes/2284516
    • SUSECon24: [TUTORIAL-1253] Virtualizing SAP workloads with SUSE KVM || https://youtu.be/PTkpRVpX2PM
    • SUSE Best Practices for SAP HANA on KVM - https://documentation.suse.com/sbp/sap-15/html/SBP-SLES4SAP-HANAonKVM-SLES15SP4/index.html


    Q2Boot - A handy QEMU VM launcher by amanzini

    Description

    Q2Boot (Qemu Quick Boot) is a command-line tool that wraps QEMU to provide a streamlined experience for launching virtual machines. It automatically configures common settings like KVM acceleration, virtio drivers, and networking while allowing customization through both configuration files and command-line options.

    The project originally was a personal utility in D, now recently rewritten in idiomatic Go. It lives at repository https://github.com/ilmanzo/q2boot

    Goals

    Improve the project, testing with different scenarios , address issues and propose new features. It will benefit of some basic integration testing by providing small sample disk images.

    Resources


    Extracting, converting and importing VMs from Nutanix into SUSE Virtualization by emendonca

    Description

    The idea is to delve into understanding Nutanix AHV internals on how it stores and runs VMs, and how to extract them in an automated way for importing into a KVM-compatible hypervisor, like SUSE Virtualization/Harvester. The final product will be not only be documentation, but a working prototype that can be used to automate the process.

    Goals

    1) document how to create a simple lab with NutaniX AHV community edition 2) determine the basic elements we need to interact with 3) determine what are the best paths to grab the images through, balancing speed and complexity 4) document possible issues and create a roadmap for tackling them 4) should we adapt an existing solution or implement a new one? 5) implement the solution!

    Resources

    Similar project I created: https://github.com/doccaz/vm-import-ui Nutanix AHV forums Nutanix technical bulletins