Questions tagged [ovirt]

KVM based virtualization platform managing virtual machines, storage and virtualized networks.

64 questions
0
votes
0 answers

Ansible AWX issue when running playbook from WebGUI

I have recently configured Ansible AWX, the hosts file on /etc/ansible is populated by two server groups: [ovirtmanager] 10.0.0.10 [ovirthv] 10.0.0.100 10.0.0.101 Via CLI my playbook called check-service-status.yml runs correctly --- - hosts:…
Nolan_1981
  • 23
  • 3
0
votes
1 answer

Can't Install ovirt-engine-sdk-python from pip on Windows

I'm trying to install the ovirt python sdk on my Windows 10 64-bit machine using the command pip install ovirt-engine-sdk-python and I got the following error Collecting ovirt-engine-sdk-python Using cached ovirt-engine-sdk-python-4.4.10.tar.gz…
Iqbal Pratama
  • 139
  • 1
  • 5
  • 14
0
votes
2 answers

oVirt cockpit intstallation Enforce firewalld status ERROR

I'm trying to deploy a self-hosted oVirt on Centos Stream as per https://www.ovirt.org/documentation/installing_ovirt_as_a_self-hosted_engine_using_the_cockpit_web_interface/ However, I'm getting following error during VM deployment [ INFO ] TASK…
NBayaman
  • 103
  • 8
0
votes
1 answer

How to use ovirt_role module of ansible to provide all permits to user

I'm using ovirt.ovirt.ovirt_role of ansible to create roles in RHV(Red hat Virtulization) environment. I need to create a role which will provide all permissions to user to perform operations. As per below example do I have to list all permissions…
Chaitali
  • 87
  • 13
0
votes
1 answer

"ovirtsdk4 version 4.4.0 or higher is required for this module" error message

I am getting the error ovirtsdk4 version 4.4.0 or higher is required for this module when trying to use ovirt ansible roles even though the versions are satisfied. The ovirt-engine-sdk-python is on version 4.4.6 and ansible on 2.10.1. Requirement…
Omar Abdelrazik
  • 683
  • 2
  • 9
  • 30
0
votes
1 answer

Hostname of this host on the management network: Host name is not valid

Note: This question might be a duplicate of this (it dealt with the GUI/cockpit installation) and this, however, those solutions did not work for me. I have never ever used ovirt (this is my first time). I’d like to install it on a single physical…
tukusejssirs
  • 564
  • 1
  • 7
  • 29
0
votes
1 answer

oVirt - FQDN issue

I am currently testing oVirt to see if it match with my needs. Only at the installation and initialization step, I'm blocked by DNS resolution from the Web GUI when I fill in "engine VM FQDN" by ovirt-engine.example.com and "FQDN host" by…
Posemto
  • 3
  • 3
0
votes
1 answer

Building RPM package requires packages from outside repositories

I have developed a python script and want to put it in a RPM package. The only problem is that this script uses ovirtsdk4 module, which is not one of the builtin python modules. That being said, I would have to install this module within the RPM…
0
votes
0 answers

Change parameters VM Ovirt with Ansible

I have two problems when configuring the network of a virtual machine already created. I hava this code: - name: Creates a new Virtual Machine from template named 'rhel7_template' ovirt_vm: auth: "{{ ovirt_auth }}" state:…
0
votes
1 answer

Ovirt shutdown solution for large number of VMs

I am looking for swift ovirt shutdown procedure/project, which involves large number of active VMs. I found an open pull request at github for parallel shutdown i.e. https://github.com/oVirt/ovirt-ansible-shutdown-env/pulls. I wonder if there are…
nmuqim
  • 1
0
votes
1 answer

Get Name interface of network with ansible

I want to deploy an ovirt template with Ansible, but the problem is that when I want to apply the cloud-init the template displays a different network interface file name every time, that is, sometimes it is eth0, other times ens33 etc. How could I…
0
votes
1 answer

Problem with connecting the Storage Domain (Host host2 cannot access the Storage Domain(s) )

Problem with connecting the Storage Domain (Host host2 cannot access the Storage Domain(s) ) Hello, everyone! I need specialist help, because I'm already desperate. My company has four hosts that are connected to the storage. Each host has its own…
Patrick
  • 1
  • 1
  • 1
0
votes
1 answer

How do I resize an already attached Disk to a VM using Ovirt

I am new to ovirt and am trying to increase the size of an already attached disk to my VM. Here is a good example for the same: Ovirt SDK example . The only issue with this is that in this example, we are attaching the disk first and then resizing…
Naxi
  • 1,504
  • 5
  • 33
  • 72
0
votes
2 answers

what is difference between RHV and OpenStack

Red Hat say RHV(Red Hat Virtualization) is specialized in running traditional apps requiring stability and high performance. but, as far as I know, these features (instance HA, vertical scaling, ...) are also supported by cloud solutions like…
hihi
  • 1
  • 3
0
votes
1 answer

How can I uninstall all yum packages recently installed (oVirt Node / CentOS Minimal)

I'm setting up oVirt (having no previous experience, so if you have a oVirt Node solution please tell me). When I install the ovirt-engine, it spits out a bunch of errors. I think this is more of an error with centOS/yum than anything. What happened…
JIBSIL
  • 5
  • 5