KVM based virtualization platform managing virtual machines, storage and virtualized networks.
Questions tagged [ovirt]
64 questions
0
votes
1 answer
ssh using @ without a username
Im doing some setup via the following guide,
https://www.ovirt.org/develop/dev-process/working-with-gerrit.html
Theres a step to verify the ssh config but it involves doing
ssh @gerrit.ovirt.org
This looks like a typo, don't we need a user for…

Grif Pete
- 11
- 5
0
votes
1 answer
When should I use a Docker and when should I use a Virtual Machine?
Is there any guidelines on when to use Dockers over VM's? (or vice versa)
It seems to me that services like NGINX, Apache, or Redis, should be a docker, but I am unsure if say an ElasticSearch docker should be used in a HPC environment.
Is a Docker…

Rahim Khoja
- 695
- 13
- 26
0
votes
2 answers
ImportError: No module named ovirtsdk.api
I am trying to run a program backup.py from this github
The link is added below.
https://github.com/wefixit-AT/oVirtBackup/blob/master/backup.py
For that first i made a b.py containg the python as only this much
#!/usr/bin/python
import logging
from…

johnson
- 117
- 3
- 12
0
votes
1 answer
ovirt engine fails with access error: SsoSession does not have property 'engineUrl'
FQDN is right, DNS lookup works fine. when I try to access UI server throws error 'org.ovirt.engine.core.sso.utils.SsoSession' does not have the property 'engineUrl'. here is the stack trace
at…

Vivek Basappa
- 353
- 4
- 8
0
votes
1 answer
oVirt Hosted-Engine upgrade filed
Get problems with upgrade oVirt Hosted-Engine from 4.2.8 to 4.3.3
After installing http://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm on Engine VM i run yum update, then engine-setup and got this error:
--== DATABASE…

Aleksov
- 1,200
- 5
- 17
- 27
0
votes
1 answer
Ovirt Python SDK error during openuds installation
I get the following error, How to rectify this issue?
from ovirtsdk.xml import params
ImportError: No module named ovirtsdk.xml
This is the complete log file, Why I get this error and How to rectify it?
python manage.py createcachetable
Traceback…

Harry
- 3,072
- 6
- 43
- 100
0
votes
0 answers
Cannot import virtual appliance into libvirt/kvm
Im currently pulling my hair out over this. Im new to KVM and i am simply trying to import a security applicance in qcow2 format. The issue is I am not understanding the process to do so. I am well versed in vmaware bt im not understanding what I…

Keith Gray
- 41
- 4
0
votes
1 answer
Configuring Open Virtual Network in Ovirt. (OVN)
I have 3 hosts with installing ovirt environment. And one host has vm with ovirt-engine, that managing all this system.
When I tried to setup network to one of my virtual machine in this cluster, i got a problem, that you can see below.
What is…

Egor
- 41
- 1
- 8
0
votes
1 answer
python ovirtsdk with rhev 4.1
I'm trying to use the RHEV 4.1 API to get the host status of my hypervisor using python. RHEV 3.6 is working with my script. But if i use the following.
host = api.hosts.get(host_name)
host_state = host.status //RHEV 3.6 this was…

Tharanga Abeyseela
- 3,255
- 4
- 33
- 45
0
votes
0 answers
Analysing java app performance for the third party application
I have a third party application named oVirt, We need to connect to this application using their Rest API exposed.
We have 4 GB RAM in the VM and allocated 1GB for the third party application.
Also this is the CPU configuration,
[root@test ~]#…

Harry
- 3,072
- 6
- 43
- 100
0
votes
1 answer
What are the components of ovirt api for creating the VM
I am using the oVirt API (newbie), I am checking into the ovirt documentation,
It has the following as payload,
myvm
Blank
mycluster
1)…

Harry
- 3,072
- 6
- 43
- 100
0
votes
1 answer
How to configure ovirt Hosted Engine(ver-4.1.7) HA
oVirt Hosted Engine HA (ver-4.1.7)-- I am new to oVirt, now testing latest ovirt setup. I have setup ovirt cluster using self hosted engine with two host. I am able to migrate the Hosted Engine vm by manually clicking on the migration tab, but if my…

Arghya Adhya
- 1
- 3
0
votes
1 answer
Provide VM with Minishift, Minikube or minimalist Kubernetes from oVirt
I've oVirt running and providing several VMs (Debian, CentOS and RedHat), now I want to provide VMs with minimalist Kubernetes cluster running inside to developers.
For example, Minishift creates a VM with Openshift (Kubernetes) locally, but now…

Chilcano
- 158
- 10
0
votes
1 answer
Can ovirt-aaa-jdbc-tool list all users?
Is it possible to list all oVirt users using ovirt-aaa-jdbc-tool?

czerny
- 15,090
- 14
- 68
- 96
0
votes
1 answer
use the API to add a network to an external provider
I'm using ovirtskd4 in python with oVirt Engine version 4.1.2.2-1.el7.centos. I'm trying to create a new Network on an Openstack Network Provider. If I use the web page GUI I can just click "Export" and select the provider from the pull…

Eric Renouf
- 13,950
- 3
- 45
- 67