Thank you very much for your quick response.

The correct version is now propagated fully i see from install engine appliance the new version is there. 
Unfortunately i have a different error this time  

ERROR ] fatal: [localhost]: FAILED! => {"msg": "The ipaddr filter requires python's netaddr be installed on the ansible controller"}
[ ERROR ] Failed to execute stage 'Closing up': Failed executing ansible-playbook


package Package python3-netaddr-0.7.19-8.1.1.el8.noarch is already installed.


Package ansible-core-2.13.3-1.el8.x86_64 is already installed.
 tried downgrading ansible but without any luck 2 

# dnf downgrade ansible-core-2.13.3-1.el8.x86_64
Packages for argument ansible-core-2.13.3-1.el8.x86_64 available, but not installed.
Error: No packages marked for downgrade.

On Wed, Oct 26, 2022 at 3:53 PM Lev Veyde <lveyde@redhat.com> wrote:
Hi Didi,

On Wed, Oct 26, 2022 at 2:34 PM Yedidyah Bar David <didi@redhat.com> wrote:
On Wed, Oct 26, 2022 at 2:06 PM Lev Veyde <lveyde@redhat.com> wrote:
Hi Ada,

Have pushed an updated version of the ovirt-engine-appliance package, it should be propagated to all mirrors soon.

You can also fetch it directly from:

Please test it and let me know if it works for you or you still experience the same issue.

Thanks, Lev. Do we have the appliance/node build/release process documented? Can you update [1]? Thanks.

It seems to me like we have two separate rpm repos for it - [2] for nightlies, [3] for releases.

It seems like [2] is updated by a github action in the appliance git repo.

Is [3] updated only manually? What's the process?


Yes, it's a manual process.
One needs to take the right packages from [1] and [2] and add it to the ovirt-4.5 compose, so it will end up in [3].

[1] https://resources.ovirt.org/repos/ovirt/github-ci/ovirt-appliance-4.5/el8/
[2] https://resources.ovirt.org/repos/ovirt/github-ci/ovirt-appliance-4.5/el8-SRPMS/
[3] https://resources.ovirt.org/pub/ovirt-4.5/rpm/el8/

 
With jenkins it was somewhat more clear... (to me, anyway).


Yes, I know...
 


 

Thanks in advance,


On Wed, Oct 26, 2022 at 12:38 PM Lev Veyde <lveyde@redhat.com> wrote:
Hi Ada,

Thanks for letting us know about the issue.
The issue seems to be with the latest ovirt-engine-appliance.
We'll need to rebuild this and provide a fixed package.

Thanks in advance,

On Wed, Oct 26, 2022 at 11:04 AM ada per <adaper3@gmail.com> wrote:
Thank you for your reply,
Indeed  I 1. Installed ovirt-node on some host   2. Ran there 'hosted-engine --deploy' 3. Got an engine VM that includes the  master engine

Regarding your questions

Did you install/upgrade any package manually, prior to deploying?ovirt-engine-appliance? Anything else?
I did not upgrade any packages  prior to deploying 

What i did is:
I installed  ovirt node host 4.5.3.1 without adding any packages manually- it deployed master version#
i removed it and on a different host
I installed ovirt node host 4.5.3 without adding any packages manually- it deployed   master version#
i then removed it and install node 4.5.2  without adding any packages manually- it deployed master version
i removed it and reinstall 4.5.2 and install engine packages manually and still master version was  deployed   even though  when running engine appliance install it says ovirt-engine-appliance-4.5-20221018071047.1.el8.x86_64 

the results of the commands are as below:

rpm -qa | grep release
centos-release-nfv-common-1-3.el8.noarch
centos-release-gluster10-1.0-1.el8s.noarch
centos-release-virt-common-1-2.el8.noarch
centos-release-ovirt45-8.7-2.el8s.noarch
centos-stream-release-8.6-1.el8.noarch
centos-release-storage-common-2-2.el8.noarch
centos-release-opstools-1-12.el8.noarch
ovirt-release-host-node-4.5.2-1.el8.x86_64
centos-release-ceph-pacific-1.0-2.el8.noarch
centos-release-nfv-openvswitch-1-3.el8.noarch

dnf repoquery -i ovirt-engine-appliance
Last metadata expiration check: 0:28:15 ago on Wed 26 Oct 2022 10:22:40 EEST.
Name         : ovirt-engine-appliance
Version      : 4.5
Release      : 20220419162115.1.el8
Architecture : x86_64
Size         : 1.6 G
Source       : ovirt-engine-appliance-4.5-20220419162115.1.el8.src.rpm
Repository   : ovirt-45-upstream
Summary      : The oVirt Engine Appliance image (OVA)
URL          : https://www.ovirt.org/
License      : GPLv2
Description  : This package contains the prebuild oVirt Engine appliance image. It is intended to
             : be used with hosted-engine setup.

Name         : ovirt-engine-appliance
Version      : 4.5
Release      : 20220511122240.1.el8
Architecture : x86_64
Size         : 1.6 G
Source       : ovirt-engine-appliance-4.5-20220511122240.1.el8.src.rpm
Repository   : ovirt-45-upstream
Summary      : The oVirt Engine Appliance image (OVA)
URL          : https://www.ovirt.org/
License      : GPLv2
Description  : This package contains the prebuild oVirt Engine appliance image. It is intended to
             : be used with hosted-engine setup.

Name         : ovirt-engine-appliance
Version      : 4.5
Release      : 20221018071047.1.el8
Architecture : x86_64
Size         : 1.5 G
Source       : ovirt-engine-appliance-4.5-20221018071047.1.el8.src.rpm
Repository   : ovirt-45-upstream
Summary      : The oVirt Engine Appliance image (OVA)
URL          : https://www.ovirt.org/
License      : GPLv2
Description  : This package contains the prebuild oVirt Engine appliance image. It is intended to
             : be used with hosted-engine setup.


On Wed, Oct 26, 2022 at 10:46 AM Yedidyah Bar David <didi@redhat.com> wrote:
On Wed, Oct 26, 2022 at 8:50 AM ada per <adaper3@gmail.com> wrote:
>
> Hello,
>
> Both  node version 4.5.3 and 4.5.2 ate installing the master version.

By your question, I suppose that you mean that you:

1. Installed ovirt-node on some host

2. Ran there 'hosted-engine --deploy'

3. Got an engine VM that includes the 4.5.4 master engine

Can you please check this, on the host:

# rpm -qa | grep release

# dnf repoquery -i ovirt-engine-appliance

Did you install/upgrade any package manually, prior to deploying?
ovirt-engine-appliance? Anything else?

Adding Lev.

Thanks and best regards,

>
>  The version of the engine that gets installed is 4.5.4-0.2.master.20221025103923.git936a8fcd09.el8
>
> I do not understand why master version was installed, as I wanted the stable version.
>
>
> _______________________________________________
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-leave@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
> List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/D3YMM2L2AQQU3UHXWAP4I7LN7RBHEHJ7/



--
Didi



--

Lev Veyde

Senior Software Engineer, RHCE | RHCVA | MCITP

Red Hat Israel

lev@redhat.com | lveyde@redhat.com



--

Lev Veyde

Senior Software Engineer, RHCE | RHCVA | MCITP

Red Hat Israel

lev@redhat.com | lveyde@redhat.com



--
Didi


--

Lev Veyde

Senior Software Engineer, RHCE | RHCVA | MCITP

Red Hat Israel

lev@redhat.com | lveyde@redhat.com