Error: Adding new Host to ovirt-engine
by Ahmad Khiet
Hi,
Can't add new host to ovirt engine, because the following error:
2019-06-12 12:23:09,664 p=4134 u=engine | TASK [ovirt-host-deploy-facts :
Set facts] *************************************
2019-06-12 12:23:09,684 p=4134 u=engine | ok: [10.35.1.17] => {
"ansible_facts": {
"ansible_python_interpreter": "/usr/bin/python2",
"host_deploy_vdsm_version": "4.40.0"
},
"changed": false
}
2019-06-12 12:23:09,697 p=4134 u=engine | TASK [ovirt-provider-ovn-driver
: Install ovs] *********************************
2019-06-12 12:23:09,726 p=4134 u=engine | fatal: [10.35.1.17]: FAILED! =>
{}
MSG:
The conditional check 'cluster_switch == "ovs" or (ovn_central is defined
and ovn_central | ipaddr and ovn_engine_cluster_version is
version_compare('4.2', '>='))' failed. The error was: The ipaddr filter
requires python's netaddr be installed on the ansible controller
The error appears to be in
'/home/engine/apps/engine/share/ovirt-engine/playbooks/roles/ovirt-provider-ovn-driver/tasks/configure.yml':
line 3, column 5, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- block:
- name: Install ovs
^ here
2019-06-12 12:23:09,728 p=4134 u=engine | PLAY RECAP
*********************************************************************
2019-06-12 12:23:09,728 p=4134 u=engine | 10.35.1.17 :
ok=3 changed=0 unreachable=0 failed=1 skipped=0 rescued=0
ignored=0
whats missing!?
Thanks
--
Ahmad Khiet
Red Hat <https://www.redhat.com/>
akhiet(a)redhat.com
M: +972-54-6225629
<https://red.ht/sig>
1 year, 3 months
Merge rights changes in the oVirt Engine project
by Tal Nisan
Hi everyone,
As you probably know we are now in a mode in which we develop our next
zstream version on the master branch as opposed to how we worked before
where the master version was dedicated for the next major version. This
makes the rapid changes in master to be delivered to customers in a much
higher cadence thus affecting stability.
Due to that we think it's best that from now on merges in the master branch
will be done only by stable branch maintainers after inspecting those
closely.
What you need to do in order to get your patch merged:
- Have it pass Jenkins
- Have it get code review +2
- Have it mark verified +1
- It's always encourage to have it tested by OST, for bigger changes it's a
must
Once you have all those covered, please add me as a reviewer and I'll
examine it and merge if everything seems right, if I haven't done it in a
timely manner feel free to ping me.
3 years, 7 months
Error Java SDK Issue??
by Geschwentner, Patrick
Dear Ladies and Gentlemen!
I am currently working with the java-sdk and I encountered a problem.
If I would like to retrieve the disk details, I get the following error:
Disk currDisk = ovirtConnection.followLink(diskAttachment.disk());
The Error is occurring in this line:
[cid:image001.png@01D44537.AF127FD0]
The getResponst looks quiet ok. (I inspected: [cid:image002.png@01D44537.AF127FD0] and it looks ok).
Error:
wrong number of arguments
The code is quiet similar to what you published on github (https://github.com/oVirt/ovirt-engine-sdk-java/blob/master/sdk/src/test/j... ).
Can you confirm the defect?
Best regards
Patrick
3 years, 7 months
Switch CentOS to Oracle Linux
by ntoxicator@gmail.com
Hello,
Oracle Linux is offering CentOS users/dev/production servers to switch to Oracle Linux free of cost. They've produced a script to do this. Oracle also has their own Repo's for oVirt and use it for their own Oracle Linux Virtualization Manager [Re-branded oVirt].
I know Red Hat has announced moving away from RHV and focusing on OpenShift virtualization. They'll happen in 2022-forward. Are we already to assume oVirt will follow suite and migrate to OpenShift??
Questions:
Since announcement of CentOS going EOL and move to CentOS Stream... [Not doing it].
- Will the oVirt team continue to develop past 4.4 release as well as support Oracle Linux?
- Does Oracle really develop to their own ovirt repo and virtualization manager product
- What about supporting OpenSuSE or SLES?
- oVirt packages on RHEL? [RH announced they will allow RHEL installed on up to 16-hosts for FREE]
I am considering to test moving CentOS 7 development work-loads to Oracle Linux and use their oVirt repo.
Really like to know if oVirt developers plan to continue to build on what is there moving forward. Or will the project die? I use oVirt on production work-loads [same as others] with GREAT success. This is an absolute VMWare replacement.
3 years, 9 months
CentOS Stream support
by Michal Skrivanek
Hi all,
we would like to ask about interest in community about oVirt moving to CentOS Stream.
There were some requests before but it’s hard to see how many people would really like to see that.
With CentOS releases lagging behind RHEL for months it’s interesting to consider moving to CentOS Stream as it is much more up to date and allows us to fix bugs faster, with less workarounds and overhead for maintaining old code. E.g. our current integration tests do not really pass on CentOS 8.1 and we can’t really do much about that other than wait for more up to date packages. It would also bring us closer to make oVirt run smoothly on RHEL as that is also much closer to Stream than it is to outdated CentOS.
So..would you like us to support CentOS Stream?
We don’t really have capacity to run 3 different platforms, would you still want oVirt to support CentOS Stream if it means “less support” for regular CentOS?
There are some concerns about Stream being a bit less stable, do you share those concerns?
Thank you for your comments,
michal
3 years, 9 months
ovirt-engine_standard-check-patch failed to fetch remote repo 'origin'
by Eyal Shenitzky
Hi,
The ovirt-engine_standard-check-patch job in jenkins failed due to the
following issue -
[2021-01-31T13:15:01.371Z] The recommended git tool is: NONE
[2021-01-31T13:15:05.283Z] No credentials specified
[2021-01-31T13:15:05.283Z] No credentials specified
[2021-01-31T13:15:05.393Z] Fetching changes from 2 remote Git repositories
[2021-01-31T13:15:05.420Z] Cleaning workspace
[2021-01-31T13:15:05.517Z] ERROR: Error fetching remote repo 'origin'
[2021-01-31T13:15:05.517Z] hudson.plugins.git.GitException: Failed to fetch
from https://gerrit.ovirt.org/jenkins
[2021-01-31T13:15:05.518Z] at
hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1001)
[2021-01-31T13:15:05.518Z] at
hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
[2021-01-31T13:15:05.518Z] at
hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
[2021-01-31T13:15:05.518Z] at
org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
[2021-01-31T13:15:05.518Z] at
org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
[2021-01-31T13:15:05.518Z] at
org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
[2021-01-31T13:15:05.518Z] at
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
[2021-01-31T13:15:05.518Z] at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2021-01-31T13:15:05.518Z] at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2021-01-31T13:15:05.518Z] at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2021-01-31T13:15:05.518Z] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2021-01-31T13:15:05.518Z] at java.lang.Thread.run(Thread.java:748)
[2021-01-31T13:15:05.518Z] Caused by: hudson.plugins.git.GitException:
Command "git clean -fdx" returned status code 1:
Taken from -
https://jenkins.ovirt.org/job/ovirt-engine_standard-check-patch/10151/
which run as part of https://gerrit.ovirt.org/#/c/ovirt-engine/+/113113/
Seen also in other patches that were pushed today.
Can someone please have a look?
Thanks,
--
Regards,
Eyal Shenitzky
3 years, 9 months
planned Jenkins restart
by Evgheni Dereveanchin
Hi everyone,
I'll be performing a planned Jenkins restart within the next hour.
No new CI jobs will be scheduled during this maintenance period.
I will inform you once it is back online.
--
Regards,
Evgheni Dereveanchin
3 years, 9 months
Ansible callbacks
by Michal Mocnak
Hello,
is there a way how to trigger custom ansible playbooks ? For example when VM is created i'd like to automatically trigger playbook to define exact MAC address.
I guess this is not possible to integrate via VDSM hook as they are executed on the host basis. Maybe it's possible to write UI plugin but i didn't find as much in documentation. Thank you so much !
Cheers
-m
3 years, 9 months