Skip to content
#

ovirt

Here are 66 public repositories matching this topic...

sandrobonazzola
sandrobonazzola commented Mar 9, 2022

Describe the bug

scripts/renderks.py ovirt-release-master centos > "ovirt-engine-appliance.ks"
scripts/renderks.py:18: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.

To reproduce

cd  engine-appliance
make

Expected behavior
renderks shouldn't

sandrobonazzola
sandrobonazzola commented Mar 4, 2022

Describe the bug

scripts/renderks.py:17:
  YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe.
  Please read https://msg.pyyaml.org/load for full details.

To reproduce

export SUPERMIN_MODULES="/usr/lib/modules/$(uname -r)"
export CHECK_ISO="True"
./build.sh

Expected behavior
Deprecated API should

bug good first issue
arso
arso commented Dec 16, 2021

Currently for build workflow unit testing execution is disabled because some of the tests are not stable enough because of for example being highly time dependent. In maven there are some profiles defined that disable unit tests annotated (with junit categories) as Performance or TimeDependent.
This lightweight workflow should be able to prepare basic OS image to run 'mvn' test on Centos Stre

Virtualization and Infrastructure Migration Technical Overview, approfondisce i vantaggi offerti dalla virtualizzazione open source e consente di migliorare la gestione delle risorse di virtualizzazione identificando la strategia più efficiente per trasferire i carichi di lavoro tradizionali da un provider di virtualizzazione a una virtualizzazione aperta.

  • Updated Oct 11, 2021

Improve this page

Add a description, image, and links to the ovirt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ovirt topic, visit your repo's landing page and select "manage topics."

Learn more