Hello everybody,
after the upgrade of ovirt-engine node I have several packages still pointing from 4.2 repo.
Actually everything is working as expected.
yum clean all&& yum upgrade does not find any updates, but reinstall bringing same packages from the 4.3 repo
for example:
yum reinstall safelease.x86_64  
Loaded plugins: changelog, fastestmirror, langpacks, vdsmupgrade, versionlock
Repository centos-sclo-rh-release is listed more than once in the configuration
Loading mirror speeds from cached hostfile
 * base: centos.mirrors.as250.net
 * centos-qemu-ev: ftp.rz.uni-frankfurt.de
 * extras: ftp.rrzn.uni-hannover.de
 * ovirt-4.3: ftp.nluug.nl
 * ovirt-4.3-epel: mirror.infonline.de
 * updates: centos.mirrors.as250.net
Resolving Dependencies
--> Running transaction check
---> Package safelease.x86_64 0:1.0-7.el7 will be reinstalled
--> Finished Dependency Resolution

Dependencies Resolved

==============================================================================================================================================================================================
 Package                                   Arch                                   Version                                      Repository                                                Size
==============================================================================================================================================================================================
Reinstalling:
 safelease                                 x86_64                                 1.0-7.el7                                    ovirt-4.3-centos-ovirt43                                  21 k

Transaction Summary
==============================================================================================================================================================================================
Reinstall  1 Package

Total download size: 21 k
Installed size: 43 k
Is this ok [y/d/N]:


But we have many others, should I reinstall them manually to get right packages?

yum list installed | grep ovirt-4.2
Repository centos-sclo-rh-release is listed more than once in the configuration
collectd.x86_64                            5.8.1-4.el7                @ovirt-4.2-centos-opstools
collectd-disk.x86_64                       5.8.1-4.el7                @ovirt-4.2-centos-opstools
collectd-postgresql.x86_64                 5.8.1-4.el7                @ovirt-4.2-centos-opstools
collectd-write_http.x86_64                 5.8.1-4.el7                @ovirt-4.2-centos-opstools
collectd-write_syslog.x86_64               5.8.1-4.el7                @ovirt-4.2-centos-opstools
gdeploy.noarch                             2.0.8-1.el7                @ovirt-4.2-centos-gluster312
nbdkit.x86_64                              1.2.7-2.el7                @ovirt-4.2-epel
nbdkit-plugin-python-common.x86_64         1.2.7-2.el7                @ovirt-4.2-epel
nbdkit-plugin-python2.x86_64               1.2.7-2.el7                @ovirt-4.2-epel
nbdkit-plugin-vddk.x86_64                  1.2.7-2.el7                @ovirt-4.2-epel
ovirt-ansible-disaster-recovery.noarch     1.1.4-1.el7                @ovirt-4.2
ovirt-ansible-image-template.noarch        1.1.9-1.el7                @ovirt-4.2
ovirt-ansible-manageiq.noarch              1.1.13-1.el7               @ovirt-4.2
ovirt-ansible-roles.noarch                 1.1.6-1.el7                @ovirt-4.2
ovirt-engine-cli.noarch                    3.6.9.2-1.el7.centos       @ovirt-4.2
ovirt-js-dependencies.noarch               1.2.0-3.1.el7.centos       @ovirt-4.2
python-linecache2.noarch                   1.0.0-1.el7                @ovirt-4.2-centos-ovirt42
python-testtools.noarch                    1.8.0-2.el7                @ovirt-4.2-centos-ovirt42
python2-asn1crypto.noarch                  0.23.0-2.el7               @ovirt-4.2-centos-ovirt42
python2-cffi.x86_64                        1.11.2-1.el7               @ovirt-4.2-centos-ovirt42
python2-chardet.noarch                     3.0.4-7.el7                @ovirt-4.2-centos-opstools
python2-crypto.x86_64                      2.6.1-16.el7               @ovirt-4.2-epel
python2-cryptography.x86_64                2.1.4-2.el7                @ovirt-4.2-centos-ovirt42
python2-ecdsa.noarch                       0.13-10.el7                @ovirt-4.2-epel
python2-extras.noarch                      1.0.0-2.el7                @ovirt-4.2-centos-ovirt42
python2-fixtures.noarch                    3.0.0-7.el7                @ovirt-4.2-centos-ovirt42
python2-idna.noarch                        2.5-1.el7                  @ovirt-4.2-centos-opstools
python2-pyOpenSSL.noarch                   17.3.0-3.el7               @ovirt-4.2-centos-ovirt42
python2-pysocks.noarch                     1.5.6-3.el7                @ovirt-4.2-centos-opstools
python2-requests.noarch                    2.19.1-4.el7               @ovirt-4.2-centos-opstools
python2-traceback2.noarch                  1.4.0-14.el7               @ovirt-4.2-centos-ovirt42
python2-urllib3.noarch                     1.21.1-1.el7               @ovirt-4.2-centos-opstools
safelease.x86_64                           1.0-7.el7                  @ovirt-4.2-centos-ovirt42
vdsm-jsonrpc-java.noarch                   1.4.15-1.el7               @ovirt-4.2

Thanks,Arman.